@shell-shock/plugin-completions 0.1.4 → 0.1.6

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.
Files changed (1) hide show
  1. package/package.json +8 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-completions",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
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": {
@@ -151,22 +151,18 @@
151
151
  "powerlines",
152
152
  "storm-software"
153
153
  ],
154
- "peerDependencies": { "@shell-shock/preset-script": "*" },
155
- "peerDependenciesMeta": {
156
- "@shell-shock/preset-script": { "optional": true }
157
- },
158
154
  "dependencies": {
159
155
  "@alloy-js/core": "0.23.0-dev.8",
160
156
  "@alloy-js/typescript": "0.23.0-dev.4",
161
- "@powerlines/deepkit": "^0.6.65",
162
- "@powerlines/plugin-alloy": "^0.23.15",
163
- "@powerlines/plugin-plugin": "^0.12.236",
164
- "@shell-shock/core": "^0.8.10",
157
+ "@powerlines/deepkit": "^0.6.66",
158
+ "@powerlines/plugin-alloy": "0.23.16",
159
+ "@powerlines/plugin-plugin": "^0.12.237",
160
+ "@shell-shock/core": "^0.8.12",
165
161
  "@stryke/path": "0.26.6",
166
- "powerlines": "^0.38.52"
162
+ "powerlines": "^0.38.53"
167
163
  },
168
164
  "devDependencies": {
169
- "@powerlines/plugin-deepkit": "^0.11.164",
165
+ "@powerlines/plugin-deepkit": "^0.11.165",
170
166
  "@types/node": "^22.19.11"
171
167
  },
172
168
  "publishConfig": {
@@ -184,5 +180,5 @@
184
180
  "./package.json": "./package.json"
185
181
  }
186
182
  },
187
- "gitHead": "ba4e6ba921fb77de5be8950f02ea798752b61450"
183
+ "gitHead": "a802bf947afd12ce5c0f29aae1d4039c9e4f40f7"
188
184
  }