@design-parity/catalog-export 0.1.27 → 0.1.28

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/catalog-export",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "Turn a rendered Compose component system (compose-preview data products) into an importable design-artifact catalog: per-component sticker sheets in two variants (ideal + layout), a W3C DTCG token set, and an accessibility 'greenline' annotation layer — laid out for Figma / Stitch / Claude Design import.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -22,7 +22,7 @@
22
22
  "test": "vitest run --root ../.. packages/catalog-export/test"
23
23
  },
24
24
  "dependencies": {
25
- "@design-parity/core": "^0.1.27"
25
+ "@design-parity/core": "^0.1.28"
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",