@powerlines/plugin-nodejs 0.1.616 → 0.1.618

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 require_runtime = require('../_virtual/_rolldown/runtime.cjs');
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 = require_runtime.__toESM(defu, 1);
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 require_runtime = require('./_virtual/_rolldown/runtime.cjs');
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 = require_runtime.__toESM(_powerlines_plugin_babel, 1);
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 = require_runtime.__toESM(_powerlines_plugin_env, 1);
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.__toESM = __toESM;
28
+ Object.defineProperty(exports, '__toESM', {
29
+ enumerable: true,
30
+ get: function () {
31
+ return __toESM;
32
+ }
33
+ });
@@ -0,0 +1 @@
1
+ require('./plugin.cjs');
@@ -1 +1,3 @@
1
+ import "./plugin.mjs";
2
+
1
3
  export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nodejs",
3
- "version": "0.1.616",
3
+ "version": "0.1.618",
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.84",
123
- "@powerlines/plugin-alloy": "^0.26.304",
124
- "@powerlines/plugin-babel": "^0.13.204",
125
- "@powerlines/plugin-env": "^0.16.415",
122
+ "@power-plant/alloy-js": "^0.0.85",
123
+ "@powerlines/plugin-alloy": "^0.26.306",
124
+ "@powerlines/plugin-babel": "^0.13.205",
125
+ "@powerlines/plugin-env": "^0.16.417",
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.207"
129
+ "powerlines": "^0.47.208"
130
130
  },
131
131
  "devDependencies": {
132
- "@powerlines/plugin-plugin": "^0.12.619",
132
+ "@powerlines/plugin-plugin": "^0.12.621",
133
133
  "@types/node": "^25.9.5"
134
134
  },
135
135
  "publishConfig": { "access": "public" },
136
136
  "types": "./dist/index.d.cts",
137
- "gitHead": "69c1cff402a9eb0300bdd49ce2bdc5384e1396ff"
137
+ "gitHead": "a060bb776b719e7628c30f82d4fb4305fbcd1581"
138
138
  }