@powerlines/plugin-vite 0.14.24 → 0.14.26
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/helpers/index.d.cts +1 -1
- package/dist/helpers/index.d.ts +1 -1
- package/dist/helpers/unplugin.d.cts +1 -1
- package/dist/helpers/unplugin.d.ts +1 -1
- package/dist/{index-BFoSQxlU.d.cts → index-B7E0WZU6.d.cts} +6 -0
- package/dist/{index-BFoSQxlU.d.ts → index-B7E0WZU6.d.ts} +6 -0
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/package.json +5 -5
package/dist/helpers/index.d.cts
CHANGED
package/dist/helpers/index.d.ts
CHANGED
|
@@ -1187,6 +1187,12 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
|
|
|
1187
1187
|
* @returns A logger function
|
|
1188
1188
|
*/
|
|
1189
1189
|
extendLog: (name: string) => LogFn;
|
|
1190
|
+
/**
|
|
1191
|
+
* Generates a checksum representing the current context state
|
|
1192
|
+
*
|
|
1193
|
+
* @returns A promise that resolves to a string representing the checksum
|
|
1194
|
+
*/
|
|
1195
|
+
generateChecksum: () => Promise<string>;
|
|
1190
1196
|
}
|
|
1191
1197
|
type Context<TResolvedConfig extends ResolvedConfig = ResolvedConfig> = Omit<UnresolvedContext<TResolvedConfig>, "config"> & {
|
|
1192
1198
|
/**
|
|
@@ -1187,6 +1187,12 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
|
|
|
1187
1187
|
* @returns A logger function
|
|
1188
1188
|
*/
|
|
1189
1189
|
extendLog: (name: string) => LogFn;
|
|
1190
|
+
/**
|
|
1191
|
+
* Generates a checksum representing the current context state
|
|
1192
|
+
*
|
|
1193
|
+
* @returns A promise that resolves to a string representing the checksum
|
|
1194
|
+
*/
|
|
1195
|
+
generateChecksum: () => Promise<string>;
|
|
1190
1196
|
}
|
|
1191
1197
|
type Context<TResolvedConfig extends ResolvedConfig = ResolvedConfig> = Omit<UnresolvedContext<TResolvedConfig>, "config"> & {
|
|
1192
1198
|
/**
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { V as VitePluginContext, a as VitePluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from './index-
|
|
1
|
+
import { V as VitePluginContext, a as VitePluginOptions, P as Plugin } from './index-B7E0WZU6.cjs';
|
|
2
|
+
export { b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from './index-B7E0WZU6.cjs';
|
|
3
3
|
export { createVitePlugin } from './helpers/unplugin.cjs';
|
|
4
4
|
import 'vite';
|
|
5
5
|
import '@stryke/env/get-env-paths';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { V as VitePluginContext, a as VitePluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from './index-
|
|
1
|
+
import { V as VitePluginContext, a as VitePluginOptions, P as Plugin } from './index-B7E0WZU6.js';
|
|
2
|
+
export { b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from './index-B7E0WZU6.js';
|
|
3
3
|
export { createVitePlugin } from './helpers/unplugin.js';
|
|
4
4
|
import 'vite';
|
|
5
5
|
import '@stryke/env/get-env-paths';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { V as VitePluginContext, a as VitePluginOptions, b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from '../index-
|
|
1
|
+
export { V as VitePluginContext, a as VitePluginOptions, b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from '../index-B7E0WZU6.cjs';
|
|
2
2
|
import 'vite';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
4
|
import '@stryke/types/base';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { V as VitePluginContext, a as VitePluginOptions, b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from '../index-
|
|
1
|
+
export { V as VitePluginContext, a as VitePluginOptions, b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from '../index-B7E0WZU6.js';
|
|
2
2
|
import 'vite';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
4
|
import '@stryke/types/base';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { V as VitePluginContext, a as VitePluginOptions, b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from '../index-
|
|
1
|
+
export { V as VitePluginContext, a as VitePluginOptions, b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from '../index-B7E0WZU6.cjs';
|
|
2
2
|
import 'vite';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
4
|
import '@stryke/types/base';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { V as VitePluginContext, a as VitePluginOptions, b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from '../index-
|
|
1
|
+
export { V as VitePluginContext, a as VitePluginOptions, b as VitePluginResolvedConfig, d as __ΩVitePluginContext, _ as __ΩVitePluginOptions, c as __ΩVitePluginResolvedConfig } from '../index-B7E0WZU6.js';
|
|
2
2
|
import 'vite';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
4
|
import '@stryke/types/base';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-vite",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.26",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -138,15 +138,15 @@
|
|
|
138
138
|
"@stryke/types": "^0.10.2",
|
|
139
139
|
"defu": "^6.1.4",
|
|
140
140
|
"jiti": "^2.6.1",
|
|
141
|
-
"powerlines": "^0.23.
|
|
141
|
+
"powerlines": "^0.23.9"
|
|
142
142
|
},
|
|
143
143
|
"devDependencies": {
|
|
144
144
|
"vite": "^7.2.4",
|
|
145
145
|
"rolldown-vite": "^7.2.7",
|
|
146
|
-
"@powerlines/nx": "^0.10.
|
|
147
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
146
|
+
"@powerlines/nx": "^0.10.26",
|
|
147
|
+
"@powerlines/plugin-plugin": "^0.11.34",
|
|
148
148
|
"@types/node": "^24.10.1"
|
|
149
149
|
},
|
|
150
150
|
"publishConfig": { "access": "public" },
|
|
151
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "d217b583335e4615b4e28fba7325f51fbd78a3f6"
|
|
152
152
|
}
|