@shell-shock/preset-cli 0.9.28 → 0.9.30
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/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/preset-cli",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.30",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
|
|
6
6
|
"keywords": [
|
|
@@ -184,17 +184,17 @@
|
|
|
184
184
|
"@powerlines/deepkit": "^0.9.81",
|
|
185
185
|
"@powerlines/plugin-alloy": "^0.26.220",
|
|
186
186
|
"@powerlines/plugin-plugin": "^0.12.539",
|
|
187
|
-
"@shell-shock/core": "0.17.
|
|
188
|
-
"@shell-shock/plugin-banner": "0.1.
|
|
189
|
-
"@shell-shock/plugin-changelog": "0.1.
|
|
190
|
-
"@shell-shock/plugin-completions": "0.4.
|
|
191
|
-
"@shell-shock/plugin-console": "0.2.
|
|
192
|
-
"@shell-shock/plugin-help": "0.2.
|
|
193
|
-
"@shell-shock/plugin-prompts": "0.3.
|
|
194
|
-
"@shell-shock/plugin-skills": "0.0.
|
|
195
|
-
"@shell-shock/plugin-theme": "0.4.
|
|
196
|
-
"@shell-shock/plugin-update": "0.1.
|
|
197
|
-
"@shell-shock/preset-script": "0.6.
|
|
187
|
+
"@shell-shock/core": "0.17.18",
|
|
188
|
+
"@shell-shock/plugin-banner": "0.1.45",
|
|
189
|
+
"@shell-shock/plugin-changelog": "0.1.21",
|
|
190
|
+
"@shell-shock/plugin-completions": "0.4.26",
|
|
191
|
+
"@shell-shock/plugin-console": "0.2.22",
|
|
192
|
+
"@shell-shock/plugin-help": "0.2.36",
|
|
193
|
+
"@shell-shock/plugin-prompts": "0.3.59",
|
|
194
|
+
"@shell-shock/plugin-skills": "0.0.9",
|
|
195
|
+
"@shell-shock/plugin-theme": "0.4.31",
|
|
196
|
+
"@shell-shock/plugin-update": "0.1.63",
|
|
197
|
+
"@shell-shock/preset-script": "0.6.73",
|
|
198
198
|
"@stryke/path": "^0.29.11",
|
|
199
199
|
"@stryke/string-format": "^0.17.26",
|
|
200
200
|
"@stryke/type-checks": "^0.6.17",
|
|
@@ -205,5 +205,5 @@
|
|
|
205
205
|
},
|
|
206
206
|
"devDependencies": { "@stryke/types": "^0.12.12", "@types/node": "^25.9.2" },
|
|
207
207
|
"publishConfig": { "access": "public" },
|
|
208
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "4ca0ac0ff9ada03aea6667c89a04b54dc73ff40b"
|
|
209
209
|
}
|