@shell-shock/plugin-completions 0.4.22 → 0.4.23

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-completions",
3
- "version": "0.4.22",
3
+ "version": "0.4.23",
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": {
@@ -338,14 +338,14 @@
338
338
  "@powerlines/deepkit": "^0.9.81",
339
339
  "@powerlines/plugin-alloy": "^0.26.220",
340
340
  "@powerlines/plugin-plugin": "^0.12.539",
341
- "@shell-shock/core": "0.17.14",
341
+ "@shell-shock/core": "0.17.15",
342
342
  "@stryke/path": "^0.29.11",
343
343
  "@stryke/string-format": "^0.17.26",
344
344
  "powerlines": "^0.47.127"
345
345
  },
346
346
  "devDependencies": {
347
347
  "@powerlines/plugin-deepkit": "^0.11.470",
348
- "@types/node": "^25.9.1"
348
+ "@types/node": "^25.9.2"
349
349
  },
350
350
  "publishConfig": {
351
351
  "access": "public",
@@ -362,5 +362,5 @@
362
362
  "./package.json": "./package.json"
363
363
  }
364
364
  },
365
- "gitHead": "484e42bc94f3641bd1c2fdfd8c13ad22898be16d"
365
+ "gitHead": "302eeb47bc029bb0105ec572faecfe398a30d3c1"
366
366
  }