@broodnet/cli 0.1.4 → 0.1.5
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/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1218,7 +1218,7 @@ class N8 extends J0 {
|
|
|
1218
1218
|
});
|
|
1219
1219
|
token = je("--token", {
|
|
1220
1220
|
required: !0,
|
|
1221
|
-
description: "Mailbox token (issued by
|
|
1221
|
+
description: "Mailbox token (issued by Broodnet)"
|
|
1222
1222
|
});
|
|
1223
1223
|
async execute() {
|
|
1224
1224
|
let n;
|
|
@@ -45240,7 +45240,7 @@ const ve = new s6({
|
|
|
45240
45240
|
binaryLabel: "Broodnet",
|
|
45241
45241
|
binaryName: "broodnet",
|
|
45242
45242
|
// Injected at build time by vite.config.ts from package.json.
|
|
45243
|
-
binaryVersion: "0.1.
|
|
45243
|
+
binaryVersion: "0.1.5"
|
|
45244
45244
|
});
|
|
45245
45245
|
ve.register(Ro);
|
|
45246
45246
|
ve.register(Uo);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@broodnet/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"bin": {
|
|
6
6
|
"broodnet": "./dist/index.js"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"lint": "tsc --noEmit && oxlint .",
|
|
22
22
|
"test": "vitest run",
|
|
23
23
|
"test:watch": "vitest watch",
|
|
24
|
-
"
|
|
24
|
+
"prepublishOnly": "npm run lint && npm run build"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@clack/prompts": "^1.1.0",
|