@terrazzo/plugin-js 0.2.0 → 0.4.0

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @terrazzo/plugin-js
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#416](https://github.com/terrazzoapp/terrazzo/pull/416) [`822c956`](https://github.com/terrazzoapp/terrazzo/commit/822c95666c18da1c591ee232e6f62cc1b1ae968d) Thanks [@drwpow](https://github.com/drwpow)! - [cli,parser,plugin-css,token-tools] ⚠️ Breaking change: CSS variables updated to closer match Cobalt 1.0 behavior
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`822c956`](https://github.com/terrazzoapp/terrazzo/commit/822c95666c18da1c591ee232e6f62cc1b1ae968d), [`822c956`](https://github.com/terrazzoapp/terrazzo/commit/822c95666c18da1c591ee232e6f62cc1b1ae968d)]:
12
+ - @terrazzo/token-tools@0.4.0
13
+ - @terrazzo/cli@0.4.0
14
+
15
+ ## 0.3.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#411](https://github.com/terrazzoapp/terrazzo/pull/411) [`2ad079c`](https://github.com/terrazzoapp/terrazzo/commit/2ad079c06dcdb3b0241e678b1625f202a4ec92b1) Thanks [@drwpow](https://github.com/drwpow)! - Fix bug in pnpm workspaces
20
+
3
21
  ## 0.2.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terrazzo/plugin-js",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "Generate JS, TS, and JSON from your design tokens schema (requires @terrazzo/cli)",
5
5
  "type": "module",
6
6
  "author": {
@@ -16,7 +16,7 @@
16
16
  "typescript"
17
17
  ],
18
18
  "main": "./dist/index.js",
19
- "homepage": "https://terrazzoapp.com/docs/cli/integrations/js",
19
+ "homepage": "https://terrazzo.app/docs/cli/integrations/js",
20
20
  "repository": {
21
21
  "type": "git",
22
22
  "url": "https://github.com/terrazzoapp/terrazzo.git",
@@ -24,12 +24,14 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "peerDependencies": {
27
- "@terrazzo/cli": "^0.2.8"
27
+ "@terrazzo/cli": "0.x"
28
+ },
29
+ "dependencies": {
30
+ "@terrazzo/token-tools": "^0.4.0"
28
31
  },
29
32
  "devDependencies": {
30
- "@terrazzo/cli": "^0.2.8",
31
- "@terrazzo/parser": "^0.2.8",
32
- "@terrazzo/token-tools": "^0.2.8"
33
+ "@terrazzo/cli": "^0.4.0",
34
+ "@terrazzo/parser": "^0.4.0"
33
35
  },
34
36
  "scripts": {
35
37
  "build": "pnpm run build:ts && pnpm -w run inject-license @terrazzo/plugin-js dist/index.js",
@@ -1,12 +0,0 @@
1
-
2
- > @terrazzo/plugin-js@0.2.0 build /home/runner/work/terrazzo/terrazzo/packages/plugin-js
3
- > pnpm run build:ts && pnpm -w run inject-license @terrazzo/plugin-js dist/index.js
4
-
5
-
6
- > @terrazzo/plugin-js@0.2.0 build:ts /home/runner/work/terrazzo/terrazzo/packages/plugin-js
7
- > tsc -p tsconfig.build.json
8
-
9
-
10
- > @terrazzo/monorepo@ inject-license /home/runner/work/terrazzo/terrazzo
11
- > node scripts/inject-license.js "@terrazzo/plugin-js" "dist/index.js"
12
-