@shell-shock/preset-cli 0.9.0 → 0.9.2
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/README.md +1 -1
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock pack
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://stormsoftware.com/projects/shell-shock/) [](http://commitizen.github.io/cz-cli/)  
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
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.2",
|
|
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": [
|
|
@@ -181,24 +181,24 @@
|
|
|
181
181
|
"dependencies": {
|
|
182
182
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
183
183
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
184
|
-
"@powerlines/deepkit": "^0.6.
|
|
185
|
-
"@powerlines/plugin-alloy": "^0.
|
|
186
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
187
|
-
"@shell-shock/core": "^0.14.
|
|
188
|
-
"@shell-shock/plugin-banner": "^0.1.
|
|
189
|
-
"@shell-shock/plugin-completions": "^0.
|
|
190
|
-
"@shell-shock/plugin-console": "^0.1.
|
|
191
|
-
"@shell-shock/plugin-help": "^0.2.
|
|
192
|
-
"@shell-shock/plugin-prompts": "^0.3.
|
|
193
|
-
"@shell-shock/plugin-theme": "^0.4.
|
|
194
|
-
"@shell-shock/plugin-upgrade": "^0.1.
|
|
195
|
-
"@shell-shock/preset-script": "^0.6.
|
|
184
|
+
"@powerlines/deepkit": "^0.6.163",
|
|
185
|
+
"@powerlines/plugin-alloy": "^0.26.0",
|
|
186
|
+
"@powerlines/plugin-plugin": "^0.12.335",
|
|
187
|
+
"@shell-shock/core": "^0.14.4",
|
|
188
|
+
"@shell-shock/plugin-banner": "^0.1.17",
|
|
189
|
+
"@shell-shock/plugin-completions": "^0.3.1",
|
|
190
|
+
"@shell-shock/plugin-console": "^0.1.30",
|
|
191
|
+
"@shell-shock/plugin-help": "^0.2.8",
|
|
192
|
+
"@shell-shock/plugin-prompts": "^0.3.31",
|
|
193
|
+
"@shell-shock/plugin-theme": "^0.4.3",
|
|
194
|
+
"@shell-shock/plugin-upgrade": "^0.1.36",
|
|
195
|
+
"@shell-shock/preset-script": "^0.6.45",
|
|
196
196
|
"@stryke/path": "^0.27.3",
|
|
197
197
|
"@stryke/string-format": "^0.17.7",
|
|
198
198
|
"@stryke/type-checks": "^0.6.0",
|
|
199
199
|
"cfonts": "^3.3.1",
|
|
200
200
|
"defu": "^6.1.4",
|
|
201
|
-
"powerlines": "^0.42.
|
|
201
|
+
"powerlines": "^0.42.25"
|
|
202
202
|
},
|
|
203
203
|
"devDependencies": {
|
|
204
204
|
"@babel/core": "^7.29.0",
|
|
@@ -228,5 +228,5 @@
|
|
|
228
228
|
"./package.json": "./package.json"
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
|
-
"gitHead": "
|
|
231
|
+
"gitHead": "f6c65cf00def6dda8f7cba780d815be265855b43"
|
|
232
232
|
}
|