create-op-node 0.10.10 → 0.10.12
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/README.md +12 -7
- package/dist/cli.js +86 -39
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-op-node",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.12",
|
|
4
4
|
"description": "Interactive bootstrap for an Opus Populi node — Cloudflare infrastructure, Mac Studio, ghcr.io image pull. From sealed box to public API in one command.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"lint:sonar": "eslint . --config eslint.sonar.config.mjs",
|
|
25
25
|
"test": "vitest run",
|
|
26
26
|
"test:watch": "vitest",
|
|
27
|
-
"prepublishOnly": "pnpm typecheck && pnpm lint && pnpm test && pnpm build"
|
|
27
|
+
"prepublishOnly": "pnpm typecheck && pnpm lint && pnpm lint:sonar && pnpm test && pnpm build"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@cfworker/json-schema": "^4.1.1",
|