@design-parity/action 0.1.8 → 0.1.9

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-parity/action",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Integration layer: wires resolver, adapters, candidate, checks, diff, and policy into a parity run, and surfaces the verdict (CLI now; GitHub Action surface to follow).",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -19,17 +19,17 @@
19
19
  "test": "vitest run"
20
20
  },
21
21
  "dependencies": {
22
- "@design-parity/core": "^0.1.8",
23
- "@design-parity/resolver": "^0.1.8",
24
- "@design-parity/policy": "^0.1.8",
25
- "@design-parity/diff": "^0.1.8",
26
- "@design-parity/report-html": "^0.1.8",
27
- "@design-parity/checks": "^0.1.8",
28
- "@design-parity/candidate": "^0.1.8",
29
- "@design-parity/adapter-figma": "^0.1.8",
30
- "@design-parity/adapter-stitch": "^0.1.8",
31
- "@design-parity/adapter-claude-design": "^0.1.8",
32
- "@design-parity/adapter-bundle": "^0.1.8"
22
+ "@design-parity/core": "^0.1.9",
23
+ "@design-parity/resolver": "^0.1.9",
24
+ "@design-parity/policy": "^0.1.9",
25
+ "@design-parity/diff": "^0.1.9",
26
+ "@design-parity/report-html": "^0.1.9",
27
+ "@design-parity/checks": "^0.1.9",
28
+ "@design-parity/candidate": "^0.1.9",
29
+ "@design-parity/adapter-figma": "^0.1.9",
30
+ "@design-parity/adapter-stitch": "^0.1.9",
31
+ "@design-parity/adapter-claude-design": "^0.1.9",
32
+ "@design-parity/adapter-bundle": "^0.1.9"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",