@powerlines/plugin-react 0.1.672 → 0.1.674
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/components/react-optimized.cjs +1 -1
- package/dist/index.cjs +4 -4
- package/package.json +11 -11
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
2
2
|
const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
|
|
3
3
|
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
4
4
|
let defu = require("defu");
|
|
5
|
-
defu = require_runtime.__toESM(defu);
|
|
5
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
6
6
|
let _alloy_js_core = require("@alloy-js/core");
|
|
7
7
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
8
8
|
let _powerlines_plugin_alloy_helpers_refkey = require("@powerlines/plugin-alloy/helpers/refkey");
|
package/dist/index.cjs
CHANGED
|
@@ -6,15 +6,15 @@ let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
|
6
6
|
let _powerlines_core_lib_typescript = require("@powerlines/core/lib/typescript");
|
|
7
7
|
let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
|
|
8
8
|
let _powerlines_plugin_babel = require("@powerlines/plugin-babel");
|
|
9
|
-
_powerlines_plugin_babel = require_runtime.__toESM(_powerlines_plugin_babel);
|
|
9
|
+
_powerlines_plugin_babel = require_runtime.__toESM(_powerlines_plugin_babel, 1);
|
|
10
10
|
let _powerlines_plugin_env = require("@powerlines/plugin-env");
|
|
11
|
-
_powerlines_plugin_env = require_runtime.__toESM(_powerlines_plugin_env);
|
|
11
|
+
_powerlines_plugin_env = require_runtime.__toESM(_powerlines_plugin_env, 1);
|
|
12
12
|
let _powerlines_schema = require("@powerlines/schema");
|
|
13
13
|
let _stryke_string_format_kebab_case = require("@stryke/string-format/kebab-case");
|
|
14
14
|
let _vitejs_plugin_react = require("@vitejs/plugin-react");
|
|
15
|
-
_vitejs_plugin_react = require_runtime.__toESM(_vitejs_plugin_react);
|
|
15
|
+
_vitejs_plugin_react = require_runtime.__toESM(_vitejs_plugin_react, 1);
|
|
16
16
|
let defu = require("defu");
|
|
17
|
-
defu = require_runtime.__toESM(defu);
|
|
17
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
18
18
|
|
|
19
19
|
//#region src/index.tsx
|
|
20
20
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.674",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a React application.",
|
|
6
6
|
"keywords": ["react", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -137,12 +137,12 @@
|
|
|
137
137
|
"@alloy-js/markdown": "^0.23.0",
|
|
138
138
|
"@alloy-js/typescript": "^0.23.0",
|
|
139
139
|
"@babel/core": "8.0.0-rc.6",
|
|
140
|
-
"@powerlines/core": "0.48.
|
|
141
|
-
"@powerlines/plugin-alloy": "0.26.
|
|
142
|
-
"@powerlines/plugin-babel": "0.13.
|
|
143
|
-
"@powerlines/plugin-env": "0.16.
|
|
144
|
-
"@powerlines/plugin-vite": "0.14.
|
|
145
|
-
"@storm-software/config-tools": "^1.190.
|
|
140
|
+
"@powerlines/core": "^0.48.57",
|
|
141
|
+
"@powerlines/plugin-alloy": "^0.26.228",
|
|
142
|
+
"@powerlines/plugin-babel": "^0.13.131",
|
|
143
|
+
"@powerlines/plugin-env": "^0.16.339",
|
|
144
|
+
"@powerlines/plugin-vite": "^0.14.589",
|
|
145
|
+
"@storm-software/config-tools": "^1.190.54",
|
|
146
146
|
"@stryke/cli": "^0.13.57",
|
|
147
147
|
"@stryke/convert": "^0.7.15",
|
|
148
148
|
"@stryke/fs": "^0.33.85",
|
|
@@ -151,11 +151,11 @@
|
|
|
151
151
|
"@vitejs/plugin-react": "^5.2.0",
|
|
152
152
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
153
153
|
"defu": "^6.1.7",
|
|
154
|
-
"powerlines": "0.47.
|
|
154
|
+
"powerlines": "^0.47.135"
|
|
155
155
|
},
|
|
156
156
|
"devDependencies": {
|
|
157
|
-
"@powerlines/plugin-plugin": "0.12.
|
|
158
|
-
"@types/node": "^25.9.
|
|
157
|
+
"@powerlines/plugin-plugin": "^0.12.547",
|
|
158
|
+
"@types/node": "^25.9.3",
|
|
159
159
|
"@types/react": "^19.2.17",
|
|
160
160
|
"@types/react-dom": "^19.2.3"
|
|
161
161
|
},
|
|
@@ -165,5 +165,5 @@
|
|
|
165
165
|
"react-dom": { "optional": false }
|
|
166
166
|
},
|
|
167
167
|
"publishConfig": { "access": "public" },
|
|
168
|
-
"gitHead": "
|
|
168
|
+
"gitHead": "8952d4334a9c907f2d492ae9419ad0bbf50b0533"
|
|
169
169
|
}
|