powerlines 0.47.42 → 0.47.43

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/index.cjs CHANGED
@@ -3,10 +3,14 @@ require('./config.cjs');
3
3
  require('./plugin-utils.cjs');
4
4
  require('./storage.cjs');
5
5
 
6
- //#region src/index.ts
7
- var src_exports = /* @__PURE__ */ require_runtime.__exportAll({});
8
6
 
9
- //#endregion
7
+ var _powerlines_core = require("@powerlines/core");
8
+ Object.keys(_powerlines_core).forEach(function (k) {
9
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
10
+ enumerable: true,
11
+ get: function () { return _powerlines_core[k]; }
12
+ });
13
+ });
10
14
 
11
15
  var _powerlines_core_lib_config = require("@powerlines/core/lib/config");
12
16
  Object.keys(_powerlines_core_lib_config).forEach(function (k) {
package/dist/index.d.cts CHANGED
@@ -4,7 +4,4 @@ export * from "@powerlines/core/plugin-utils";
4
4
  export * from "@powerlines/core/storage";
5
5
  export * from "@powerlines/core";
6
6
  export * from "@powerlines/engine/types";
7
- export * from "@powerlines/unplugin";
8
-
9
- //#region src/index.d.ts
10
- //# sourceMappingURL=index.d.cts.map
7
+ export * from "@powerlines/unplugin";
package/dist/index.d.mts CHANGED
@@ -1,10 +1,7 @@
1
1
  export * from "@powerlines/core/lib/config";
2
2
  export * from "@powerlines/core/plugin-utils";
3
3
  export * from "@powerlines/core/storage";
4
- export * from "@powerlines/engine/context";
5
4
  export * from "@powerlines/core";
5
+ export * from "@powerlines/engine/context";
6
6
  export * from "@powerlines/engine/types";
7
- export * from "@powerlines/unplugin";
8
-
9
- //#region src/index.d.ts
10
- //# sourceMappingURL=index.d.mts.map
7
+ export * from "@powerlines/unplugin";
package/dist/index.mjs CHANGED
@@ -9,9 +9,6 @@ export * from "@powerlines/core/plugin-utils"
9
9
 
10
10
  export * from "@powerlines/core/storage"
11
11
 
12
- //#region src/index.ts
13
- var src_exports = /* @__PURE__ */ __exportAll({});
12
+ export * from "@powerlines/core"
14
13
 
15
- //#endregion
16
- export { };
17
- //# sourceMappingURL=index.mjs.map
14
+ export { };
package/dist/types.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- export type * from "@powerlines/engine/context";
2
1
  export type * from "@powerlines/core";
2
+ export type * from "@powerlines/engine/context";
3
3
  export type * from "@powerlines/engine/types";
4
4
  export type * from "@powerlines/unplugin";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.47.42",
3
+ "version": "0.47.43",
4
4
  "private": false,
5
5
  "description": "The \"framework framework\" that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
6
6
  "keywords": [
@@ -144,5 +144,5 @@
144
144
  },
145
145
  "publishConfig": { "access": "public" },
146
146
  "bin": { "powerlines": "./bin/bin.mjs" },
147
- "gitHead": "2dbbdb2f6fde8f0f49208757c7c1b18deb96ff97"
147
+ "gitHead": "9ae29d28da544b468983322b1a1d736d92bd92df"
148
148
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.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\n/**\n * The main entry point for the Powerlines library, which provides a build toolkit and runtime for NodeJS applications.\n *\n * @remarks\n * Powerlines is a build toolkit and runtime used by Storm Software in TypeScript applications, designed to streamline development and enhance productivity. It offers a powerful engine for executing build tasks, a flexible plugin system for extending functionality, and a rich set of utilities for working with schemas, code generation, and more.\n *\n * @packageDocumentation\n */\n\nexport * from \"./config\";\nexport * from \"./plugin-utils\";\nexport * from \"./storage\";\nexport type * from \"./types\";\n"],"mappings":""}