@shell-shock/plugin-completions 0.0.6 → 0.0.8

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 +8 -9
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.4-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.0.6-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-completions",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
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": {
@@ -98,16 +98,15 @@
98
98
  "dependencies": {
99
99
  "@alloy-js/core": "0.22.0",
100
100
  "@alloy-js/typescript": "^0.22.0",
101
- "@powerlines/plugin-alloy": "^0.20.9",
102
- "@powerlines/plugin-plugin": "^0.12.217",
103
- "@shell-shock/core": "^0.4.2",
101
+ "@powerlines/plugin-alloy": "^0.20.10",
102
+ "@powerlines/plugin-plugin": "^0.12.218",
103
+ "@shell-shock/core": "^0.4.4",
104
104
  "@stryke/path": "^0.26.4",
105
- "@stryke/string-format": "^0.13.7",
106
- "powerlines": "^0.38.33"
105
+ "powerlines": "^0.38.34"
107
106
  },
108
107
  "devDependencies": {
109
- "@powerlines/plugin-deepkit": "^0.11.145",
110
- "@types/node": "^22.19.8"
108
+ "@powerlines/plugin-deepkit": "^0.11.146",
109
+ "@types/node": "^22.19.9"
111
110
  },
112
111
  "publishConfig": {
113
112
  "access": "public",
@@ -124,5 +123,5 @@
124
123
  "./package.json": "./package.json"
125
124
  }
126
125
  },
127
- "gitHead": "93f7eadb6fb5670226a117c04e7e8b505554d76d"
126
+ "gitHead": "2905cdd0c86c5c4f8b4205e82fd180ee0b97351e"
128
127
  }