@powerlines/unplugin 0.0.24 → 0.0.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/esbuild.d.cts +1 -1
- package/dist/esbuild.d.mts +1 -1
- package/dist/farm.d.cts +1 -1
- package/dist/farm.d.mts +1 -1
- package/dist/package.cjs +1 -1
- package/dist/package.mjs +1 -1
- package/dist/rolldown.d.cts +1 -1
- package/dist/rolldown.d.mts +1 -1
- package/dist/rollup.d.cts +1 -1
- package/dist/rollup.d.mts +1 -1
- package/dist/rspack.d.cts +1 -1
- package/dist/rspack.d.mts +1 -1
- package/dist/unloader.d.cts +1 -1
- package/dist/unloader.d.mts +1 -1
- package/dist/vite.d.cts +1 -1
- package/dist/vite.d.mts +1 -1
- package/dist/webpack.d.cts +1 -1
- package/dist/webpack.d.mts +1 -1
- package/package.json +3 -3
package/dist/esbuild.d.cts
CHANGED
|
@@ -46,7 +46,7 @@ declare function resolveOptions<TContext extends UnresolvedContext>(context: TCo
|
|
|
46
46
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
47
47
|
* @returns A function that generates an ESBuild plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your ESBuild build.
|
|
48
48
|
*/
|
|
49
|
-
declare function createEsbuildFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
49
|
+
declare function createEsbuildFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
50
50
|
/**
|
|
51
51
|
* An ESBuild plugin that will invoke the Powerlines API hooks during the build process.
|
|
52
52
|
*
|
package/dist/esbuild.d.mts
CHANGED
|
@@ -46,7 +46,7 @@ declare function resolveOptions<TContext extends UnresolvedContext>(context: TCo
|
|
|
46
46
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
47
47
|
* @returns A function that generates an ESBuild plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your ESBuild build.
|
|
48
48
|
*/
|
|
49
|
-
declare function createEsbuildFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
49
|
+
declare function createEsbuildFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
50
50
|
/**
|
|
51
51
|
* An ESBuild plugin that will invoke the Powerlines API hooks during the build process.
|
|
52
52
|
*
|
package/dist/farm.d.cts
CHANGED
|
@@ -27,7 +27,7 @@ import * as _$_farmfe_core0 from "@farmfe/core";
|
|
|
27
27
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
28
28
|
* @returns A function that generates a Farm plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Farm build.
|
|
29
29
|
*/
|
|
30
|
-
declare function createFarmFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
30
|
+
declare function createFarmFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
31
31
|
/**
|
|
32
32
|
* A Farm plugin that will invoke the Powerlines API hooks during the build process.
|
|
33
33
|
*
|
package/dist/farm.d.mts
CHANGED
|
@@ -27,7 +27,7 @@ import * as _$_farmfe_core0 from "@farmfe/core";
|
|
|
27
27
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
28
28
|
* @returns A function that generates a Farm plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Farm build.
|
|
29
29
|
*/
|
|
30
|
-
declare function createFarmFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
30
|
+
declare function createFarmFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
31
31
|
/**
|
|
32
32
|
* A Farm plugin that will invoke the Powerlines API hooks during the build process.
|
|
33
33
|
*
|
package/dist/package.cjs
CHANGED
package/dist/package.mjs
CHANGED
package/dist/rolldown.d.cts
CHANGED
|
@@ -43,7 +43,7 @@ declare function resolveOptions<TContext extends UnresolvedContext>(context: TCo
|
|
|
43
43
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
44
44
|
* @returns A function that generates a Rolldown plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Rolldown build.
|
|
45
45
|
*/
|
|
46
|
-
declare function createRolldownFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
46
|
+
declare function createRolldownFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
47
47
|
/**
|
|
48
48
|
* A Rolldown plugin that will invoke the Powerlines API hooks during the build process.
|
|
49
49
|
*
|
package/dist/rolldown.d.mts
CHANGED
|
@@ -43,7 +43,7 @@ declare function resolveOptions<TContext extends UnresolvedContext>(context: TCo
|
|
|
43
43
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
44
44
|
* @returns A function that generates a Rolldown plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Rolldown build.
|
|
45
45
|
*/
|
|
46
|
-
declare function createRolldownFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
46
|
+
declare function createRolldownFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
47
47
|
/**
|
|
48
48
|
* A Rolldown plugin that will invoke the Powerlines API hooks during the build process.
|
|
49
49
|
*
|
package/dist/rollup.d.cts
CHANGED
|
@@ -41,7 +41,7 @@ declare function resolveOptions<TContext extends UnresolvedContext>(context: TCo
|
|
|
41
41
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
42
42
|
* @returns A function that generates a Rollup plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Rollup build.
|
|
43
43
|
*/
|
|
44
|
-
declare function createRollupFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
44
|
+
declare function createRollupFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
45
45
|
/**
|
|
46
46
|
* A Rollup plugin that will invoke the Powerlines API hooks during the build process.
|
|
47
47
|
*
|
package/dist/rollup.d.mts
CHANGED
|
@@ -41,7 +41,7 @@ declare function resolveOptions<TContext extends UnresolvedContext>(context: TCo
|
|
|
41
41
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
42
42
|
* @returns A function that generates a Rollup plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Rollup build.
|
|
43
43
|
*/
|
|
44
|
-
declare function createRollupFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
44
|
+
declare function createRollupFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
45
45
|
/**
|
|
46
46
|
* A Rollup plugin that will invoke the Powerlines API hooks during the build process.
|
|
47
47
|
*
|
package/dist/rspack.d.cts
CHANGED
|
@@ -35,7 +35,7 @@ declare function resolveOptions<TContext extends UnresolvedContext>(context: TCo
|
|
|
35
35
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
36
36
|
* @returns A function that generates a Rspack plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Rspack build.
|
|
37
37
|
*/
|
|
38
|
-
declare function createRspackFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
38
|
+
declare function createRspackFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
39
39
|
/**
|
|
40
40
|
* An Rspack plugin that will invoke the Powerlines API hooks during the build process.
|
|
41
41
|
*
|
package/dist/rspack.d.mts
CHANGED
|
@@ -35,7 +35,7 @@ declare function resolveOptions<TContext extends UnresolvedContext>(context: TCo
|
|
|
35
35
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
36
36
|
* @returns A function that generates a Rspack plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Rspack build.
|
|
37
37
|
*/
|
|
38
|
-
declare function createRspackFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
38
|
+
declare function createRspackFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
39
39
|
/**
|
|
40
40
|
* An Rspack plugin that will invoke the Powerlines API hooks during the build process.
|
|
41
41
|
*
|
package/dist/unloader.d.cts
CHANGED
|
@@ -25,7 +25,7 @@ import * as _$unloader from "unloader";
|
|
|
25
25
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
26
26
|
* @returns A function that generates a Unloader plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Unloader build.
|
|
27
27
|
*/
|
|
28
|
-
declare function createUnloaderFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
28
|
+
declare function createUnloaderFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
29
29
|
/**
|
|
30
30
|
* An Unloader plugin that will invoke the Powerlines API hooks during processing.
|
|
31
31
|
*
|
package/dist/unloader.d.mts
CHANGED
|
@@ -25,7 +25,7 @@ import * as _$unloader from "unloader";
|
|
|
25
25
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
26
26
|
* @returns A function that generates a Unloader plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Unloader build.
|
|
27
27
|
*/
|
|
28
|
-
declare function createUnloaderFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
28
|
+
declare function createUnloaderFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
29
29
|
/**
|
|
30
30
|
* An Unloader plugin that will invoke the Powerlines API hooks during processing.
|
|
31
31
|
*
|
package/dist/vite.d.cts
CHANGED
|
@@ -36,7 +36,7 @@ declare function resolveOptions<TContext extends UnresolvedContext>(context: TCo
|
|
|
36
36
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
37
37
|
* @returns A function that generates a Vite plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Vite build.
|
|
38
38
|
*/
|
|
39
|
-
declare function createViteFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
39
|
+
declare function createViteFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
40
40
|
/**
|
|
41
41
|
* A Vite plugin that will invoke the Powerlines API hooks during the build process.
|
|
42
42
|
*
|
package/dist/vite.d.mts
CHANGED
|
@@ -36,7 +36,7 @@ declare function resolveOptions<TContext extends UnresolvedContext>(context: TCo
|
|
|
36
36
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
37
37
|
* @returns A function that generates a Vite plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Vite build.
|
|
38
38
|
*/
|
|
39
|
-
declare function createViteFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
39
|
+
declare function createViteFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
40
40
|
/**
|
|
41
41
|
* A Vite plugin that will invoke the Powerlines API hooks during the build process.
|
|
42
42
|
*
|
package/dist/webpack.d.cts
CHANGED
|
@@ -36,7 +36,7 @@ declare function resolveOptions(context: Context): DeepPartial<WebpackOptionsNor
|
|
|
36
36
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
37
37
|
* @returns A function that generates a Webpack plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Webpack build.
|
|
38
38
|
*/
|
|
39
|
-
declare function createWebpackFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
39
|
+
declare function createWebpackFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
40
40
|
/**
|
|
41
41
|
* An Webpack plugin that will invoke the Powerlines API hooks during the build process.
|
|
42
42
|
*
|
package/dist/webpack.d.mts
CHANGED
|
@@ -36,7 +36,7 @@ declare function resolveOptions(context: Context): DeepPartial<WebpackOptionsNor
|
|
|
36
36
|
* @param decorate - A function to decorate the plugin options with additional properties or hooks. This can be used to add custom behavior to the plugin instance, such as additional hooks or configuration options. The function receives the generated plugin options and should return an object containing any additional properties or hooks to be merged into the final plugin options.
|
|
37
37
|
* @returns A function that generates a Webpack plugin instance when called. The generated plugin will invoke the Powerlines API hooks during the build process, allowing you to integrate Powerlines into your Webpack build.
|
|
38
38
|
*/
|
|
39
|
-
declare function createWebpackFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig,
|
|
39
|
+
declare function createWebpackFactory<TContext extends ExecutionContext>(options?: Omit<UnpluginFactoryOptions, "variant">, decorate?: UnpluginFactoryDecorator<TContext>): UnpluginFactory<ExecutionContext<_$_powerlines_core0.ResolvedConfig, any>>;
|
|
40
40
|
/**
|
|
41
41
|
* An Webpack plugin that will invoke the Powerlines API hooks during the build process.
|
|
42
42
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/unplugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"keywords": [
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"typings": "dist/index.d.mts",
|
|
106
106
|
"files": ["dist"],
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@powerlines/core": "^0.15.
|
|
108
|
+
"@powerlines/core": "^0.15.11",
|
|
109
109
|
"@rollup/plugin-alias": "^6.0.0",
|
|
110
110
|
"@rollup/plugin-inject": "^5.0.5",
|
|
111
111
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
@@ -166,5 +166,5 @@
|
|
|
166
166
|
"webpack": { "optional": true }
|
|
167
167
|
},
|
|
168
168
|
"publishConfig": { "access": "public" },
|
|
169
|
-
"gitHead": "
|
|
169
|
+
"gitHead": "6e5b16a7455b3e6982e7549efd015e5bb829c4f4"
|
|
170
170
|
}
|