@powerlines/unplugin 0.0.86 → 0.0.88

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/dist/package.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  //#region package.json
3
3
  var name = "@powerlines/unplugin";
4
- var version = "0.0.85";
4
+ var version = "0.0.87";
5
5
 
6
6
  //#endregion
7
7
  Object.defineProperty(exports, 'name', {
package/dist/package.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  //#region package.json
2
2
  var name = "@powerlines/unplugin";
3
- var version = "0.0.85";
3
+ var version = "0.0.87";
4
4
 
5
5
  //#endregion
6
6
  export { name, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/unplugin",
3
- "version": "0.0.86",
3
+ "version": "0.0.88",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "keywords": [
@@ -105,7 +105,7 @@
105
105
  "typings": "dist/index.d.mts",
106
106
  "files": ["dist"],
107
107
  "dependencies": {
108
- "@powerlines/core": "^0.48.38",
108
+ "@powerlines/core": "^0.48.40",
109
109
  "@rollup/plugin-alias": "^6.0.0",
110
110
  "@rollup/plugin-inject": "^5.0.5",
111
111
  "@rollup/plugin-node-resolve": "^16.0.3",
@@ -130,7 +130,7 @@
130
130
  "rolldown": "^1.0.3",
131
131
  "tsdown": "^0.22.1",
132
132
  "tsup": "8.4.0",
133
- "vite": "^8.0.14",
133
+ "vite": "^8.0.16",
134
134
  "webpack": "^5.107.2"
135
135
  },
136
136
  "peerDependencies": {
@@ -167,5 +167,5 @@
167
167
  "webpack": { "optional": true }
168
168
  },
169
169
  "publishConfig": { "access": "public" },
170
- "gitHead": "87e51702e7912e7e0f335da1c4cff9712ec4bdba"
170
+ "gitHead": "99318f19038da403a1aad83c23d5b47e88dac17c"
171
171
  }