@o-lang/resolver-tests 1.0.4 → 1.0.5

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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/run.js +8 -4
  3. package/certified.svg +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o-lang/resolver-tests",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Official O-Lang Resolver Test Harness — locked single entrypoint",
5
5
  "main": "run.js",
6
6
  "type": "commonjs",
package/run.js CHANGED
@@ -72,10 +72,14 @@ const { generateBadge } = require("./lib/badge");
72
72
  opts.suites.length > 0
73
73
  ? opts.suites
74
74
  : [
75
- "R-001-allowlist",
76
- "R-002-io-contract",
77
- "R-003-failure-modes",
78
- "R-005-resolver-metadata-contract"
75
+ "R-005-resolver-metadata-contract",
76
+ "R-006-runtime-shape",
77
+ "R-007-failure-contract",
78
+ "R-008-input-validation",
79
+ "R-009-retry-semantics",
80
+ "R-010-output-contract",
81
+ "R-011-determinism",
82
+ "R-012-side-effects"
79
83
  ];
80
84
 
81
85
  const result = await runAllTests({
package/certified.svg DELETED
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="160" height="28">
2
- <rect rx="4" width="160" height="28" fill="#2d2d2d"/>
3
- <rect rx="4" x="80" width="80" height="28" fill="#4cbb17"/>
4
- <text x="40" y="18" fill="#fff" font-size="13" font-family="Arial" text-anchor="middle">O-lang</text>
5
- <text x="120" y="18" fill="#fff" font-size="13" font-family="Arial" text-anchor="middle">CERTIFIED</text>
6
- </svg>