@shell-shock/plugin-completions 0.2.8 → 0.2.10
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 +8 -8
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/plugin-completions",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
|
|
6
6
|
"repository": {
|
|
@@ -224,16 +224,16 @@
|
|
|
224
224
|
"dependencies": {
|
|
225
225
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
226
226
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
227
|
-
"@powerlines/deepkit": "^0.6.
|
|
228
|
-
"@powerlines/plugin-alloy": "^0.25.
|
|
229
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
230
|
-
"@shell-shock/core": "^0.13.
|
|
227
|
+
"@powerlines/deepkit": "^0.6.147",
|
|
228
|
+
"@powerlines/plugin-alloy": "^0.25.54",
|
|
229
|
+
"@powerlines/plugin-plugin": "^0.12.319",
|
|
230
|
+
"@shell-shock/core": "^0.13.4",
|
|
231
231
|
"@stryke/path": "^0.27.2",
|
|
232
232
|
"@stryke/string-format": "^0.17.6",
|
|
233
|
-
"powerlines": "^0.42.
|
|
233
|
+
"powerlines": "^0.42.9"
|
|
234
234
|
},
|
|
235
235
|
"devDependencies": {
|
|
236
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
236
|
+
"@powerlines/plugin-deepkit": "^0.11.247",
|
|
237
237
|
"@types/node": "^25.5.0"
|
|
238
238
|
},
|
|
239
239
|
"publishConfig": {
|
|
@@ -251,5 +251,5 @@
|
|
|
251
251
|
"./package.json": "./package.json"
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
|
-
"gitHead": "
|
|
254
|
+
"gitHead": "bb9aa600d0f9effbd29eabb7bb096267a461059e"
|
|
255
255
|
}
|