@canonical/terrazzo-plugin-css 0.4.0 → 0.4.2

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": "@canonical/terrazzo-plugin-css",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Terrazzo CSS plugin for Canonical design tokens. Transforms DTCG tokens into CSS custom properties with light-dark(), modifier families, @layer ordering, and @media scoping.",
5
5
  "type": "module",
6
6
  "license": "LGPL-3.0",
@@ -49,7 +49,7 @@
49
49
  "test:coverage": "vitest run --coverage"
50
50
  },
51
51
  "dependencies": {
52
- "@canonical/token-types": "^0.4.0"
52
+ "@canonical/token-types": "^0.4.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@canonical/webarchitect": "^0.17.1",