@wlfi-agent/cli 1.4.14 → 1.4.15
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 +15 -17
- package/packages/cache/node_modules/.bin/jiti +0 -0
- package/packages/cache/node_modules/.bin/tsc +0 -0
- package/packages/cache/node_modules/.bin/tsserver +0 -0
- package/packages/cache/node_modules/.bin/tsup +0 -0
- package/packages/cache/node_modules/.bin/tsup-node +0 -0
- package/packages/cache/node_modules/.bin/tsx +0 -0
- package/packages/cache/node_modules/.bin/vitest +0 -0
- package/packages/config/dist/index.cjs +0 -0
- package/packages/config/node_modules/.bin/jiti +0 -0
- package/packages/config/node_modules/.bin/tsc +0 -0
- package/packages/config/node_modules/.bin/tsserver +0 -0
- package/packages/config/node_modules/.bin/tsup +0 -0
- package/packages/config/node_modules/.bin/tsup-node +0 -0
- package/packages/config/node_modules/.bin/tsx +0 -0
- package/packages/rpc/dist/_esm-BCLXDO2R.cjs +0 -0
- package/packages/rpc/dist/ccip-OWJLAW55.cjs +0 -0
- package/packages/rpc/dist/chunk-APQIFZ3B.cjs +0 -0
- package/packages/rpc/dist/chunk-CDO2GWRD.cjs +0 -0
- package/packages/rpc/dist/chunk-QGTNTFJ7.cjs +0 -0
- package/packages/rpc/dist/chunk-TZDTAHWR.cjs +0 -0
- package/packages/rpc/dist/index.cjs +0 -0
- package/packages/rpc/dist/secp256k1-WCNM675D.cjs +0 -0
- package/packages/rpc/node_modules/.bin/jiti +0 -0
- package/packages/rpc/node_modules/.bin/tsc +0 -0
- package/packages/rpc/node_modules/.bin/tsserver +0 -0
- package/packages/rpc/node_modules/.bin/tsup +0 -0
- package/packages/rpc/node_modules/.bin/tsup-node +0 -0
- package/packages/rpc/node_modules/.bin/tsx +0 -0
- package/packages/ui/node_modules/.bin/jiti +0 -0
- package/packages/ui/node_modules/.bin/tsc +0 -0
- package/packages/ui/node_modules/.bin/tsserver +0 -0
- package/packages/ui/node_modules/.bin/tsup +0 -0
- package/packages/ui/node_modules/.bin/tsup-node +0 -0
- package/packages/ui/node_modules/.bin/tsx +0 -0
- package/scripts/launchd/install-user-daemon.sh +0 -0
- package/scripts/launchd/run-vault-daemon.sh +0 -0
- package/scripts/launchd/run-wlfi-agent-daemon.sh +0 -0
- package/scripts/launchd/uninstall-user-daemon.sh +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wlfi-agent/cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.15",
|
|
4
4
|
"description": "Single-entrypoint WLFI agent CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -21,36 +21,34 @@
|
|
|
21
21
|
"tsconfig.json",
|
|
22
22
|
"tsup.config.ts"
|
|
23
23
|
],
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build": "turbo run build && tsup --config tsup.config.ts",
|
|
26
|
-
"check": "turbo run check typecheck && cargo test --workspace --no-run",
|
|
27
|
-
"install:rust-binaries": "node ./scripts/install-rust-binaries.mjs",
|
|
28
|
-
"postinstall": "node ./scripts/install-rust-binaries.mjs",
|
|
29
|
-
"prepack": "npm run build",
|
|
30
|
-
"test:ts": "node --experimental-strip-types --test test/**/*.test.mjs",
|
|
31
|
-
"lint": "biome check .",
|
|
32
|
-
"lint:fix": "biome check --write .",
|
|
33
|
-
"typecheck": "turbo run typecheck && tsc --noEmit"
|
|
34
|
-
},
|
|
35
24
|
"workspaces": [
|
|
36
25
|
"packages/*",
|
|
37
26
|
"apps/*",
|
|
38
27
|
"apps/maintenance/*"
|
|
39
28
|
],
|
|
40
|
-
"packageManager": "pnpm@10.6.3",
|
|
41
29
|
"engines": {
|
|
42
30
|
"node": ">=20"
|
|
43
31
|
},
|
|
44
32
|
"devDependencies": {
|
|
45
33
|
"@types/node": "^24.0.0",
|
|
46
|
-
"@wlfi-agent/config": "workspace:*",
|
|
47
|
-
"@wlfi-agent/rpc": "workspace:*",
|
|
48
34
|
"commander": "^13.1.0",
|
|
49
35
|
"tsup": "^8.4.0",
|
|
50
36
|
"turbo": "^2.4.4",
|
|
51
37
|
"typescript": "^5.8.2",
|
|
52
38
|
"viem": "^2.37.5",
|
|
53
39
|
"@biomejs/biome": "^2.3.11",
|
|
54
|
-
"tsx": "^4.21.0"
|
|
40
|
+
"tsx": "^4.21.0",
|
|
41
|
+
"@wlfi-agent/config": "0.1.0",
|
|
42
|
+
"@wlfi-agent/rpc": "0.1.0"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "turbo run build && tsup --config tsup.config.ts",
|
|
46
|
+
"check": "turbo run check typecheck && cargo test --workspace --no-run",
|
|
47
|
+
"install:rust-binaries": "node ./scripts/install-rust-binaries.mjs",
|
|
48
|
+
"postinstall": "node ./scripts/install-rust-binaries.mjs",
|
|
49
|
+
"test:ts": "node --experimental-strip-types --test test/**/*.test.mjs",
|
|
50
|
+
"lint": "biome check .",
|
|
51
|
+
"lint:fix": "biome check --write .",
|
|
52
|
+
"typecheck": "turbo run typecheck && tsc --noEmit"
|
|
55
53
|
}
|
|
56
|
-
}
|
|
54
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|