@terrazzo/token-tools 0.2.5 → 0.2.7

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,9 +1,9 @@
1
1
 
2
- > @terrazzo/token-tools@0.2.5 build /home/runner/work/terrazzo/terrazzo/packages/token-tools
2
+ > @terrazzo/token-tools@0.2.7 build /home/runner/work/terrazzo/terrazzo/packages/token-tools
3
3
  > pnpm run build:ts && pnpm -w run inject-license @terrazzo/token-tools dist/index.js
4
4
 
5
5
 
6
- > @terrazzo/token-tools@0.2.5 build:ts /home/runner/work/terrazzo/terrazzo/packages/token-tools
6
+ > @terrazzo/token-tools@0.2.7 build:ts /home/runner/work/terrazzo/terrazzo/packages/token-tools
7
7
  > tsc -p tsconfig.build.json
8
8
 
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @terrazzo/token-tools
2
2
 
3
+ ## 0.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#376](https://github.com/terrazzoapp/terrazzo/pull/376) [`059b62a`](https://github.com/terrazzoapp/terrazzo/commit/059b62a95d1a7ec9667baef3dc695200a454eb61) Thanks [@drwpow](https://github.com/drwpow)! - Loosen up source type for parse()
8
+
9
+ ## 0.2.6
10
+
11
+ ### Patch Changes
12
+
13
+ - [#374](https://github.com/terrazzoapp/terrazzo/pull/374) [`cb64063`](https://github.com/terrazzoapp/terrazzo/commit/cb640631220f1abb72dd9e39806c5e1b61e92baf) Thanks [@drwpow](https://github.com/drwpow)! - Add normalize CLI command, which can upgrade a giant tokens file to the latest DTCG format.
14
+
3
15
  ## 0.2.5
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@terrazzo/token-tools",
3
3
  "description": "Various utilities for token types",
4
- "version": "0.2.5",
4
+ "version": "0.2.7",
5
5
  "author": {
6
6
  "name": "Drew Powers",
7
7
  "email": "drew@pow.rs"
@@ -35,7 +35,7 @@
35
35
  "./*": "./*"
36
36
  },
37
37
  "dependencies": {
38
- "@humanwhocodes/momoa": "^3.3.3",
38
+ "@humanwhocodes/momoa": "^3.3.4",
39
39
  "culori": "^4.0.1",
40
40
  "scule": "^1.3.0",
41
41
  "wildcard-match": "^5.1.3"