@terrazzo/cli 2.0.0-rc.0 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @terrazzo/cli
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#699](https://github.com/terrazzoapp/terrazzo/pull/699) [`a23b751`](https://github.com/terrazzoapp/terrazzo/commit/a23b7510710943768731859215b92a98355e1c5c) Thanks [@drwpow](https://github.com/drwpow)! - [parser]: fix runtime error where $extensions may not have mode object
8
+
9
+ - Updated dependencies [[`a23b751`](https://github.com/terrazzoapp/terrazzo/commit/a23b7510710943768731859215b92a98355e1c5c)]:
10
+ - @terrazzo/parser@2.0.1
11
+ - @terrazzo/token-tools@2.0.1
12
+
3
13
  ## 2.0.0
4
14
 
5
15
  The 2.0.0 release is full of new features:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terrazzo/cli",
3
- "version": "2.0.0-rc.0",
3
+ "version": "2.0.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
  "license": "MIT",
6
6
  "type": "module",
@@ -52,14 +52,14 @@
52
52
  "vite-node": "^5.3.0",
53
53
  "yaml": "^2.8.2",
54
54
  "yaml-to-momoa": "0.0.9",
55
- "@terrazzo/json-schema-tools": "^0.2.0",
56
- "@terrazzo/parser": "^2.0.0-rc.0",
57
- "@terrazzo/token-tools": "^2.0.0-rc.0"
55
+ "@terrazzo/json-schema-tools": "^0.2.1",
56
+ "@terrazzo/parser": "^2.0.1",
57
+ "@terrazzo/token-tools": "^2.0.1"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@figma/rest-api-spec": "^0.36.0",
61
61
  "@types/escodegen": "^0.0.10",
62
- "@vitejs/plugin-react": "^5.1.4",
62
+ "@vitejs/plugin-react": "^5.2.0",
63
63
  "react": "^19.2.4",
64
64
  "react-dom": "^19.2.4"
65
65
  },