@powerlines/plugin-style-dictionary 0.3.163 → 0.3.165

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -296,7 +296,7 @@ generation of development tools, please reach out on our
296
296
 
297
297
  <br />
298
298
 
299
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
299
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
300
300
  <br />
301
301
  <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
302
302
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-style-dictionary",
3
- "version": "0.3.163",
3
+ "version": "0.3.165",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to generate project code with Style Dictionary.",
6
6
  "repository": {
@@ -99,14 +99,14 @@
99
99
  "@stryke/types": "^0.10.37",
100
100
  "defu": "^6.1.4",
101
101
  "jiti": "^2.6.1",
102
- "powerlines": "^0.38.29",
102
+ "powerlines": "^0.38.31",
103
103
  "style-dictionary": "^5.2.0"
104
104
  },
105
105
  "devDependencies": {
106
- "@powerlines/plugin-plugin": "^0.12.213",
106
+ "@powerlines/plugin-plugin": "^0.12.215",
107
107
  "@types/node": "^24.10.9"
108
108
  },
109
109
  "publishConfig": { "access": "public" },
110
110
  "types": "./dist/index.d.cts",
111
- "gitHead": "469d062b4c228df1fa9ed50b2939ef1fdc30d3fa"
111
+ "gitHead": "a433bcb371b361265f0b6f5f8f69003c96e9eb09"
112
112
  }