@powerlines/plugin-rollup 0.7.46 → 0.7.48
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 -2
- package/dist/helpers/index.d.ts +1 -2
- package/dist/helpers/unplugin.d.cts +1 -2
- package/dist/helpers/unplugin.d.ts +1 -2
- package/dist/{index-B8_17TWj.d.cts → index-De9DjFUn.d.cts} +188 -231
- package/dist/{index-B8_17TWj.d.ts → index-De9DjFUn.d.ts} +188 -231
- package/dist/index.d.cts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/types/index.d.cts +1 -2
- package/dist/types/index.d.ts +1 -2
- package/dist/types/plugin.d.cts +1 -2
- package/dist/types/plugin.d.ts +1 -2
- package/package.json +10 -10
package/dist/helpers/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { createRollupPlugin } from './unplugin.cjs';
|
|
2
2
|
import 'esbuild';
|
|
3
|
-
import '../index-
|
|
3
|
+
import '../index-De9DjFUn.cjs';
|
|
4
4
|
import 'rollup';
|
|
5
5
|
import '@stryke/env/get-env-paths';
|
|
6
6
|
import '@stryke/types/base';
|
|
@@ -17,7 +17,6 @@ import '@stryke/types/configuration';
|
|
|
17
17
|
import '@stryke/types/file';
|
|
18
18
|
import 'vite';
|
|
19
19
|
import '@stryke/fs/resolve';
|
|
20
|
-
import 'node:fs';
|
|
21
20
|
import '@stryke/types/array';
|
|
22
21
|
import '@stryke/types/tsconfig';
|
|
23
22
|
import 'typescript';
|
package/dist/helpers/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { createRollupPlugin } from './unplugin.js';
|
|
2
2
|
import 'esbuild';
|
|
3
|
-
import '../index-
|
|
3
|
+
import '../index-De9DjFUn.js';
|
|
4
4
|
import 'rollup';
|
|
5
5
|
import '@stryke/env/get-env-paths';
|
|
6
6
|
import '@stryke/types/base';
|
|
@@ -17,7 +17,6 @@ import '@stryke/types/configuration';
|
|
|
17
17
|
import '@stryke/types/file';
|
|
18
18
|
import 'vite';
|
|
19
19
|
import '@stryke/fs/resolve';
|
|
20
|
-
import 'node:fs';
|
|
21
20
|
import '@stryke/types/array';
|
|
22
21
|
import '@stryke/types/tsconfig';
|
|
23
22
|
import 'typescript';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as esbuild from 'esbuild';
|
|
2
|
-
import { R as RollupPluginContext } from '../index-
|
|
2
|
+
import { R as RollupPluginContext } from '../index-De9DjFUn.cjs';
|
|
3
3
|
import 'rollup';
|
|
4
4
|
import '@stryke/env/get-env-paths';
|
|
5
5
|
import '@stryke/types/base';
|
|
@@ -16,7 +16,6 @@ import '@stryke/types/configuration';
|
|
|
16
16
|
import '@stryke/types/file';
|
|
17
17
|
import 'vite';
|
|
18
18
|
import '@stryke/fs/resolve';
|
|
19
|
-
import 'node:fs';
|
|
20
19
|
import '@stryke/types/array';
|
|
21
20
|
import '@stryke/types/tsconfig';
|
|
22
21
|
import 'typescript';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as esbuild from 'esbuild';
|
|
2
|
-
import { R as RollupPluginContext } from '../index-
|
|
2
|
+
import { R as RollupPluginContext } from '../index-De9DjFUn.js';
|
|
3
3
|
import 'rollup';
|
|
4
4
|
import '@stryke/env/get-env-paths';
|
|
5
5
|
import '@stryke/types/base';
|
|
@@ -16,7 +16,6 @@ import '@stryke/types/configuration';
|
|
|
16
16
|
import '@stryke/types/file';
|
|
17
17
|
import 'vite';
|
|
18
18
|
import '@stryke/fs/resolve';
|
|
19
|
-
import 'node:fs';
|
|
20
19
|
import '@stryke/types/array';
|
|
21
20
|
import '@stryke/types/tsconfig';
|
|
22
21
|
import 'typescript';
|