Skip to content

Commit

Permalink
fix: fix error running invites:schema when a schema app has no organi…
Browse files Browse the repository at this point in the history
…zation
  • Loading branch information
rossiam committed Sep 11, 2024
1 parent 032a231 commit b99e397
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 18 deletions.
8 changes: 8 additions & 0 deletions .changeset/grumpy-years-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@smartthings/cli": patch
"@smartthings/plugin-cli-edge": patch
"@smartthings/cli-lib": patch
"@smartthings/cli-testlib": patch
---

fix error when running invites:schema that could happen if user has a schema app without an organization
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@oclif/plugin-not-found": "^2.3.1",
"@oclif/plugin-plugins": "^2.1.0",
"@smartthings/cli-lib": "^2.2.5",
"@smartthings/core-sdk": "^8.3.0",
"@smartthings/core-sdk": "^8.3.1",
"@smartthings/plugin-cli-edge": "^3.3.3",
"inquirer": "^8.2.4",
"js-yaml": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@log4js-node/log4js-api": "^1.0.2",
"@oclif/core": "^1.16.3",
"@smartthings/cli-lib": "^2.2.4",
"@smartthings/core-sdk": "^8.3.0",
"@smartthings/core-sdk": "^8.3.1",
"axios": "^0.28.0",
"inquirer": "^8.2.4",
"js-yaml": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@log4js-node/log4js-api": "^1.0.2",
"@oclif/core": "^1.16.3",
"@smartthings/core-sdk": "^8.3.0",
"@smartthings/core-sdk": "^8.3.1",
"@types/eventsource": "^1.1.9",
"axios": "^0.28.0",
"chalk": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/testlib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@smartthings/cli-lib": "^2.2.4",
"@smartthings/core-sdk": "^8.3.0"
"@smartthings/core-sdk": "^8.3.1"
},
"devDependencies": {
"@types/jest": "^28.1.5",
Expand Down

0 comments on commit b99e397

Please sign in to comment.