@forgezero/agent 0.1.40 → 0.1.41
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 +357 -421
- package/dist/agent-heartbeat.js +1 -1
- package/dist/bootstrap.js +1 -1
- package/dist/fz-agent.js +1519 -3271
- package/dist/fz.js +1728 -3494
- package/dist/metal-bootstrap.js +1 -1
- package/dist/provision.js +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +4 -4
package/dist/metal-bootstrap.js
CHANGED
package/dist/provision.js
CHANGED
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** One package version shared by both public binaries. Pinned to package.json by tests. */
|
|
2
|
-
export declare const VERSION = "0.1.
|
|
2
|
+
export declare const VERSION = "0.1.41";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forgezero/agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"check": "tsc --noEmit",
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"typescript": "^5.6.0",
|
|
13
13
|
"@types/bun": "latest",
|
|
14
14
|
"@types/node": "^22.0.0",
|
|
15
|
-
"@forgezero/access": "0.1.
|
|
15
|
+
"@forgezero/access": "0.1.3",
|
|
16
16
|
"@noble/curves": "^2.2.0",
|
|
17
17
|
"@noble/post-quantum": "^0.6.1"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@forgezero/runtime": "0.1.
|
|
21
|
-
"@forgezero/vault": "0.1.
|
|
20
|
+
"@forgezero/runtime": "0.1.7",
|
|
21
|
+
"@forgezero/vault": "0.1.11",
|
|
22
22
|
"@noble/curves": "2.2.0",
|
|
23
23
|
"@noble/hashes": "2.2.0",
|
|
24
24
|
"@noble/post-quantum": "0.6.1",
|