@supernovaio/cli 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -405,5 +405,5 @@
405
405
  ]
406
406
  }
407
407
  },
408
- "version": "1.0.6"
408
+ "version": "1.0.7"
409
409
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@supernovaio/cli",
3
3
  "description": "Supernova.io Command Line Interface",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "author": "Supernova.io",
6
6
  "homepage": "https://supernova.io/",
7
7
  "keywords": [
@@ -22,9 +22,9 @@
22
22
  },
23
23
  "bugs": "https://github.com/Supernova-Studio/cli/issues",
24
24
  "dependencies": {
25
- "@oclif/core": "3.11.0",
26
- "@oclif/plugin-help": "6.0.6",
27
- "@oclif/plugin-plugins": "4.1.7",
25
+ "@oclif/core": "3.26.6",
26
+ "@oclif/plugin-help": "6.0.22",
27
+ "@oclif/plugin-plugins": "5.1.2",
28
28
  "@supernova-studio/pulsar-core": "2.1.7",
29
29
  "@supernovaio/sdk": "2.0.12",
30
30
  "axios": "^1.6.2",
@@ -108,4 +108,4 @@
108
108
  "publish-package": "npm run build && npm run prepack && npm publish --access public && npm run postpack"
109
109
  },
110
110
  "types": "dist/index.d.ts"
111
- }
111
+ }