@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.
@@ -293,7 +293,7 @@ function systemdAgentEgressDirectives(loopbackTcpPorts = []) {
293
293
  }
294
294
 
295
295
  // src/version.ts
296
- var VERSION = "0.1.40";
296
+ var VERSION = "0.1.41";
297
297
 
298
298
  // src/metal-bootstrap.ts
299
299
  var PROFILE_PATH = "/etc/forgezero/metal.json";
package/dist/provision.js CHANGED
@@ -893,7 +893,7 @@ function requestSoftware(requirements, socketPath = DEFAULT_SOFTWARE_HELPER_SOCK
893
893
  }
894
894
 
895
895
  // src/version.ts
896
- var VERSION3 = "0.1.40";
896
+ var VERSION3 = "0.1.41";
897
897
 
898
898
  // src/egress-policy.ts
899
899
  import { realpathSync } from "node:fs";
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.40";
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.40",
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.2",
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.6",
21
- "@forgezero/vault": "0.1.8",
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",