@terrazzo/plugin-js 0.2.0 → 0.3.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,11 @@
1
1
  # @terrazzo/plugin-js
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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
8
+
3
9
  ## 0.2.0
4
10
 
5
11
  ### 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.3.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.3.4"
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.3.4",
34
+ "@terrazzo/parser": "^0.3.4"
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
-