design-parity 0.1.19 → 0.1.22

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "design-parity",
3
- "version": "0.1.19",
3
+ "version": "0.1.22",
4
4
  "description": "Top-level CLI for design-parity: run a parity check with no checkout via `npx design-parity run …`. A thin launcher over @design-parity/action; re-exports its programmatic API too.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -18,7 +18,7 @@
18
18
  "design-parity": "./bin/design-parity.mjs"
19
19
  },
20
20
  "dependencies": {
21
- "@design-parity/action": "^0.1.19"
21
+ "@design-parity/action": "^0.1.22"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",