@pikacss/unplugin-pikacss 0.0.35 → 0.0.37
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 +2 -2
- package/dist/esbuild.d.mts +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/rolldown.d.mts +2 -2
- package/dist/rspack.d.cts +2 -2
- package/dist/rspack.d.mts +2 -2
- package/dist/webpack.d.cts +2 -2
- package/dist/webpack.d.mts +2 -2
- package/package.json +4 -3
package/dist/esbuild.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-BHUcssZN.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin4 from "unplugin";
|
|
3
3
|
export * from "@pikacss/integration";
|
|
4
4
|
|
|
5
5
|
//#region src/esbuild.d.ts
|
|
6
|
-
declare const _default: (options?: PluginOptions | undefined) =>
|
|
6
|
+
declare const _default: (options?: PluginOptions | undefined) => unplugin4.EsbuildPlugin;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { PluginOptions, ResolvedPluginOptions, _default as default };
|
package/dist/esbuild.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-DZgSKnEa.mjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin2 from "unplugin";
|
|
3
3
|
export * from "@pikacss/integration";
|
|
4
4
|
|
|
5
5
|
//#region src/esbuild.d.ts
|
|
6
|
-
declare const _default: (options?: PluginOptions | undefined) =>
|
|
6
|
+
declare const _default: (options?: PluginOptions | undefined) => unplugin2.EsbuildPlugin;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { PluginOptions, ResolvedPluginOptions, _default as default };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-BHUcssZN.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin3 from "unplugin";
|
|
3
3
|
import { UnpluginFactory } from "unplugin";
|
|
4
4
|
export * from "@pikacss/integration";
|
|
5
5
|
|
|
6
6
|
//#region src/index.d.ts
|
|
7
7
|
declare const unpluginFactory: UnpluginFactory<PluginOptions | undefined>;
|
|
8
|
-
declare const unplugin:
|
|
8
|
+
declare const unplugin: unplugin3.UnpluginInstance<PluginOptions | undefined, boolean>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { PluginOptions, ResolvedPluginOptions, unplugin as default, unplugin, unpluginFactory };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-DZgSKnEa.mjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin4 from "unplugin";
|
|
3
3
|
import { UnpluginFactory } from "unplugin";
|
|
4
4
|
export * from "@pikacss/integration";
|
|
5
5
|
|
|
6
6
|
//#region src/index.d.ts
|
|
7
7
|
declare const unpluginFactory: UnpluginFactory<PluginOptions | undefined>;
|
|
8
|
-
declare const unplugin:
|
|
8
|
+
declare const unplugin: unplugin4.UnpluginInstance<PluginOptions | undefined, boolean>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { PluginOptions, ResolvedPluginOptions, unplugin as default, unplugin, unpluginFactory };
|
package/dist/rolldown.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-DZgSKnEa.mjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin0 from "unplugin";
|
|
3
3
|
export * from "@pikacss/integration";
|
|
4
4
|
|
|
5
5
|
//#region src/rolldown.d.ts
|
|
6
|
-
declare const _default: (options?: PluginOptions | undefined) =>
|
|
6
|
+
declare const _default: (options?: PluginOptions | undefined) => unplugin0.RolldownPlugin<any> | unplugin0.RolldownPlugin<any>[];
|
|
7
7
|
//#endregion
|
|
8
8
|
export { PluginOptions, ResolvedPluginOptions, _default as default };
|
package/dist/rspack.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-BHUcssZN.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin2 from "unplugin";
|
|
3
3
|
export * from "@pikacss/integration";
|
|
4
4
|
|
|
5
5
|
//#region src/rspack.d.ts
|
|
6
|
-
declare const _default: (options?: PluginOptions | undefined) =>
|
|
6
|
+
declare const _default: (options?: PluginOptions | undefined) => unplugin2.RspackPluginInstance;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { PluginOptions, ResolvedPluginOptions, _default as default };
|
package/dist/rspack.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-DZgSKnEa.mjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin1 from "unplugin";
|
|
3
3
|
export * from "@pikacss/integration";
|
|
4
4
|
|
|
5
5
|
//#region src/rspack.d.ts
|
|
6
|
-
declare const _default: (options?: PluginOptions | undefined) =>
|
|
6
|
+
declare const _default: (options?: PluginOptions | undefined) => unplugin1.RspackPluginInstance;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { PluginOptions, ResolvedPluginOptions, _default as default };
|
package/dist/webpack.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-BHUcssZN.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin0 from "unplugin";
|
|
3
3
|
export * from "@pikacss/integration";
|
|
4
4
|
|
|
5
5
|
//#region src/webpack.d.ts
|
|
6
|
-
declare const _default: (options?: PluginOptions | undefined) =>
|
|
6
|
+
declare const _default: (options?: PluginOptions | undefined) => unplugin0.WebpackPluginInstance;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { PluginOptions, ResolvedPluginOptions, _default as default };
|
package/dist/webpack.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-DZgSKnEa.mjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin3 from "unplugin";
|
|
3
3
|
export * from "@pikacss/integration";
|
|
4
4
|
|
|
5
5
|
//#region src/webpack.d.ts
|
|
6
|
-
declare const _default: (options?: PluginOptions | undefined) =>
|
|
6
|
+
declare const _default: (options?: PluginOptions | undefined) => unplugin3.WebpackPluginInstance;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { PluginOptions, ResolvedPluginOptions, _default as default };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pikacss/unplugin-pikacss",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.37",
|
|
5
5
|
"author": "DevilTea <ch19980814@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"directory": "packages/unplugin"
|
|
11
11
|
},
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/pikacss/pikacss/issues"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"pikacss",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"pathe": "^2.0.3",
|
|
130
130
|
"perfect-debounce": "^2.0.0",
|
|
131
131
|
"unplugin": "^2.3.11",
|
|
132
|
-
"@pikacss/integration": "0.0.
|
|
132
|
+
"@pikacss/integration": "0.0.37"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
135
|
"@farmfe/core": "^1.7.11",
|
|
@@ -138,6 +138,7 @@
|
|
|
138
138
|
},
|
|
139
139
|
"scripts": {
|
|
140
140
|
"build": "tsdown",
|
|
141
|
+
"build:watch": "tsdown --watch",
|
|
141
142
|
"typecheck": "pnpm typecheck:package && pnpm typecheck:test",
|
|
142
143
|
"typecheck:package": "tsc --project ./tsconfig.package.json --noEmit",
|
|
143
144
|
"typecheck:test": "tsc --project ./tsconfig.tests.json --noEmit",
|