Skip to content

Commit

Permalink
feat: add support for store login scope
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Nov 6, 2024
1 parent d47087e commit 109323d
Show file tree
Hide file tree
Showing 4 changed files with 1,234 additions and 1,071 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,33 +104,33 @@
"@types/inquirer": "^8.2.10",
"@types/lodash.kebabcase": "^4.1.9",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.7",
"@types/node": "^22.9.0",
"@types/update-notifier": "^5.1.0",
"@withfig/autocomplete-types": "^1.31.0",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.15.9",
"semantic-release": "^24.1.3",
"tsx": "^4.19.1",
"oclif": "^4.15.20",
"semantic-release": "^24.2.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@commercelayer/cli-core": "^5.3.1",
"@commercelayer/cli-core": "^5.4.2",
"@commercelayer/cli-ux": "^1.0.6",
"@commercelayer/provisioning-sdk": "^2.1.1",
"@commercelayer/sdk": "^6.23.0",
"@commercelayer/provisioning-sdk": "^2.1.2",
"@commercelayer/sdk": "^6.25.0",
"@oclif/core": "^3.27.0",
"@oclif/plugin-autocomplete": "^3.2.6",
"@oclif/plugin-autocomplete": "^3.2.8",
"@oclif/plugin-help": "6.2.14",
"@oclif/plugin-not-found": "^3.2.22",
"@oclif/plugin-not-found": "^3.2.25",
"@oclif/plugin-plugins": "^5.4.15",
"configstore": "^5.0.1",
"inquirer": "^8.2.6",
"lodash.kebabcase": "^4.1.1",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"update-notifier-cjs": "^5.1.6"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 109323d

Please sign in to comment.