@fuaran-ui/conformance 0.7.0 → 0.8.0

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuaran-ui/conformance",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Third-party certification kit for the Fuaran UI wire format — runs any candidate implementation (via a small decode/encode adapter) over the bundled canonical fixture corpus and emits a per-leg pass/fail conformance report naming the corpus version. See CONFORMANCE.md for the certification procedure.",
5
5
  "keywords": [
6
6
  "fuaran",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^22.10.2",
46
- "@fuaran-ui/ops": "0.7.0",
47
- "@fuaran-ui/schema": "0.7.0"
46
+ "@fuaran-ui/ops": "0.8.0",
47
+ "@fuaran-ui/schema": "0.8.0"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"