@powerlines/plugin-nodejs 0.1.538 → 0.1.540
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.
|
@@ -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);
|
|
13
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
14
14
|
|
|
15
15
|
//#region src/components/env-builtin.tsx
|
|
16
16
|
/**
|
package/dist/index.cjs
CHANGED
|
@@ -5,9 +5,9 @@ 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);
|
|
8
|
+
_powerlines_plugin_babel = require_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);
|
|
10
|
+
_powerlines_plugin_env = require_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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-nodejs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.540",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a Node.js application.",
|
|
6
6
|
"repository": {
|
|
@@ -119,17 +119,17 @@
|
|
|
119
119
|
"dependencies": {
|
|
120
120
|
"@alloy-js/core": "^0.23.1",
|
|
121
121
|
"@alloy-js/typescript": "^0.23.0",
|
|
122
|
-
"@powerlines/plugin-alloy": "0.26.
|
|
123
|
-
"@powerlines/plugin-babel": "0.13.
|
|
124
|
-
"@powerlines/plugin-env": "0.16.
|
|
125
|
-
"@powerlines/plugin-plugin": "0.12.
|
|
126
|
-
"@storm-software/config-tools": "^1.190.
|
|
122
|
+
"@powerlines/plugin-alloy": "^0.26.228",
|
|
123
|
+
"@powerlines/plugin-babel": "^0.13.131",
|
|
124
|
+
"@powerlines/plugin-env": "^0.16.339",
|
|
125
|
+
"@powerlines/plugin-plugin": "^0.12.547",
|
|
126
|
+
"@storm-software/config-tools": "^1.190.54",
|
|
127
127
|
"@stryke/string-format": "^0.17.26",
|
|
128
128
|
"defu": "^6.1.7",
|
|
129
|
-
"powerlines": "0.47.
|
|
129
|
+
"powerlines": "^0.47.135"
|
|
130
130
|
},
|
|
131
|
-
"devDependencies": { "@types/node": "^25.9.
|
|
131
|
+
"devDependencies": { "@types/node": "^25.9.3" },
|
|
132
132
|
"publishConfig": { "access": "public" },
|
|
133
133
|
"types": "./dist/index.d.cts",
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "8952d4334a9c907f2d492ae9419ad0bbf50b0533"
|
|
135
135
|
}
|