@terrazzo/plugin-css 2.0.0-alpha.3 → 2.0.0-alpha.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terrazzo/plugin-css",
3
- "version": "2.0.0-alpha.3",
3
+ "version": "2.0.0-alpha.5",
4
4
  "description": "Convert DTCG design tokens JSON into CSS variables for use in any web application or native app with webview.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,16 +27,16 @@
27
27
  "directory": "./packages/plugin-css/"
28
28
  },
29
29
  "peerDependencies": {
30
- "@terrazzo/cli": "^2.0.0-alpha.3"
30
+ "@terrazzo/cli": "^2.0.0-alpha.5"
31
31
  },
32
32
  "dependencies": {
33
33
  "wildcard-match": "^5.1.4",
34
- "@terrazzo/token-tools": "^2.0.0-alpha.3"
34
+ "@terrazzo/token-tools": "^2.0.0-alpha.5"
35
35
  },
36
36
  "devDependencies": {
37
37
  "dtcg-examples": "^0.3.4",
38
- "@terrazzo/cli": "^2.0.0-alpha.3",
39
- "@terrazzo/parser": "^2.0.0-alpha.3"
38
+ "@terrazzo/cli": "^2.0.0-alpha.5",
39
+ "@terrazzo/parser": "^2.0.0-alpha.5"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "rolldown -c && attw --profile esm-only --pack .",