@powerlines/plugin-rolldown 0.7.121 → 0.7.122

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 +5 -5
package/README.md CHANGED
@@ -39,7 +39,7 @@ This package is part of the 🔌 <b>Powerlines</b> monorepo. Powerlines packages
39
39
  <!-- prettier-ignore-end -->
40
40
 
41
41
  <div align="center">
42
- <b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/powerlines" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
42
+ <a href="https://github.com/storm-software/powerlines" target="_blank"><b>Be sure to ⭐ this repository on GitHub so you can keep up to date with it's progress!</b></a>
43
43
  </div>
44
44
 
45
45
  <br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-rolldown",
3
- "version": "0.7.121",
3
+ "version": "0.7.122",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -152,15 +152,15 @@
152
152
  "@stryke/types": "^0.10.28",
153
153
  "defu": "^6.1.4",
154
154
  "jiti": "^2.6.1",
155
- "powerlines": "^0.36.17",
155
+ "powerlines": "^0.36.18",
156
156
  "rolldown": "1.0.0-beta.53",
157
157
  "unplugin": "3.0.0-beta.3"
158
158
  },
159
159
  "devDependencies": {
160
- "@powerlines/nx": "^0.11.43",
161
- "@powerlines/plugin-plugin": "^0.12.64",
160
+ "@powerlines/nx": "^0.11.44",
161
+ "@powerlines/plugin-plugin": "^0.12.65",
162
162
  "@types/node": "^24.10.4"
163
163
  },
164
164
  "publishConfig": { "access": "public" },
165
- "gitHead": "80d181e4eee59d93db27d4a40e1ca4be8751f722"
165
+ "gitHead": "3633a74a1f46949bc713044084e89a2b5efa4425"
166
166
  }