@terrazzo/plugin-css 0.0.6 → 0.0.7
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terrazzo/plugin-css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Generate CSS from your design tokens schema (requires @terrazzo/cli)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"@terrazzo/cli": "*"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@terrazzo/parser": "^0.0.
|
|
29
|
+
"@terrazzo/parser": "^0.0.11",
|
|
30
30
|
"@terrazzo/token-tools": "^0.0.4"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@terrazzo/cli": "^0.0.
|
|
33
|
+
"@terrazzo/cli": "^0.0.11"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "pnpm run build:clean && pnpm run build:ts && pnpm run build:license",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"build:license": "node ../../scripts/inject-license.js @terrazzo/plugin-css dist/index.js",
|
|
40
40
|
"dev": "tsc -p tsconfig.build.json -w",
|
|
41
41
|
"lint": "biome check .",
|
|
42
|
-
"test": "pnpm run \"/^test:.*/\"",
|
|
42
|
+
"test": "pnpm --filter @terrazzo/plugin-css run \"/^test:.*/\"",
|
|
43
43
|
"test:js": "vitest run",
|
|
44
44
|
"test:ts": "tsc --noEmit"
|
|
45
45
|
}
|