@powerlines/plugin-vite 0.14.378 → 0.14.379

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>🔌 Powerlines</b> monorepo. Powerlines is the "
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.14.376-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&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/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.14.377-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&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/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -1,8 +1,8 @@
1
1
  import { VitePluginContext } from "../types/plugin.cjs";
2
- import * as vite from "vite";
2
+ import * as _$vite from "vite";
3
3
 
4
4
  //#region src/helpers/unplugin.d.ts
5
- declare function createVitePlugin(context: VitePluginContext): vite.Plugin<any> | vite.Plugin<any>[];
5
+ declare function createVitePlugin(context: VitePluginContext): _$vite.Plugin<any> | _$vite.Plugin<any>[];
6
6
  //#endregion
7
7
  export { createVitePlugin };
8
8
  //# sourceMappingURL=unplugin.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"unplugin.d.cts","names":[],"sources":["../../src/helpers/unplugin.ts"],"mappings":";;;;iBAsBgB,gBAAA,CAAiB,OAAA,EAAS,iBAAA,GAAiB,IAAA,CAAA,MAAA,QAAA,IAAA,CAAA,MAAA"}
1
+ {"version":3,"file":"unplugin.d.cts","names":[],"sources":["../../src/helpers/unplugin.ts"],"mappings":";;;;iBAsBgB,gBAAA,CAAiB,OAAA,EAAS,iBAAA,GAAiB,MAAA,CAAA,MAAA,QAAA,MAAA,CAAA,MAAA"}
@@ -1,8 +1,8 @@
1
1
  import { VitePluginContext } from "../types/plugin.mjs";
2
- import * as vite from "vite";
2
+ import * as _$vite from "vite";
3
3
 
4
4
  //#region src/helpers/unplugin.d.ts
5
- declare function createVitePlugin(context: VitePluginContext): vite.Plugin<any> | vite.Plugin<any>[];
5
+ declare function createVitePlugin(context: VitePluginContext): _$vite.Plugin<any> | _$vite.Plugin<any>[];
6
6
  //#endregion
7
7
  export { createVitePlugin };
8
8
  //# sourceMappingURL=unplugin.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"unplugin.d.mts","names":[],"sources":["../../src/helpers/unplugin.ts"],"mappings":";;;;iBAsBgB,gBAAA,CAAiB,OAAA,EAAS,iBAAA,GAAiB,IAAA,CAAA,MAAA,QAAA,IAAA,CAAA,MAAA"}
1
+ {"version":3,"file":"unplugin.d.mts","names":[],"sources":["../../src/helpers/unplugin.ts"],"mappings":";;;;iBAsBgB,gBAAA,CAAiB,OAAA,EAAS,iBAAA,GAAiB,MAAA,CAAA,MAAA,QAAA,MAAA,CAAA,MAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-vite",
3
- "version": "0.14.378",
3
+ "version": "0.14.379",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "keywords": ["vite", "powerlines", "storm-software", "powerlines-plugin"],
@@ -79,14 +79,14 @@
79
79
  "peerDependencies": { "vite": ">=8.0.0" },
80
80
  "peerDependenciesMeta": { "vite": { "optional": false } },
81
81
  "dependencies": {
82
- "@powerlines/core": "^0.12.3",
83
- "@powerlines/plugin-rolldown": "^0.7.382",
84
- "@powerlines/plugin-rollup": "^0.7.380",
85
- "@powerlines/plugin-esbuild": "^0.13.383",
82
+ "@powerlines/core": "^0.12.4",
83
+ "@powerlines/plugin-rolldown": "^0.7.383",
84
+ "@powerlines/plugin-rollup": "^0.7.381",
85
+ "@powerlines/plugin-esbuild": "^0.13.384",
86
86
  "defu": "^6.1.4",
87
87
  "unplugin": "^3.0.0"
88
88
  },
89
89
  "devDependencies": { "@types/node": "^25.5.0", "vite": "^8.0.3" },
90
90
  "publishConfig": { "access": "public" },
91
- "gitHead": "7230bc7bb8f070d2188b0cade2e512c042f50783"
91
+ "gitHead": "fdfc30e0bc726abf8e14067cbd334da51070d5a6"
92
92
  }