@shell-shock/plugin-completions 0.4.19 → 0.4.21
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +8 -8
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-completions",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.21",
|
|
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": {
|
|
@@ -335,16 +335,16 @@
|
|
|
335
335
|
"dependencies": {
|
|
336
336
|
"@alloy-js/core": "^0.23.1",
|
|
337
337
|
"@alloy-js/typescript": "^0.23.0",
|
|
338
|
-
"@powerlines/deepkit": "^0.9.
|
|
339
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
340
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
341
|
-
"@shell-shock/core": "0.17.
|
|
338
|
+
"@powerlines/deepkit": "^0.9.81",
|
|
339
|
+
"@powerlines/plugin-alloy": "^0.26.220",
|
|
340
|
+
"@powerlines/plugin-plugin": "^0.12.539",
|
|
341
|
+
"@shell-shock/core": "0.17.13",
|
|
342
342
|
"@stryke/path": "^0.29.11",
|
|
343
343
|
"@stryke/string-format": "^0.17.26",
|
|
344
|
-
"powerlines": "^0.47.
|
|
344
|
+
"powerlines": "^0.47.127"
|
|
345
345
|
},
|
|
346
346
|
"devDependencies": {
|
|
347
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
347
|
+
"@powerlines/plugin-deepkit": "^0.11.470",
|
|
348
348
|
"@types/node": "^25.9.1"
|
|
349
349
|
},
|
|
350
350
|
"publishConfig": {
|
|
@@ -362,5 +362,5 @@
|
|
|
362
362
|
"./package.json": "./package.json"
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
|
-
"gitHead": "
|
|
365
|
+
"gitHead": "5e6228dd92f825a7e19988626b7b24bd0be08518"
|
|
366
366
|
}
|