commet 0.7.3 → 0.7.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -888,7 +888,7 @@ var whoamiCommand = new import_commander9.Command("whoami").description("Display
888
888
  // package.json
889
889
  var package_default = {
890
890
  name: "commet",
891
- version: "0.7.3",
891
+ version: "0.7.4",
892
892
  description: "Commet CLI - Manage your billing platform from the command line",
893
893
  bin: {
894
894
  commet: "./bin/commet"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commet",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Commet CLI - Manage your billing platform from the command line",
5
5
  "bin": {
6
6
  "commet": "./bin/commet"
@@ -25,7 +25,7 @@
25
25
  "jsonc-parser": "^3.3.1",
26
26
  "open": "^10.0.0",
27
27
  "ora": "^7.0.1",
28
- "@commet/node": "0.7.2"
28
+ "@commet/node": "0.8.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^20.10.0",