@docbox-nz/docbox-cli 0.3.0 → 0.5.1

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.
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@docbox-nz/docbox-cli",
26
- "version": "0.3.0"
26
+ "version": "0.5.1"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -896,5 +896,5 @@
896
896
  }
897
897
  },
898
898
  "requires": true,
899
- "version": "0.3.0"
899
+ "version": "0.5.1"
900
900
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/docbox-nz/docbox-cli/releases/download/0.3.0",
2
+ "artifactDownloadUrl": "https://github.com/docbox-nz/docbox-cli/releases/download/0.5.1",
3
3
  "author": "Jacobtread <jacobtread@gmail.com>",
4
4
  "bin": {
5
5
  "docbox-cli": "run-docbox-cli.js"
@@ -96,7 +96,7 @@
96
96
  "zipExt": ".tar.xz"
97
97
  }
98
98
  },
99
- "version": "0.3.0",
99
+ "version": "0.5.1",
100
100
  "volta": {
101
101
  "node": "18.14.1",
102
102
  "npm": "9.5.0"