@powerlines/plugin-rolldown 0.7.599 → 0.7.601
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/{build-DG1l6JhN.d.cts → build-DdP3euRh.d.cts} +1 -2
- package/dist/build-DdP3euRh.d.cts.map +1 -0
- package/dist/{build-DG1l6JhN.d.mts → build-DdP3euRh.d.mts} +1 -2
- package/dist/build-DdP3euRh.d.mts.map +1 -0
- package/dist/index.d.cts +2 -2
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/types/build.d.cts +1 -1
- package/dist/types/build.d.mts +1 -1
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/plugin.d.cts +1 -2
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +1 -2
- package/dist/types/plugin.d.mts.map +1 -1
- package/package.json +6 -6
- package/dist/build-DG1l6JhN.d.cts.map +0 -1
- package/dist/build-DG1l6JhN.d.mts.map +0 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { RolldownOptions } from "rolldown";
|
|
2
|
-
|
|
3
2
|
//#region src/types/build.d.ts
|
|
4
3
|
type RolldownOptions$1 = Omit<RolldownOptions, "input" | "external" | "tsconfig" | "logLevel" | "output">;
|
|
5
4
|
//#endregion
|
|
6
5
|
export { RolldownOptions$1 as t };
|
|
7
|
-
//# sourceMappingURL=build-
|
|
6
|
+
//# sourceMappingURL=build-DdP3euRh.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-DdP3euRh.d.cts","names":[],"sources":["../src/types/build.ts"],"mappings":";;KAoBY,oBAAkB,KAC5B"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { RolldownOptions } from "rolldown";
|
|
2
|
-
|
|
3
2
|
//#region src/types/build.d.ts
|
|
4
3
|
type RolldownOptions$1 = Omit<RolldownOptions, "input" | "external" | "tsconfig" | "logLevel" | "output">;
|
|
5
4
|
//#endregion
|
|
6
5
|
export { RolldownOptions$1 as t };
|
|
7
|
-
//# sourceMappingURL=build-
|
|
6
|
+
//# sourceMappingURL=build-DdP3euRh.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-DdP3euRh.d.mts","names":[],"sources":["../src/types/build.ts"],"mappings":";;KAoBY,oBAAkB,KAC5B"}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as RolldownOptions } from "./build-
|
|
1
|
+
import { t as RolldownOptions } from "./build-DdP3euRh.cjs";
|
|
2
2
|
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig } from "./types/plugin.cjs";
|
|
3
|
+
import "./types/index.cjs";
|
|
3
4
|
import { Plugin } from "powerlines";
|
|
4
|
-
|
|
5
5
|
//#region src/index.d.ts
|
|
6
6
|
declare module "powerlines" {
|
|
7
7
|
interface Config {
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;YAkCY
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;YAkCY;IACR,WAAW;;;;;;cAOF,SACX,iBAAiB,wBAAwB,uBAEzC,UAAS,0BACR,OAAO"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as RolldownOptions } from "./build-
|
|
1
|
+
import { t as RolldownOptions } from "./build-DdP3euRh.mjs";
|
|
2
2
|
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig } from "./types/plugin.mjs";
|
|
3
|
+
import "./types/index.mjs";
|
|
3
4
|
import { Plugin } from "powerlines";
|
|
4
|
-
|
|
5
5
|
//#region src/index.d.ts
|
|
6
6
|
declare module "powerlines" {
|
|
7
7
|
interface Config {
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;YAkCY
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;YAkCY;IACR,WAAW;;;;;;cAOF,SACX,iBAAiB,wBAAwB,uBAEzC,UAAS,0BACR,OAAO"}
|
package/dist/types/build.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as RolldownOptions } from "../build-
|
|
1
|
+
import { t as RolldownOptions } from "../build-DdP3euRh.cjs";
|
|
2
2
|
export { RolldownOptions };
|
package/dist/types/build.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as RolldownOptions } from "../build-
|
|
1
|
+
import { t as RolldownOptions } from "../build-DdP3euRh.mjs";
|
|
2
2
|
export { RolldownOptions };
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { t as RolldownOptions } from "../build-
|
|
1
|
+
import { t as RolldownOptions } from "../build-DdP3euRh.cjs";
|
|
2
2
|
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig } from "./plugin.cjs";
|
|
3
3
|
export { RolldownOptions, RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { t as RolldownOptions } from "../build-
|
|
1
|
+
import { t as RolldownOptions } from "../build-DdP3euRh.mjs";
|
|
2
2
|
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig } from "./plugin.mjs";
|
|
3
3
|
export { RolldownOptions, RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { t as RolldownOptions } from "../build-
|
|
1
|
+
import { t as RolldownOptions } from "../build-DdP3euRh.cjs";
|
|
2
2
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
3
|
-
|
|
4
3
|
//#region src/types/plugin.d.ts
|
|
5
4
|
type RolldownPluginOptions = Partial<RolldownOptions>;
|
|
6
5
|
interface RolldownPluginUserConfig extends UserConfig {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;KAqBY,wBAAwB,QAAQ;UAE3B,iCAAiC;EAChD,UAAU;;UAGK,qCAAqC;EACpD,UAAU;;KAGA,sBACV,wBAAwB,+BACtB,gCACA,cAAc"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { t as RolldownOptions } from "../build-
|
|
1
|
+
import { t as RolldownOptions } from "../build-DdP3euRh.mjs";
|
|
2
2
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
3
|
-
|
|
4
3
|
//#region src/types/plugin.d.ts
|
|
5
4
|
type RolldownPluginOptions = Partial<RolldownOptions>;
|
|
6
5
|
interface RolldownPluginUserConfig extends UserConfig {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;KAqBY,wBAAwB,QAAQ;UAE3B,iCAAiC;EAChD,UAAU;;UAGK,qCAAqC;EACpD,UAAU;;KAGA,sBACV,wBAAwB,+BACtB,gCACA,cAAc"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-rolldown",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.601",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"keywords": ["rolldown", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"types": "./dist/index.d.cts",
|
|
61
61
|
"files": ["dist"],
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@powerlines/core": "^0.48.
|
|
64
|
-
"@powerlines/unplugin": "^0.0.
|
|
63
|
+
"@powerlines/core": "^0.48.65",
|
|
64
|
+
"@powerlines/unplugin": "^0.0.113",
|
|
65
65
|
"@stryke/convert": "^0.7.26",
|
|
66
66
|
"@stryke/fs": "^0.33.96",
|
|
67
67
|
"@stryke/helpers": "^0.10.35",
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"defu": "^6.1.7",
|
|
72
72
|
"glob": "^13.0.6",
|
|
73
73
|
"jiti": "^2.7.0",
|
|
74
|
-
"powerlines": "^0.47.
|
|
74
|
+
"powerlines": "^0.47.144",
|
|
75
75
|
"unplugin": "^3.3.0"
|
|
76
76
|
},
|
|
77
|
-
"devDependencies": { "@types/node": "^25.9.
|
|
77
|
+
"devDependencies": { "@types/node": "^25.9.5", "rolldown": "^1.2.0" },
|
|
78
78
|
"peerDependencies": { "rolldown": ">=1.0.1 <2.0.0" },
|
|
79
79
|
"peerDependenciesMeta": { "rolldown": { "optional": false } },
|
|
80
80
|
"publishConfig": { "access": "public" },
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "cf8953be1a53bac9ad8c227195a662cbb422d43c"
|
|
82
82
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-DG1l6JhN.d.cts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,iBAAA,GAAkB,IAAI,CAChC,eAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-DG1l6JhN.d.mts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,iBAAA,GAAkB,IAAI,CAChC,eAAA"}
|