Skip to content

Commit d9f90a0

Browse files
committed
fix: revert axios to CommonJS-only version
1 parent 19c9d44 commit d9f90a0

File tree

3 files changed

+17
-24
lines changed

3 files changed

+17
-24
lines changed

.changeset/five-sloths-cheer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@smartthings/core-sdk": minor
3+
---
4+
5+
go back to older version of axios; current version does not work with tools used in the SmartThings CLI

package-lock.json

Lines changed: 11 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"async-mutex": "^0.4.0",
23-
"axios": "^1.5.0",
23+
"axios": "^0.27.2",
2424
"http-signature": "^1.3.6",
2525
"lodash.isdate": "^4.0.1",
2626
"lodash.isstring": "^4.0.1",

0 commit comments

Comments
 (0)