@powerlines/plugin-esbuild 0.13.18 → 0.13.20
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 +2 -4
- package/dist/helpers/index.d.ts +2 -4
- package/dist/helpers/unplugin.d.cts +2 -4
- package/dist/helpers/unplugin.d.ts +2 -4
- package/dist/{index-BPLmPM6M.d.cts → index-DXOMhAve.d.cts} +201 -115
- package/dist/{index-BPLmPM6M.d.ts → index-DXOMhAve.d.ts} +201 -115
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +3 -5
- package/dist/index.d.ts +3 -5
- package/dist/index.js +2 -2
- package/dist/types/index.d.cts +2 -4
- package/dist/types/index.d.ts +2 -4
- package/dist/types/plugin.d.cts +2 -4
- package/dist/types/plugin.d.ts +2 -4
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig } from '../index-
|
|
1
|
+
export { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig } from '../index-DXOMhAve.js';
|
|
2
2
|
import 'esbuild';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
|
+
import '@stryke/types/base';
|
|
4
5
|
import '@stryke/types/package-json';
|
|
5
6
|
import 'jiti';
|
|
6
7
|
import 'oxc-parser';
|
|
@@ -9,7 +10,6 @@ import 'unplugin';
|
|
|
9
10
|
import '@storm-software/build-tools/types';
|
|
10
11
|
import '@storm-software/config-tools/types';
|
|
11
12
|
import '@storm-software/config/types';
|
|
12
|
-
import '@stryke/types/base';
|
|
13
13
|
import '@stryke/types/configuration';
|
|
14
14
|
import '@stryke/types/file';
|
|
15
15
|
import 'vite';
|
|
@@ -17,6 +17,4 @@ import '@stryke/types/array';
|
|
|
17
17
|
import '@stryke/types/tsconfig';
|
|
18
18
|
import 'typescript';
|
|
19
19
|
import '@stryke/json/types';
|
|
20
|
-
import 'memfs';
|
|
21
20
|
import 'node:fs';
|
|
22
|
-
import 'unionfs';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig } from '../index-
|
|
1
|
+
export { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig } from '../index-DXOMhAve.cjs';
|
|
2
2
|
import 'esbuild';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
|
+
import '@stryke/types/base';
|
|
4
5
|
import '@stryke/types/package-json';
|
|
5
6
|
import 'jiti';
|
|
6
7
|
import 'oxc-parser';
|
|
@@ -9,7 +10,6 @@ import 'unplugin';
|
|
|
9
10
|
import '@storm-software/build-tools/types';
|
|
10
11
|
import '@storm-software/config-tools/types';
|
|
11
12
|
import '@storm-software/config/types';
|
|
12
|
-
import '@stryke/types/base';
|
|
13
13
|
import '@stryke/types/configuration';
|
|
14
14
|
import '@stryke/types/file';
|
|
15
15
|
import 'vite';
|
|
@@ -17,6 +17,4 @@ import '@stryke/types/array';
|
|
|
17
17
|
import '@stryke/types/tsconfig';
|
|
18
18
|
import 'typescript';
|
|
19
19
|
import '@stryke/json/types';
|
|
20
|
-
import 'memfs';
|
|
21
20
|
import 'node:fs';
|
|
22
|
-
import 'unionfs';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig } from '../index-
|
|
1
|
+
export { E as ESBuildPluginContext, a as ESBuildPluginOptions, b as ESBuildPluginResolvedConfig } from '../index-DXOMhAve.js';
|
|
2
2
|
import 'esbuild';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
|
+
import '@stryke/types/base';
|
|
4
5
|
import '@stryke/types/package-json';
|
|
5
6
|
import 'jiti';
|
|
6
7
|
import 'oxc-parser';
|
|
@@ -9,7 +10,6 @@ import 'unplugin';
|
|
|
9
10
|
import '@storm-software/build-tools/types';
|
|
10
11
|
import '@storm-software/config-tools/types';
|
|
11
12
|
import '@storm-software/config/types';
|
|
12
|
-
import '@stryke/types/base';
|
|
13
13
|
import '@stryke/types/configuration';
|
|
14
14
|
import '@stryke/types/file';
|
|
15
15
|
import 'vite';
|
|
@@ -17,6 +17,4 @@ import '@stryke/types/array';
|
|
|
17
17
|
import '@stryke/types/tsconfig';
|
|
18
18
|
import 'typescript';
|
|
19
19
|
import '@stryke/json/types';
|
|
20
|
-
import 'memfs';
|
|
21
20
|
import 'node:fs';
|
|
22
|
-
import 'unionfs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-esbuild",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.20",
|
|
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.
|
|
137
|
+
"powerlines": "^0.21.0",
|
|
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.11",
|
|
142
|
+
"@powerlines/plugin-plugin": "^0.11.19",
|
|
143
143
|
"@types/node": "^22.19.1"
|
|
144
144
|
},
|
|
145
145
|
"publishConfig": { "access": "public" },
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "c6ed2ca745c8f340a55758b3102933dc41e83428"
|
|
147
147
|
}
|