@powerlines/plugin-style-dictionary 0.3.412 → 0.3.421

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.
@@ -1,4 +1,3 @@
1
- const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
2
1
  let _stryke_string_format_title_case = require("@stryke/string-format/title-case");
3
2
 
4
3
  //#region src/style-dictionary/file-header.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-style-dictionary",
3
- "version": "0.3.412",
3
+ "version": "0.3.421",
4
4
  "private": false,
5
5
  "description": "A Powerlines plugin to generate project code with Style Dictionary.",
6
6
  "keywords": [
@@ -62,19 +62,19 @@
62
62
  "typings": "dist/index.d.mts",
63
63
  "files": ["dist"],
64
64
  "dependencies": {
65
- "@powerlines/schema": "^0.11.28",
66
- "@storm-software/config-tools": "^1.190.20",
65
+ "@powerlines/schema": "^0.11.37",
66
+ "@storm-software/config-tools": "^1.190.26",
67
67
  "@stryke/string-format": "^0.17.18",
68
68
  "@stryke/type-checks": "^0.6.9",
69
69
  "@stryke/types": "^0.12.4",
70
70
  "defu": "^6.1.7",
71
- "powerlines": "^0.47.48",
71
+ "powerlines": "^0.47.57",
72
72
  "style-dictionary": "^5.4.1"
73
73
  },
74
74
  "devDependencies": {
75
- "@powerlines/plugin-plugin": "^0.12.460",
76
- "@types/node": "^25.9.0"
75
+ "@powerlines/plugin-plugin": "^0.12.469",
76
+ "@types/node": "^25.9.1"
77
77
  },
78
78
  "publishConfig": { "access": "public" },
79
- "gitHead": "9bf77f434050d8a5191459afa5254d93b8a2081c"
79
+ "gitHead": "75742ad041aeb54cee4e6f8d1f2daa413b4d9787"
80
80
  }