Skip to content

Commit

Permalink
feat: add commandshortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Feb 27, 2024
1 parent a088e6b commit c91d4d2
Show file tree
Hide file tree
Showing 4 changed files with 798 additions and 738 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,32 +95,32 @@
"devDependencies": {
"@commercelayer/cli-dev": "beta",
"@commercelayer/eslint-config-ts": "^1.3.0",
"@oclif/test": "^3.2.0",
"@oclif/test": "^3.2.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.12",
"@types/configstore": "^4.0.0",
"@types/inquirer": "^8.2.10",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/update-notifier": "^5.1.0",
"chai": "^4.4.1",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"oclif": "^4.4.17",
"oclif": "^4.4.19",
"semantic-release": "^23.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@commercelayer/cli-core": "beta",
"@commercelayer/provisioning-sdk": "^1.0.0",
"@commercelayer/provisioning-sdk": "^1.0.1",
"@commercelayer/sdk": "^5.32.0",
"@oclif/core": "^3.19.4",
"@oclif/plugin-autocomplete": "^3.0.10",
"@oclif/core": "^3.19.7",
"@oclif/plugin-autocomplete": "^3.0.11",
"@oclif/plugin-help": "6.0.12",
"@oclif/plugin-not-found": "^3.0.12",
"@oclif/plugin-plugins": "^4.2.5",
Expand Down
Loading

0 comments on commit c91d4d2

Please sign in to comment.