powerlines 0.42.23 → 0.42.24
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-CZfc8v9n.cjs → api-DECsh_tb.cjs} +2 -2
- package/dist/{api-CZfc8v9n.cjs.map → api-DECsh_tb.cjs.map} +1 -1
- package/dist/{api-BSGdehaF.mjs → api-Dpz6n-IJ.mjs} +2 -2
- package/dist/{api-BSGdehaF.mjs.map → api-Dpz6n-IJ.mjs.map} +1 -1
- package/dist/context/index.cjs +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 +12 -12
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 -->
|
|
@@ -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.24";
|
|
81
81
|
|
|
82
82
|
//#endregion
|
|
83
83
|
//#region src/_internal/helpers/generate-types.ts
|
|
@@ -3945,4 +3945,4 @@ Object.defineProperty(exports, 'version', {
|
|
|
3945
3945
|
return version;
|
|
3946
3946
|
}
|
|
3947
3947
|
});
|
|
3948
|
-
//# sourceMappingURL=api-
|
|
3948
|
+
//# sourceMappingURL=api-DECsh_tb.cjs.map
|