@power-plant/terrazzo-input 0.0.4 → 0.0.6

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-plant/terrazzo-input",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "private": false,
5
5
  "description": "A Power Plant input for reading the source specification from a Design Tokens Community Group (DTCG) schema document and parsing it into a Design Tokens format using Terrazzo.",
6
6
  "keywords": [
@@ -125,13 +125,13 @@
125
125
  "typings": "dist/index.d.mts",
126
126
  "files": ["dist"],
127
127
  "dependencies": {
128
- "@power-plant/core": "^0.0.18",
128
+ "@power-plant/core": "^0.0.20",
129
129
  "@power-plant/dtcg-schema": "^0.0.1",
130
- "@power-plant/schema": "^0.0.17",
131
- "@stryke/convert": "^0.7.26",
132
- "@stryke/resolve": "^0.0.11",
133
- "@stryke/type-checks": "^0.6.28",
134
- "@stryke/types": "^0.12.23",
130
+ "@power-plant/schema": "^0.0.19",
131
+ "@stryke/convert": "^0.7.27",
132
+ "@stryke/resolve": "^0.0.12",
133
+ "@stryke/type-checks": "^0.6.29",
134
+ "@stryke/types": "^0.12.24",
135
135
  "@terrazzo/parser": "^2.4.0"
136
136
  },
137
137
  "devDependencies": {
@@ -140,5 +140,5 @@
140
140
  "powerlines": "^0.47.144"
141
141
  },
142
142
  "publishConfig": { "access": "public" },
143
- "gitHead": "aa40c0225b9ebb2dec0336ee72b90c92e401bbc3"
143
+ "gitHead": "0639d772e3b45c9a4060f913fd5ee26c68ac48ad"
144
144
  }