powerlines 0.40.20 → 0.40.21
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 +3 -2
- package/dist/{api-DVNFobLD.mjs → api-BtT0v28K.mjs} +3 -3
- package/dist/{api-DVNFobLD.mjs.map → api-BtT0v28K.mjs.map} +1 -1
- package/dist/{api-BESwNTu1.cjs → api-D-4_dQRX.cjs} +2 -2
- package/dist/astro.cjs +2 -2
- package/dist/astro.mjs +2 -2
- package/dist/context/index.cjs +1 -1
- package/dist/context/index.mjs +1 -1
- package/dist/{esbuild-1XefRwHm.cjs → esbuild-BhLG9GPh.cjs} +1 -1
- package/dist/{esbuild-84-wpkWu.mjs → esbuild-bRKMe1JD.mjs} +2 -2
- package/dist/{esbuild-84-wpkWu.mjs.map → esbuild-bRKMe1JD.mjs.map} +1 -1
- package/dist/esbuild.cjs +2 -2
- package/dist/esbuild.mjs +2 -2
- 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/next.cjs +2 -2
- package/dist/next.mjs +2 -2
- package/dist/nuxt.cjs +3 -3
- package/dist/nuxt.mjs +3 -3
- package/dist/plugin-utils.d.cts +9 -9
- package/dist/{rolldown-CCW9um3c.mjs → rolldown-C4QhBFIU.mjs} +2 -2
- package/dist/{rolldown-CCW9um3c.mjs.map → rolldown-C4QhBFIU.mjs.map} +1 -1
- package/dist/{rolldown-CTf5NRft.cjs → rolldown-Dgcu2_Qi.cjs} +1 -1
- package/dist/rolldown.cjs +2 -2
- package/dist/rolldown.mjs +2 -2
- 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/tsdown.cjs +2 -2
- package/dist/tsdown.mjs +2 -2
- package/dist/tsup.cjs +2 -2
- package/dist/tsup.mjs +2 -2
- 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-DeBLOF8V.cjs → vite-DmBSriVs.cjs} +1 -1
- package/dist/{vite-BEFn-UDD.mjs → vite-uXQWIWdY.mjs} +2 -2
- package/dist/{vite-BEFn-UDD.mjs.map → vite-uXQWIWdY.mjs.map} +1 -1
- package/dist/vite.cjs +2 -2
- package/dist/vite.mjs +2 -2
- package/dist/{webpack-D8R3jqLK.cjs → webpack-Dn1pjhRP.cjs} +1 -1
- package/dist/{webpack-Bs3j748Y.mjs → webpack-N9RxJ_s0.mjs} +2 -2
- package/dist/{webpack-Bs3j748Y.mjs.map → webpack-N9RxJ_s0.mjs.map} +1 -1
- package/dist/webpack.cjs +2 -2
- package/dist/webpack.mjs +2 -2
- package/files/application/README.md.hbs +16 -42
- package/files/application/package.json.hbs +7 -28
- package/files/common/jest.config.ts.hbs +2 -3
- package/files/common/tsconfig.json.hbs +5 -10
- package/files/common/tsconfig.spec.json.hbs +3 -13
- package/files/library/README.md.hbs +11 -34
- package/files/library/package.json.hbs +9 -32
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
</div>
|
|
23
23
|
|
|
24
24
|
<br />
|
|
25
|
-
This package is part of the
|
|
25
|
+
This package is part of the <b>🔌 Powerlines</b> monorepo. Powerlines is the "any framework" framework that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.
|
|
26
26
|
<br />
|
|
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 -->
|
|
@@ -55,6 +55,7 @@ A build toolkit and runtime used by Storm Software in TypeScript applications
|
|
|
55
55
|
|
|
56
56
|
<!-- START doctoc -->
|
|
57
57
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
58
|
+
|
|
58
59
|
## Table of Contents
|
|
59
60
|
|
|
60
61
|
- [Powerlines](#powerlines)
|
|
@@ -70,7 +70,7 @@ import { setParseImpl } from "unplugin";
|
|
|
70
70
|
|
|
71
71
|
//#region package.json
|
|
72
72
|
var name = "powerlines";
|
|
73
|
-
var version = "0.40.
|
|
73
|
+
var version = "0.40.21";
|
|
74
74
|
|
|
75
75
|
//#endregion
|
|
76
76
|
//#region src/_internal/helpers/generate-types.ts
|
|
@@ -2684,7 +2684,7 @@ function createUnpluginModuleResolutionFunctions(context, options = {}) {
|
|
|
2684
2684
|
return null;
|
|
2685
2685
|
},
|
|
2686
2686
|
load: {
|
|
2687
|
-
filter: options.prefix ? { id: { include: VIRTUAL_MODULE_PREFIX_REGEX } } : void 0,
|
|
2687
|
+
filter: options.prefix !== false ? { id: { include: [VIRTUAL_MODULE_PREFIX_REGEX] } } : void 0,
|
|
2688
2688
|
async handler(id) {
|
|
2689
2689
|
const moduleId = id.replace(VIRTUAL_MODULE_PREFIX_REGEX, "");
|
|
2690
2690
|
let result = await ctx.$$internal.callHook("load", {
|
|
@@ -3848,4 +3848,4 @@ Note: Please ensure the plugin package's default export is a class that extends
|
|
|
3848
3848
|
|
|
3849
3849
|
//#endregion
|
|
3850
3850
|
export { _capnpFileId as _, createUnpluginFactory as a, createUnpluginModuleResolutionFunctions as c, PowerlinesContext as d, FileId as f, FileSystem as g, FileStorage as h, createPluginContext as i, combineContexts as l, FileMetadata_KeyValuePair as m, PowerlinesAPIContext as n, createUnplugin as o, FileMetadata as p, PowerlinesEnvironmentContext as r, createUnpluginResolver as s, PowerlinesAPI as t, isUnpluginBuilderVariant as u, name as v, version as y };
|
|
3851
|
-
//# sourceMappingURL=api-
|
|
3851
|
+
//# sourceMappingURL=api-BtT0v28K.mjs.map
|