We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd9aee commit 75cc181Copy full SHA for 75cc181
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@apimatic/cli",
3
"description": "The official CLI for APIMatic.",
4
- "version": "1.0.1-alpha.8",
+ "version": "0.0.0-alpha.1",
5
"author": "APIMatic",
6
"bin": {
7
"apimatic": "./bin/run"
@@ -45,7 +45,7 @@
45
"lint:fix": "eslint --fix \"src/**/*.{js,ts}\" --quiet"
46
},
47
"dependencies": {
48
- "@apimatic/sdk": "^0.0.1-alpha.1",
+ "@apimatic/sdk": "^0.0.1-alpha.6",
49
"@oclif/command": "^1.8.0",
50
"@oclif/config": "^1.17.0",
51
"@oclif/plugin-autocomplete": "^0.3.0",
0 commit comments