@shell-shock/plugin-completions 0.1.1 → 0.1.3

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.0.18-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.1.1-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 -->
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;UAwBiB,wBAAA;AAAA,KAEL,2BAAA,GAA8B,UAFD,GAAA;EAE7B;AAOZ;AAOA;EAEI,WAAA,EAZW,wBAYX;CAAkC;AAC1B,KAVA,+BAAA,GAAkC,cAUlC,GAAA;EAAR;;;eANW;;KAGH,iDAER,kCAAkC,mCAClC,QAAQ"}
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;UAwBiB,wBAAA;AAAA,KAEL,2BAAA,GAA8B,UAFD,GAAA;EAE7B;AAOZ;AAOA;EAC0B,WAAA,EAXX,wBAWW;CACtB;AACQ,KAVA,+BAAA,GAAkC,cAUlC,GAAA;EAAR;;;eANW;;KAGH,iDACc,kCACtB,mCACA,QAAQ"}
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;UAwBiB,wBAAA;AAAA,KAEL,2BAAA,GAA8B,UAFD,GAAA;EAE7B;AAOZ;AAOA;EAEI,WAAA,EAZW,wBAYX;CAAkC;AAC1B,KAVA,+BAAA,GAAkC,cAUlC,GAAA;EAAR;;;eANW;;KAGH,iDAER,kCAAkC,mCAClC,QAAQ"}
1
+ {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;UAwBiB,wBAAA;AAAA,KAEL,2BAAA,GAA8B,UAFD,GAAA;EAE7B;AAOZ;AAOA;EAC0B,WAAA,EAXX,wBAWW;CACtB;AACQ,KAVA,+BAAA,GAAkC,cAUlC,GAAA;EAAR;;;eANW;;KAGH,iDACc,kCACtB,mCACA,QAAQ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-completions",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
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": {
@@ -158,15 +158,15 @@
158
158
  "dependencies": {
159
159
  "@alloy-js/core": "0.23.0-dev.8",
160
160
  "@alloy-js/typescript": "0.23.0-dev.4",
161
- "@powerlines/deepkit": "^0.6.62",
162
- "@powerlines/plugin-alloy": "^0.23.12",
163
- "@powerlines/plugin-plugin": "^0.12.233",
164
- "@shell-shock/core": "^0.8.7",
161
+ "@powerlines/deepkit": "^0.6.63",
162
+ "@powerlines/plugin-alloy": "^0.23.13",
163
+ "@powerlines/plugin-plugin": "^0.12.234",
164
+ "@shell-shock/core": "^0.8.9",
165
165
  "@stryke/path": "0.26.6",
166
- "powerlines": "^0.38.49"
166
+ "powerlines": "^0.38.50"
167
167
  },
168
168
  "devDependencies": {
169
- "@powerlines/plugin-deepkit": "^0.11.161",
169
+ "@powerlines/plugin-deepkit": "^0.11.162",
170
170
  "@types/node": "^22.19.11"
171
171
  },
172
172
  "publishConfig": {
@@ -184,5 +184,5 @@
184
184
  "./package.json": "./package.json"
185
185
  }
186
186
  },
187
- "gitHead": "24ddd9c7abb8ca5a4cf86178acb8f69db4383bed"
187
+ "gitHead": "305a2a23562d3ddd3f1c04bc770de72a30cf0fcb"
188
188
  }