@agentxm/specification-metadata 0.29.0 → 0.29.2
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 +4 -4
package/package.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"url": "https://github.com/agentxm/axm/issues"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"effect": "4.0.0-rc.
|
|
7
|
+
"effect": "4.0.0-rc.115"
|
|
8
8
|
},
|
|
9
9
|
"description": "Executable-specification metadata contract shared by AXM repositories: specification, product-goal, execution-binding, and bound-evidence definitions, their decoders, and corpus conformance checks. Engineering support, not part of the runtime. Unstable and unsupported.",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@effect/vitest": "4.0.0-rc.
|
|
11
|
+
"@effect/vitest": "4.0.0-rc.115",
|
|
12
12
|
"@typescript/native": "npm:typescript@^7.0.2",
|
|
13
13
|
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
|
14
|
-
"vitest": "^
|
|
14
|
+
"vitest": "^5.0.0"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": ">=22.19.0"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|
|
45
45
|
"type": "module",
|
|
46
|
-
"version": "0.29.
|
|
46
|
+
"version": "0.29.2"
|
|
47
47
|
}
|