@terrazzo/cli 0.7.0 → 0.7.1
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/CHANGELOG.md +10 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @terrazzo/cli
|
|
2
2
|
|
|
3
|
+
## 0.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#468](https://github.com/terrazzoapp/terrazzo/pull/468) [`2c28957`](https://github.com/terrazzoapp/terrazzo/commit/2c289579bee73eabcdf648fbdb99071fece9c018) Thanks [@drwpow](https://github.com/drwpow)! - When downsampling colors for sRGB gamut, preserve the originally-authored colorspace
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`2c28957`](https://github.com/terrazzoapp/terrazzo/commit/2c289579bee73eabcdf648fbdb99071fece9c018)]:
|
|
10
|
+
- @terrazzo/token-tools@0.7.1
|
|
11
|
+
- @terrazzo/parser@0.7.1
|
|
12
|
+
|
|
3
13
|
## 0.7.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terrazzo/cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "CLI for managing design tokens using the Design Tokens Community Group (DTCG) standard and generating code for any platform via plugins.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -41,26 +41,26 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@clack/prompts": "^0.9.1",
|
|
44
|
-
"@hono/node-server": "^1.14.
|
|
44
|
+
"@hono/node-server": "^1.14.1",
|
|
45
45
|
"@humanwhocodes/momoa": "^3.3.8",
|
|
46
46
|
"@types/escodegen": "^0.0.10",
|
|
47
47
|
"chokidar": "^3.6.0",
|
|
48
48
|
"detect-package-manager": "^3.0.2",
|
|
49
|
-
"dotenv": "^16.
|
|
49
|
+
"dotenv": "^16.5.0",
|
|
50
50
|
"escodegen": "^2.1.0",
|
|
51
51
|
"merge-anything": "^5.1.7",
|
|
52
|
-
"meriyah": "^6.0.
|
|
53
|
-
"mime": "^4.0.
|
|
52
|
+
"meriyah": "^6.0.6",
|
|
53
|
+
"mime": "^4.0.7",
|
|
54
54
|
"picocolors": "^1.1.1",
|
|
55
|
-
"yaml-to-momoa": "^0.0.
|
|
56
|
-
"@terrazzo/parser": "^0.7.
|
|
57
|
-
"@terrazzo/token-tools": "^0.7.
|
|
55
|
+
"yaml-to-momoa": "^0.0.6",
|
|
56
|
+
"@terrazzo/parser": "^0.7.1",
|
|
57
|
+
"@terrazzo/token-tools": "^0.7.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
60
|
+
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
61
61
|
"react": "19.0.0",
|
|
62
62
|
"react-dom": "19.0.0",
|
|
63
|
-
"vite": "^6.
|
|
63
|
+
"vite": "^6.3.5"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build": "tsc -p tsconfig.build.json && pnpm run build:lab",
|