vibelet 0.1.0 → 0.1.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/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibelet",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "macOS CLI for installing and running the Vibelet daemon",
|
|
5
|
-
"private": false,
|
|
6
5
|
"files": [
|
|
7
6
|
"bin/vibelet.mjs",
|
|
7
|
+
"bin/vibelet-runtime-policy.mjs",
|
|
8
8
|
"dist/index.cjs",
|
|
9
9
|
"README.md",
|
|
10
10
|
"package.json"
|
|
@@ -23,22 +23,7 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"scripts": {
|
|
27
|
-
"build": "NX_TUI=false nx run-many -t build",
|
|
28
|
-
"build:release": "pnpm -C apps/daemon build:release",
|
|
29
|
-
"dev": "nx run-many -t dev --parallel=10 --verbose",
|
|
30
|
-
"dev:app": "pnpm -C apps/app dev",
|
|
31
|
-
"dev:daemon": "pnpm -C apps/daemon dev",
|
|
32
|
-
"dev:site": "pnpm -C apps/site dev",
|
|
33
|
-
"build:site": "nx run site:build",
|
|
34
|
-
"prepack": "pnpm build",
|
|
35
|
-
"publish:dual": "node ./scripts/publish-dual-npm.mjs",
|
|
36
|
-
"publish:dual:dry-run": "node ./scripts/publish-dual-npm.mjs --dry-run"
|
|
37
|
-
},
|
|
38
26
|
"dependencies": {
|
|
39
27
|
"qrcode": "^1.5.4"
|
|
40
|
-
},
|
|
41
|
-
"devDependencies": {
|
|
42
|
-
"nx": "^22.1.3"
|
|
43
28
|
}
|
|
44
29
|
}
|