@powerlines/plugin-esbuild 0.13.33 → 0.13.35
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-BtTcFzgZ.d.cts → index-AEslEHzV.d.cts} +6 -0
- package/dist/{index-BtTcFzgZ.d.ts → index-AEslEHzV.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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as esbuild from 'esbuild';
|
|
2
|
-
import { E as ESBuildPluginContext } from '../index-
|
|
2
|
+
import { E as ESBuildPluginContext } from '../index-AEslEHzV.cjs';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
4
|
import '@stryke/types/base';
|
|
5
5
|
import '@stryke/types/package-json';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as esbuild from 'esbuild';
|
|
2
|
-
import { E as ESBuildPluginContext } from '../index-
|
|
2
|
+
import { E as ESBuildPluginContext } from '../index-AEslEHzV.js';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
4
|
import '@stryke/types/base';
|
|
5
5
|
import '@stryke/types/package-json';
|
|
@@ -1188,6 +1188,12 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
|
|
|
1188
1188
|
* @returns A logger function
|
|
1189
1189
|
*/
|
|
1190
1190
|
extendLog: (name: string) => LogFn;
|
|
1191
|
+
/**
|
|
1192
|
+
* Generates a checksum representing the current context state
|
|
1193
|
+
*
|
|
1194
|
+
* @returns A promise that resolves to a string representing the checksum
|
|
1195
|
+
*/
|
|
1196
|
+
generateChecksum: () => Promise<string>;
|
|
1191
1197
|
}
|
|
1192
1198
|
type Context<TResolvedConfig extends ResolvedConfig = ResolvedConfig> = Omit<UnresolvedContext<TResolvedConfig>, "config"> & {
|
|
1193
1199
|
/**
|
|
@@ -1188,6 +1188,12 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
|
|
|
1188
1188
|
* @returns A logger function
|
|
1189
1189
|
*/
|
|
1190
1190
|
extendLog: (name: string) => LogFn;
|
|
1191
|
+
/**
|
|
1192
|
+
* Generates a checksum representing the current context state
|
|
1193
|
+
*
|
|
1194
|
+
* @returns A promise that resolves to a string representing the checksum
|
|
1195
|
+
*/
|
|
1196
|
+
generateChecksum: () => Promise<string>;
|
|
1191
1197
|
}
|
|
1192
1198
|
type Context<TResolvedConfig extends ResolvedConfig = ResolvedConfig> = Omit<UnresolvedContext<TResolvedConfig>, "config"> & {
|
|
1193
1199
|
/**
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { E as ESBuildPluginContext, a as ESBuildPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from './index-
|
|
1
|
+
import { E as ESBuildPluginContext, a as ESBuildPluginOptions, P as Plugin } from './index-AEslEHzV.cjs';
|
|
2
|
+
export { b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from './index-AEslEHzV.cjs';
|
|
3
3
|
export { createESBuildPlugin } from './helpers/unplugin.cjs';
|
|
4
4
|
import 'esbuild';
|
|
5
5
|
import '@stryke/env/get-env-paths';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { E as ESBuildPluginContext, a as ESBuildPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from './index-
|
|
1
|
+
import { E as ESBuildPluginContext, a as ESBuildPluginOptions, P as Plugin } from './index-AEslEHzV.js';
|
|
2
|
+
export { b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from './index-AEslEHzV.js';
|
|
3
3
|
export { createESBuildPlugin } from './helpers/unplugin.js';
|
|
4
4
|
import 'esbuild';
|
|
5
5
|
import '@stryke/env/get-env-paths';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from '../index-
|
|
1
|
+
export { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from '../index-AEslEHzV.cjs';
|
|
2
2
|
import 'esbuild';
|
|
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 { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from '../index-
|
|
1
|
+
export { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from '../index-AEslEHzV.js';
|
|
2
2
|
import 'esbuild';
|
|
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 { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from '../index-
|
|
1
|
+
export { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from '../index-AEslEHzV.cjs';
|
|
2
2
|
import 'esbuild';
|
|
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 { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from '../index-
|
|
1
|
+
export { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig, d as __ΩESBuildPluginContext, _ as __ΩESBuildPluginOptions, c as __ΩESBuildPluginResolvedConfig } from '../index-AEslEHzV.js';
|
|
2
2
|
import 'esbuild';
|
|
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-esbuild",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.35",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to build projects using esbuild.",
|
|
6
6
|
"repository": {
|
|
@@ -134,14 +134,14 @@
|
|
|
134
134
|
"defu": "^6.1.4",
|
|
135
135
|
"esbuild": "^0.25.12",
|
|
136
136
|
"jiti": "^2.6.1",
|
|
137
|
-
"powerlines": "^0.23.
|
|
137
|
+
"powerlines": "^0.23.9",
|
|
138
138
|
"unplugin": "^2.3.10"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
|
-
"@powerlines/nx": "^0.10.
|
|
142
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
141
|
+
"@powerlines/nx": "^0.10.26",
|
|
142
|
+
"@powerlines/plugin-plugin": "^0.11.34",
|
|
143
143
|
"@types/node": "^24.10.1"
|
|
144
144
|
},
|
|
145
145
|
"publishConfig": { "access": "public" },
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "d217b583335e4615b4e28fba7325f51fbd78a3f6"
|
|
147
147
|
}
|