powerlines 0.47.99 → 0.47.101
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/{chunk-BbWMFyz5.cjs → _virtual/_rolldown/runtime.cjs} +3 -18
- package/dist/{chunk-BUUfjzRC.mjs → _virtual/_rolldown/runtime.mjs} +1 -1
- package/dist/api/index.cjs +2 -2
- package/dist/config.cjs +1 -1
- package/dist/config.mjs +1 -1
- package/dist/engine.cjs +2 -5
- package/dist/engine.mjs +1 -4
- package/dist/engine.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.cjs +11 -0
- package/dist/package.mjs +6 -0
- package/dist/package.mjs.map +1 -0
- package/dist/plugin-utils.cjs +1 -1
- package/dist/plugin-utils.mjs +1 -1
- package/dist/storage.cjs +1 -1
- package/dist/storage.mjs +1 -1
- package/package.json +8 -8
|
@@ -40,21 +40,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
40
40
|
|
|
41
41
|
//#endregion
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
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 {
|
|
36
|
+
export { __exportAll, __reExport };
|
package/dist/api/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
|
|
2
2
|
let _powerlines_engine_api = require("@powerlines/engine/api");
|
|
3
|
-
_powerlines_engine_api =
|
|
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
package/dist/config.mjs
CHANGED
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.99";
|
|
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.99";
|
|
|
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.99";
|
|
6
|
-
|
|
7
|
-
//#endregion
|
|
8
5
|
//#region src/engine.ts
|
|
9
6
|
/**
|
|
10
7
|
* Creates a new {@link PowerlinesEngine} instance.
|
package/dist/engine.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"engine.mjs","names":["packageJson.version"],"sources":["../
|
|
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
package/dist/index.mjs
CHANGED
package/dist/package.cjs
ADDED
package/dist/package.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"package.mjs","names":[],"sources":["../package.json"],"sourcesContent":[""],"mappings":""}
|
package/dist/plugin-utils.cjs
CHANGED
package/dist/plugin-utils.mjs
CHANGED
package/dist/storage.cjs
CHANGED
package/dist/storage.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerlines",
|
|
3
|
-
"version": "0.47.
|
|
3
|
+
"version": "0.47.101",
|
|
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.
|
|
177
|
-
"@powerlines/engine": "^0.49.
|
|
178
|
-
"@powerlines/schema": "^0.11.
|
|
179
|
-
"@powerlines/unplugin": "^0.0.
|
|
176
|
+
"@powerlines/core": "^0.48.34",
|
|
177
|
+
"@powerlines/engine": "^0.49.36",
|
|
178
|
+
"@powerlines/schema": "^0.11.83",
|
|
179
|
+
"@powerlines/unplugin": "^0.0.82",
|
|
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.
|
|
184
|
-
"@stryke/fs": "^0.33.
|
|
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": "
|
|
196
|
+
"gitHead": "64a604fd5da7312baeeb58dfcef0fd3ace15174e"
|
|
197
197
|
}
|