powerlines 0.42.21 → 0.42.23
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/README.md +1 -1
- package/dist/{api-R6gI_KWp.mjs → api-BSGdehaF.mjs} +3 -3
- package/dist/api-BSGdehaF.mjs.map +1 -0
- package/dist/{api-Bt68FE-P.cjs → api-CZfc8v9n.cjs} +3 -3
- package/dist/api-CZfc8v9n.cjs.map +1 -0
- package/dist/context/index.cjs +1 -1
- package/dist/context/index.d.cts +8 -8
- package/dist/context/index.d.cts.map +1 -1
- package/dist/context/index.d.mts +8 -8
- 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 +17 -17
- package/dist/api-Bt68FE-P.cjs.map +0 -1
- package/dist/api-R6gI_KWp.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>🔌 Powerlines</b> monorepo. Powerlines is the "
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://stormsoftware.com/projects/powerlines) [](http://commitizen.github.io/cz-cli/)  
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -73,7 +73,7 @@ import { setParseImpl } from "unplugin";
|
|
|
73
73
|
|
|
74
74
|
//#region package.json
|
|
75
75
|
var name = "powerlines";
|
|
76
|
-
var version = "0.42.
|
|
76
|
+
var version = "0.42.23";
|
|
77
77
|
|
|
78
78
|
//#endregion
|
|
79
79
|
//#region src/_internal/helpers/generate-types.ts
|
|
@@ -2196,7 +2196,7 @@ var PowerlinesContext = class PowerlinesContext {
|
|
|
2196
2196
|
extensions: this.config.resolve.extensions
|
|
2197
2197
|
}, options));
|
|
2198
2198
|
if (!result) return;
|
|
2199
|
-
const external = Boolean(!match(moduleId, this.config.resolve.noExternal) && (match(moduleId, this.config.resolve.external) || moduleId.startsWith("node:") || this.fs.isResolvableId(moduleId) && this.config.projectType !== "application"
|
|
2199
|
+
const external = Boolean(!match(moduleId, this.config.resolve.noExternal) && (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)));
|
|
2200
2200
|
return {
|
|
2201
2201
|
id: result,
|
|
2202
2202
|
external,
|
|
@@ -3853,4 +3853,4 @@ ${formatTypes(types)}
|
|
|
3853
3853
|
|
|
3854
3854
|
//#endregion
|
|
3855
3855
|
export { createUnpluginFactory as a, FileMetadata as c, FileSystem as d, _capnpFileId as f, createPluginContext as i, FileMetadata_KeyValuePair as l, version as m, PowerlinesAPIContext as n, PowerlinesContext as o, name as p, PowerlinesEnvironmentContext as r, FileId as s, PowerlinesAPI as t, FileStorage as u };
|
|
3856
|
-
//# sourceMappingURL=api-
|
|
3856
|
+
//# sourceMappingURL=api-BSGdehaF.mjs.map
|