spec-layer 0.1.0 → 0.2.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 (3) hide show
  1. package/README.md +77 -11
  2. package/dist/cli.js +1070 -77
  3. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-layer",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Pull design-system context published by the Spec Layer Figma plugin",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,6 +18,7 @@
18
18
  "prepublishOnly": "node build.mjs"
19
19
  },
20
20
  "devDependencies": {
21
+ "@spec-layer/extractor": "*",
21
22
  "esbuild": "^0.28.1"
22
23
  },
23
24
  "repository": {