@powerlines/plugin-nodejs 0.1.617 → 0.1.619
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const
|
|
2
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.cjs');
|
|
3
3
|
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
4
4
|
let _alloy_js_core = require("@alloy-js/core");
|
|
5
5
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
@@ -10,7 +10,7 @@ let _powerlines_plugin_env_components_env_builtin = require("@powerlines/plugin-
|
|
|
10
10
|
let _stryke_string_format_kebab_case = require("@stryke/string-format/kebab-case");
|
|
11
11
|
let _stryke_string_format_title_case = require("@stryke/string-format/title-case");
|
|
12
12
|
let defu = require("defu");
|
|
13
|
-
defu =
|
|
13
|
+
defu = require_rolldown_runtime.__toESM(defu, 1);
|
|
14
14
|
|
|
15
15
|
//#region src/components/env-builtin.tsx
|
|
16
16
|
/**
|
package/dist/index.cjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
|
-
const
|
|
2
|
+
const require_rolldown_runtime = require('./rolldown-runtime-C24Yb2bl.cjs');
|
|
3
3
|
const require_components_env_builtin = require('./components/env-builtin.cjs');
|
|
4
4
|
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
5
5
|
let _powerlines_core_lib_typescript = require("@powerlines/core/lib/typescript");
|
|
6
6
|
let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
|
|
7
7
|
let _powerlines_plugin_babel = require("@powerlines/plugin-babel");
|
|
8
|
-
_powerlines_plugin_babel =
|
|
8
|
+
_powerlines_plugin_babel = require_rolldown_runtime.__toESM(_powerlines_plugin_babel, 1);
|
|
9
9
|
let _powerlines_plugin_env = require("@powerlines/plugin-env");
|
|
10
|
-
_powerlines_plugin_env =
|
|
10
|
+
_powerlines_plugin_env = require_rolldown_runtime.__toESM(_powerlines_plugin_env, 1);
|
|
11
11
|
let _powerlines_plugin_env_helpers = require("@powerlines/plugin-env/helpers");
|
|
12
12
|
|
|
13
13
|
//#region src/index.tsx
|
|
@@ -25,4 +25,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
}) : target, mod));
|
|
26
26
|
|
|
27
27
|
//#endregion
|
|
28
|
-
exports
|
|
28
|
+
Object.defineProperty(exports, '__toESM', {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
get: function () {
|
|
31
|
+
return __toESM;
|
|
32
|
+
}
|
|
33
|
+
});
|
package/dist/types/index.cjs
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require('./plugin.cjs');
|
package/dist/types/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-nodejs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.619",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a Node.js application.",
|
|
6
6
|
"repository": {
|
|
@@ -119,20 +119,20 @@
|
|
|
119
119
|
"dependencies": {
|
|
120
120
|
"@alloy-js/core": "^0.24.1",
|
|
121
121
|
"@alloy-js/typescript": "^0.24.0",
|
|
122
|
-
"@power-plant/alloy-js": "^0.0.
|
|
123
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
124
|
-
"@powerlines/plugin-babel": "^0.13.
|
|
125
|
-
"@powerlines/plugin-env": "^0.16.
|
|
122
|
+
"@power-plant/alloy-js": "^0.0.86",
|
|
123
|
+
"@powerlines/plugin-alloy": "^0.26.307",
|
|
124
|
+
"@powerlines/plugin-babel": "^0.13.206",
|
|
125
|
+
"@powerlines/plugin-env": "^0.16.418",
|
|
126
126
|
"@storm-software/config-tools": "^1.190.133",
|
|
127
127
|
"@stryke/string-format": "^0.17.50",
|
|
128
128
|
"defu": "^6.1.7",
|
|
129
|
-
"powerlines": "^0.47.
|
|
129
|
+
"powerlines": "^0.47.209"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
132
|
+
"@powerlines/plugin-plugin": "^0.12.622",
|
|
133
133
|
"@types/node": "^25.9.5"
|
|
134
134
|
},
|
|
135
135
|
"publishConfig": { "access": "public" },
|
|
136
136
|
"types": "./dist/index.d.cts",
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "88974b224a5cdb97dbd377373c9ed7f8a8780324"
|
|
138
138
|
}
|