@bman654/clodex 1.2.0 → 1.2.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.
- package/dist/cli.js +2 -1
- package/dist/cli.js.map +1 -1
- package/package.json +2 -1
package/dist/cli.js
CHANGED
|
@@ -202,7 +202,7 @@ import { join } from "path";
|
|
|
202
202
|
// package.json
|
|
203
203
|
var package_default = {
|
|
204
204
|
name: "@bman654/clodex",
|
|
205
|
-
version: "1.2.
|
|
205
|
+
version: "1.2.1",
|
|
206
206
|
publishConfig: {
|
|
207
207
|
access: "public"
|
|
208
208
|
},
|
|
@@ -254,6 +254,7 @@ var package_default = {
|
|
|
254
254
|
"https-proxy-agent": "9.1.0",
|
|
255
255
|
"ipaddr.js": "2.4.0",
|
|
256
256
|
"node-forge": "1.4.0",
|
|
257
|
+
"node-gyp-build": "4.8.4",
|
|
257
258
|
open: "11.0.0",
|
|
258
259
|
picocolors: "1.1.1",
|
|
259
260
|
tweakcc: "4.3.0",
|