@shell-shock/plugin-completions 0.0.8 → 0.0.9
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-completions",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
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": {
|
|
@@ -96,16 +96,16 @@
|
|
|
96
96
|
"storm-software"
|
|
97
97
|
],
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@alloy-js/core": "0.22.0",
|
|
99
|
+
"@alloy-js/core": "^0.22.0",
|
|
100
100
|
"@alloy-js/typescript": "^0.22.0",
|
|
101
|
-
"@powerlines/plugin-alloy": "^0.20.
|
|
102
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
103
|
-
"@shell-shock/core": "^0.
|
|
101
|
+
"@powerlines/plugin-alloy": "^0.20.14",
|
|
102
|
+
"@powerlines/plugin-plugin": "^0.12.221",
|
|
103
|
+
"@shell-shock/core": "^0.5.0",
|
|
104
104
|
"@stryke/path": "^0.26.4",
|
|
105
|
-
"powerlines": "^0.38.
|
|
105
|
+
"powerlines": "^0.38.37"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
108
|
+
"@powerlines/plugin-deepkit": "^0.11.149",
|
|
109
109
|
"@types/node": "^22.19.9"
|
|
110
110
|
},
|
|
111
111
|
"publishConfig": {
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"./package.json": "./package.json"
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "533bcb80b1bcd7b3419e062287bedf4afed8a449"
|
|
127
127
|
}
|