Skip to content

Commit cec3212

Browse files
committed
feat: add support for china environment
1 parent d108041 commit cec3212

File tree

16 files changed

+385
-132
lines changed

16 files changed

+385
-132
lines changed

.changeset/late-peaches-ring.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@smartthings/cli": minor
3+
---
4+
5+
add support for China environment

package-lock.json

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"smartthings": "dist/src/run.js"
3232
},
3333
"exports": {
34-
".": "./dist/src/index.js"
34+
".": "./dist/src/index.js",
35+
"./*": "./dist/src/lib/*.js",
36+
"./commands/list": "./dist/src/commands/index.js"
3537
},
3638
"engines": {
3739
"node": ">=24.8.0",
@@ -44,7 +46,7 @@
4446
"dependencies": {
4547
"@aws-sdk/client-lambda": "^3.899.0",
4648
"@inquirer/prompts": "^7.8.6",
47-
"@smartthings/core-sdk": "^8.4.1",
49+
"@smartthings/core-sdk": "^8.5.0",
4850
"axios": "1.12.2",
4951
"chalk": "^5.6.2",
5052
"env-paths": "^3.0.0",

0 commit comments

Comments
 (0)