@powerlines/plugin-rolldown 0.7.391 → 0.7.393
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.
|
@@ -5,7 +5,7 @@ let unplugin = require("unplugin");
|
|
|
5
5
|
|
|
6
6
|
//#region src/helpers/unplugin.ts
|
|
7
7
|
function createRolldownPlugin(context) {
|
|
8
|
-
return (0, unplugin.createEsbuildPlugin)((0, _powerlines_core_lib_unplugin.createUnplugin)(context))({});
|
|
8
|
+
return (0, unplugin.createEsbuildPlugin)((0, _powerlines_core_lib_unplugin.createUnplugin)(context, { silenceHookLogging: true }))({});
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
//#endregion
|
|
@@ -3,7 +3,7 @@ import { createEsbuildPlugin } from "unplugin";
|
|
|
3
3
|
|
|
4
4
|
//#region src/helpers/unplugin.ts
|
|
5
5
|
function createRolldownPlugin(context) {
|
|
6
|
-
return createEsbuildPlugin(createUnplugin(context))({});
|
|
6
|
+
return createEsbuildPlugin(createUnplugin(context, { silenceHookLogging: true }))({});
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unplugin.mjs","names":[],"sources":["../../src/helpers/unplugin.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { createUnplugin } from \"@powerlines/core/lib/unplugin\";\nimport { createEsbuildPlugin } from \"unplugin\";\nimport { RolldownPluginContext } from \"../types/plugin\";\n\nexport function createRolldownPlugin(context: RolldownPluginContext) {\n return createEsbuildPlugin(createUnplugin(context))({});\n}\n"],"mappings":";;;;AAsBA,SAAgB,qBAAqB,SAAgC;AACnE,QAAO,
|
|
1
|
+
{"version":3,"file":"unplugin.mjs","names":[],"sources":["../../src/helpers/unplugin.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { createUnplugin } from \"@powerlines/core/lib/unplugin\";\nimport { createEsbuildPlugin } from \"unplugin\";\nimport { RolldownPluginContext } from \"../types/plugin\";\n\nexport function createRolldownPlugin(context: RolldownPluginContext) {\n return createEsbuildPlugin(\n createUnplugin(context, { silenceHookLogging: true })\n )({});\n}\n"],"mappings":";;;;AAsBA,SAAgB,qBAAqB,SAAgC;AACnE,QAAO,oBACL,eAAe,SAAS,EAAE,oBAAoB,MAAM,CAAC,CACtD,CAAC,EAAE,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.393",
|
|
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"],
|
|
@@ -43,20 +43,20 @@
|
|
|
43
43
|
"peerDependencies": { "rolldown": ">=1.0.0-rc.9 <2.0.0" },
|
|
44
44
|
"peerDependenciesMeta": { "rolldown": { "optional": false } },
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@powerlines/core": "^0.13.
|
|
47
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
48
|
-
"@powerlines/plugin-rollup": "^0.7.
|
|
46
|
+
"@powerlines/core": "^0.13.7",
|
|
47
|
+
"@powerlines/plugin-babel": "^0.12.390",
|
|
48
|
+
"@powerlines/plugin-rollup": "^0.7.391",
|
|
49
49
|
"@stryke/convert": "^0.6.58",
|
|
50
50
|
"@stryke/fs": "^0.33.66",
|
|
51
51
|
"@stryke/path": "^0.27.4",
|
|
52
52
|
"@stryke/type-checks": "^0.6.1",
|
|
53
53
|
"@stryke/types": "^0.11.3",
|
|
54
|
-
"defu": "^6.1.
|
|
54
|
+
"defu": "^6.1.7",
|
|
55
55
|
"glob": "^13.0.6",
|
|
56
56
|
"jiti": "^2.6.1",
|
|
57
57
|
"unplugin": "^3.0.0"
|
|
58
58
|
},
|
|
59
|
-
"devDependencies": { "@types/node": "^25.
|
|
59
|
+
"devDependencies": { "@types/node": "^25.6.0", "rolldown": "1.0.0-rc.9" },
|
|
60
60
|
"publishConfig": { "access": "public" },
|
|
61
61
|
"main": "./dist/index.cjs",
|
|
62
62
|
"module": "./dist/index.mjs",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
},
|
|
90
90
|
"./package.json": "./package.json"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "0930e21b75080a208112efde05ca6a1ff2595b15"
|
|
93
93
|
}
|