@terrazzo/cli 0.2.0 → 0.2.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @terrazzo/cli@0.2.0 build /home/runner/work/terrazzo/terrazzo/packages/cli
2
+ > @terrazzo/cli@0.2.1 build /home/runner/work/terrazzo/terrazzo/packages/cli
3
3
  > tsc -p tsconfig.build.json
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @terrazzo/cli
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#358](https://github.com/terrazzoapp/terrazzo/pull/358) [`6b3c543`](https://github.com/terrazzoapp/terrazzo/commit/6b3c543a3356c582522f6e2d9b2948a0634a66df) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Fix npm error when invoking the Terrazzo CLI through npm
8
+
3
9
  ## 0.2.0
4
10
 
5
11
  ### Minor Changes
package/bin/cli.js CHANGED
@@ -1,3 +1,5 @@
1
+ #!/usr/bin/env node
2
+
1
3
  /**
2
4
  * @module @terrazzo/cli
3
5
  * @license MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terrazzo/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.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": {
@@ -45,8 +45,8 @@
45
45
  "merge-anything": "^5.1.7",
46
46
  "picocolors": "^1.1.1",
47
47
  "yaml-to-momoa": "^0.0.3",
48
- "@terrazzo/parser": "^0.2.0",
49
- "@terrazzo/token-tools": "^0.2.0"
48
+ "@terrazzo/parser": "^0.2.1",
49
+ "@terrazzo/token-tools": "^0.2.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "typescript": "^5.7.2"