powerlines 0.42.21 → 0.42.22
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/{api-Bt68FE-P.cjs → api-C6MewkT2.cjs} +3 -3
- package/dist/api-C6MewkT2.cjs.map +1 -0
- package/dist/{api-R6gI_KWp.mjs → api-iWWp7Gtd.mjs} +3 -3
- package/dist/api-iWWp7Gtd.mjs.map +1 -0
- package/dist/context/index.cjs +1 -1
- package/dist/context/index.d.cts.map +1 -1
- package/dist/context/index.d.mts.map +1 -1
- package/dist/context/index.mjs +1 -1
- package/dist/esbuild.cjs +1 -1
- package/dist/esbuild.mjs +1 -1
- package/dist/farm.cjs +1 -1
- package/dist/farm.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/nuxt.cjs +1 -1
- package/dist/nuxt.mjs +1 -1
- package/dist/rolldown.cjs +1 -1
- package/dist/rolldown.mjs +1 -1
- package/dist/rollup.cjs +1 -1
- package/dist/rollup.mjs +1 -1
- package/dist/rspack.cjs +1 -1
- package/dist/rspack.mjs +1 -1
- package/dist/unloader.cjs +1 -1
- package/dist/unloader.mjs +1 -1
- package/dist/unplugin.cjs +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/dist/webpack.cjs +1 -1
- package/dist/webpack.mjs +1 -1
- package/package.json +2 -2
- package/dist/api-Bt68FE-P.cjs.map +0 -1
- package/dist/api-R6gI_KWp.mjs.map +0 -1
|
@@ -77,7 +77,7 @@ let unplugin = require("unplugin");
|
|
|
77
77
|
|
|
78
78
|
//#region package.json
|
|
79
79
|
var name = "powerlines";
|
|
80
|
-
var version = "0.42.
|
|
80
|
+
var version = "0.42.21";
|
|
81
81
|
|
|
82
82
|
//#endregion
|
|
83
83
|
//#region src/_internal/helpers/generate-types.ts
|
|
@@ -2200,7 +2200,7 @@ var PowerlinesContext = class PowerlinesContext {
|
|
|
2200
2200
|
extensions: this.config.resolve.extensions
|
|
2201
2201
|
}, options));
|
|
2202
2202
|
if (!result) return;
|
|
2203
|
-
const external = Boolean(!(0, bundle_require.match)(moduleId, this.config.resolve.noExternal) && ((0, bundle_require.match)(moduleId, this.config.resolve.external) || moduleId.startsWith("node:") || this.fs.isResolvableId(moduleId) && this.config.projectType !== "application"
|
|
2203
|
+
const external = Boolean(!(0, bundle_require.match)(moduleId, this.config.resolve.noExternal) && ((0, bundle_require.match)(moduleId, this.config.resolve.external) || moduleId.startsWith("node:") || (!this.fs.isResolvableId(moduleId) || this.fs.isResolvableId(moduleId) && this.config.projectType !== "application") && this.config.resolve.skipNodeModulesBundle && !/^[A-Z]:[/\\]|^\.{0,2}\/|^\.{1,2}$/.test(moduleId)));
|
|
2204
2204
|
return {
|
|
2205
2205
|
id: result,
|
|
2206
2206
|
external,
|
|
@@ -3945,4 +3945,4 @@ Object.defineProperty(exports, 'version', {
|
|
|
3945
3945
|
return version;
|
|
3946
3946
|
}
|
|
3947
3947
|
});
|
|
3948
|
-
//# sourceMappingURL=api-
|
|
3948
|
+
//# sourceMappingURL=api-C6MewkT2.cjs.map
|