@shell-shock/plugin-theme 0.3.22 → 0.3.24

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/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock pack
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.3.17-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.3.23-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-theme",
3
- "version": "0.3.22",
3
+ "version": "0.3.24",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
6
6
  "keywords": [
@@ -209,19 +209,19 @@
209
209
  "files": ["dist/**/*"],
210
210
  "dependencies": {
211
211
  "@alloy-js/core": "0.23.0-dev.8",
212
- "@powerlines/plugin-alloy": "^0.25.56",
213
- "@powerlines/plugin-plugin": "^0.12.320",
214
- "@powerlines/plugin-style-dictionary": "^0.3.270",
215
- "@stryke/helpers": "^0.10.6",
216
- "@stryke/type-checks": "^0.5.41",
212
+ "@powerlines/plugin-alloy": "^0.25.68",
213
+ "@powerlines/plugin-plugin": "^0.12.332",
214
+ "@powerlines/plugin-style-dictionary": "^0.3.282",
215
+ "@stryke/helpers": "^0.10.7",
216
+ "@stryke/type-checks": "^0.6.0",
217
217
  "defu": "^6.1.4",
218
- "powerlines": "^0.42.10",
219
- "style-dictionary": "^5.3.3"
218
+ "powerlines": "^0.42.22",
219
+ "style-dictionary": "^5.4.0"
220
220
  },
221
221
  "devDependencies": {
222
- "@powerlines/plugin-deepkit": "^0.11.248",
222
+ "@powerlines/plugin-deepkit": "^0.11.260",
223
223
  "@types/node": "^25.5.0"
224
224
  },
225
225
  "publishConfig": { "access": "public" },
226
- "gitHead": "bcec2ffe57f7284d7726461908827541dc907a23"
226
+ "gitHead": "036578a29fdeedf3a93c53a1ea4cf0a180b8f5bb"
227
227
  }
@@ -1,3 +0,0 @@
1
- import "node:module";
2
-
3
- export { };