powerlines 0.47.98 → 0.47.100

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.
@@ -40,21 +40,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
40
40
 
41
41
  //#endregion
42
42
 
43
- Object.defineProperty(exports, '__exportAll', {
44
- enumerable: true,
45
- get: function () {
46
- return __exportAll;
47
- }
48
- });
49
- Object.defineProperty(exports, '__reExport', {
50
- enumerable: true,
51
- get: function () {
52
- return __reExport;
53
- }
54
- });
55
- Object.defineProperty(exports, '__toESM', {
56
- enumerable: true,
57
- get: function () {
58
- return __toESM;
59
- }
60
- });
43
+ exports.__exportAll = __exportAll;
44
+ exports.__reExport = __reExport;
45
+ exports.__toESM = __toESM;
@@ -33,4 +33,4 @@ var __copyProps = (to, from, except, desc) => {
33
33
  var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
34
34
 
35
35
  //#endregion
36
- export { __reExport as n, __exportAll as t };
36
+ export { __exportAll, __reExport };
@@ -1,5 +1,5 @@
1
- const require_chunk = require('../chunk-BbWMFyz5.cjs');
1
+ const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
2
2
  let _powerlines_engine_api = require("@powerlines/engine/api");
3
- _powerlines_engine_api = require_chunk.__toESM(_powerlines_engine_api, 1);
3
+ _powerlines_engine_api = require_runtime.__toESM(_powerlines_engine_api, 1);
4
4
 
5
5
  module.exports = _powerlines_engine_api.default;
package/dist/config.cjs CHANGED
@@ -1,4 +1,4 @@
1
- const require_chunk = require('./chunk-BbWMFyz5.cjs');
1
+ const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
2
 
3
3
 
4
4
  var _powerlines_core_lib_config = require("@powerlines/core/lib/config");
package/dist/config.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as __reExport, t as __exportAll } from "./chunk-BUUfjzRC.mjs";
1
+ import { __exportAll, __reExport } from "./_virtual/_rolldown/runtime.mjs";
2
2
 
3
3
  export * from "@powerlines/core/lib/config"
4
4
 
package/dist/engine.cjs CHANGED
@@ -1,11 +1,8 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
+ const require_package = require('./package.cjs');
2
3
  let _powerlines_engine = require("@powerlines/engine");
3
4
  let _stryke_string_format_title_case = require("@stryke/string-format/title-case");
4
5
 
5
- //#region package.json
6
- var version = "0.47.98";
7
-
8
- //#endregion
9
6
  //#region src/engine.ts
10
7
  /**
11
8
  * Creates a new {@link PowerlinesEngine} instance.
@@ -15,7 +12,7 @@ var version = "0.47.98";
15
12
  */
16
13
  async function createPowerlines(options) {
17
14
  const engine = await (0, _powerlines_engine.createEngine)(options);
18
- engine.context.info(`🔌 ${(0, _stryke_string_format_title_case.titleCase)(engine.context.framework.name) || "Powerlines"} Engine v${engine.context.framework.version || version || "1.0.0"} is running...`);
15
+ engine.context.info(`🔌 ${(0, _stryke_string_format_title_case.titleCase)(engine.context.framework.name) || "Powerlines"} Engine v${engine.context.framework.version || require_package.version || "1.0.0"} is running...`);
19
16
  return engine;
20
17
  }
21
18
 
package/dist/engine.mjs CHANGED
@@ -1,10 +1,7 @@
1
+ import { version } from "./package.mjs";
1
2
  import { createEngine } from "@powerlines/engine";
2
3
  import { titleCase } from "@stryke/string-format/title-case";
3
4
 
4
- //#region package.json
5
- var version = "0.47.98";
6
-
7
- //#endregion
8
5
  //#region src/engine.ts
9
6
  /**
10
7
  * Creates a new {@link PowerlinesEngine} instance.
@@ -1 +1 @@
1
- {"version":3,"file":"engine.mjs","names":["packageJson.version"],"sources":["../package.json","../src/engine.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\nimport type { EngineOptions } from \"@powerlines/engine\";\nimport { createEngine } from \"@powerlines/engine\";\nimport { titleCase } from \"@stryke/string-format/title-case\";\nimport packageJson from \"../package.json\" with { type: \"json\" };\n\nexport type * from \"@powerlines/engine\";\nexport type * from \"@powerlines/engine/context\";\n\n/**\n * Creates a new {@link PowerlinesEngine} instance.\n *\n * @param options - The user configuration options.\n * @returns A promise that resolves to a {@link PowerlinesEngine} instance.\n */\nexport async function createPowerlines(\n options: Omit<EngineOptions, \"framework\">\n) {\n const engine = await createEngine(options);\n\n engine.context.info(\n `🔌 ${titleCase(engine.context.framework.name) || \"Powerlines\"} Engine v${\n engine.context.framework.version || packageJson.version || \"1.0.0\"\n } is running...`\n );\n\n return engine;\n}\n"],"mappings":";;;;;;;;;;;;;;ACgCA,eAAsB,iBACpB,SACA;CACA,MAAM,SAAS,MAAM,aAAa,OAAO;CAEzC,OAAO,QAAQ,KACb,MAAM,UAAU,OAAO,QAAQ,UAAU,IAAI,KAAK,aAAa,WAC7D,OAAO,QAAQ,UAAU,WAAWA,WAAuB,QAC5D,eACH;CAEA,OAAO;AACT"}
1
+ {"version":3,"file":"engine.mjs","names":["packageJson.version"],"sources":["../src/engine.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\nimport type { EngineOptions } from \"@powerlines/engine\";\nimport { createEngine } from \"@powerlines/engine\";\nimport { titleCase } from \"@stryke/string-format/title-case\";\nimport packageJson from \"../package.json\" with { type: \"json\" };\n\nexport type * from \"@powerlines/engine\";\nexport type * from \"@powerlines/engine/context\";\n\n/**\n * Creates a new {@link PowerlinesEngine} instance.\n *\n * @param options - The user configuration options.\n * @returns A promise that resolves to a {@link PowerlinesEngine} instance.\n */\nexport async function createPowerlines(\n options: Omit<EngineOptions, \"framework\">\n) {\n const engine = await createEngine(options);\n\n engine.context.info(\n `🔌 ${titleCase(engine.context.framework.name) || \"Powerlines\"} Engine v${\n engine.context.framework.version || packageJson.version || \"1.0.0\"\n } is running...`\n );\n\n return engine;\n}\n"],"mappings":";;;;;;;;;;;AAgCA,eAAsB,iBACpB,SACA;CACA,MAAM,SAAS,MAAM,aAAa,OAAO;CAEzC,OAAO,QAAQ,KACb,MAAM,UAAU,OAAO,QAAQ,UAAU,IAAI,KAAK,aAAa,WAC7D,OAAO,QAAQ,UAAU,WAAWA,WAAuB,QAC5D,eACH;CAEA,OAAO;AACT"}
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- const require_chunk = require('./chunk-BbWMFyz5.cjs');
1
+ const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
2
  require('./config.cjs');
3
3
  require('./plugin-utils.cjs');
4
4
  require('./storage.cjs');
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as __reExport, t as __exportAll } from "./chunk-BUUfjzRC.mjs";
1
+ import { __exportAll, __reExport } from "./_virtual/_rolldown/runtime.mjs";
2
2
  import "./config.mjs";
3
3
  import "./plugin-utils.mjs";
4
4
  import "./storage.mjs";
@@ -0,0 +1,11 @@
1
+
2
+ //#region package.json
3
+ var version = "0.47.100";
4
+
5
+ //#endregion
6
+ Object.defineProperty(exports, 'version', {
7
+ enumerable: true,
8
+ get: function () {
9
+ return version;
10
+ }
11
+ });
@@ -0,0 +1,6 @@
1
+ //#region package.json
2
+ var version = "0.47.100";
3
+
4
+ //#endregion
5
+ export { version };
6
+ //# sourceMappingURL=package.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"package.mjs","names":[],"sources":["../package.json"],"sourcesContent":[""],"mappings":""}
@@ -1,4 +1,4 @@
1
- const require_chunk = require('./chunk-BbWMFyz5.cjs');
1
+ const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
2
 
3
3
 
4
4
  var _powerlines_core_plugin_utils = require("@powerlines/core/plugin-utils");
@@ -1,4 +1,4 @@
1
- import { n as __reExport, t as __exportAll } from "./chunk-BUUfjzRC.mjs";
1
+ import { __exportAll, __reExport } from "./_virtual/_rolldown/runtime.mjs";
2
2
 
3
3
  export * from "@powerlines/core/plugin-utils"
4
4
 
package/dist/storage.cjs CHANGED
@@ -1,4 +1,4 @@
1
- const require_chunk = require('./chunk-BbWMFyz5.cjs');
1
+ const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
2
 
3
3
 
4
4
  var _powerlines_core_storage = require("@powerlines/core/storage");
package/dist/storage.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as __reExport, t as __exportAll } from "./chunk-BUUfjzRC.mjs";
1
+ import { __exportAll, __reExport } from "./_virtual/_rolldown/runtime.mjs";
2
2
 
3
3
  export * from "@powerlines/core/storage"
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.47.98",
3
+ "version": "0.47.100",
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": [
@@ -173,15 +173,15 @@
173
173
  "files": ["dist", "files"],
174
174
  "dependencies": {
175
175
  "@babel/types": "8.0.0-rc.6",
176
- "@powerlines/core": "^0.48.32",
177
- "@powerlines/engine": "^0.49.34",
178
- "@powerlines/schema": "^0.11.80",
179
- "@powerlines/unplugin": "^0.0.80",
176
+ "@powerlines/core": "^0.48.33",
177
+ "@powerlines/engine": "^0.49.35",
178
+ "@powerlines/schema": "^0.11.82",
179
+ "@powerlines/unplugin": "^0.0.81",
180
180
  "@storm-software/config": "^1.137.69",
181
181
  "@storm-software/config-tools": "^1.190.37",
182
182
  "@stryke/convert": "^0.7.13",
183
- "@stryke/env": "^0.20.99",
184
- "@stryke/fs": "^0.33.82",
183
+ "@stryke/env": "^0.20.100",
184
+ "@stryke/fs": "^0.33.83",
185
185
  "defu": "^6.1.7",
186
186
  "unplugin": "^3.0.0"
187
187
  },
@@ -193,5 +193,5 @@
193
193
  "undici-types": "^7.26.0"
194
194
  },
195
195
  "publishConfig": { "access": "public" },
196
- "gitHead": "796932c328e29c623584c8c58fc0ae421674ba4e"
196
+ "gitHead": "f4ad7ee552b89cc860cb1cc2e56b20a5b779620d"
197
197
  }