@powerlines/plugin-react 0.1.752 → 0.1.754

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/index.cjs CHANGED
@@ -10,7 +10,6 @@ let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render")
10
10
  let _powerlines_plugin_babel = require("@powerlines/plugin-babel");
11
11
  _powerlines_plugin_babel = require_rolldown_runtime.__toESM(_powerlines_plugin_babel, 1);
12
12
  let _powerlines_plugin_env = require("@powerlines/plugin-env");
13
- _powerlines_plugin_env = require_rolldown_runtime.__toESM(_powerlines_plugin_env, 1);
14
13
  let _rolldown_plugin_babel = require("@rolldown/plugin-babel");
15
14
  _rolldown_plugin_babel = require_rolldown_runtime.__toESM(_rolldown_plugin_babel, 1);
16
15
  let _stryke_string_format_kebab_case = require("@stryke/string-format/kebab-case");
@@ -40,7 +39,7 @@ const reactEnvSchema = _powerlines_plugin_env_schemas_env.envSchema.extend({ DIS
40
39
  const plugin = (options = {}) => {
41
40
  return [
42
41
  (0, _powerlines_plugin_babel.default)(options.babel),
43
- (0, _powerlines_plugin_env.default)(options.env),
42
+ (0, _powerlines_plugin_env.plugin)(options.env),
44
43
  {
45
44
  name: "react",
46
45
  config() {
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ import { addProperty } from "@power-plant/schema";
6
6
  import { isMatchFound } from "@powerlines/core/lib/typescript";
7
7
  import { render } from "@powerlines/plugin-alloy/render";
8
8
  import babel from "@powerlines/plugin-babel";
9
- import env from "@powerlines/plugin-env";
9
+ import { plugin as plugin$1 } from "@powerlines/plugin-env";
10
10
  import rolldownBabel from "@rolldown/plugin-babel";
11
11
  import { kebabCase } from "@stryke/string-format/kebab-case";
12
12
  import viteReactPlugin from "@vitejs/plugin-react";
@@ -31,7 +31,7 @@ const reactEnvSchema = envSchema.extend({ DISABLE_REACT_COMPILER: z.boolean().me
31
31
  const plugin = (options = {}) => {
32
32
  return [
33
33
  babel(options.babel),
34
- env(options.env),
34
+ plugin$1(options.env),
35
35
  {
36
36
  name: "react",
37
37
  config() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.752",
3
+ "version": "0.1.754",
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"],
@@ -123,13 +123,13 @@
123
123
  "@alloy-js/markdown": "^0.24.0",
124
124
  "@alloy-js/typescript": "^0.24.0",
125
125
  "@babel/core": "^8.0.1",
126
- "@power-plant/alloy-js": "^0.0.85",
126
+ "@power-plant/alloy-js": "^0.0.86",
127
127
  "@power-plant/schema": "^0.0.87",
128
- "@powerlines/core": "^0.48.127",
129
- "@powerlines/plugin-alloy": "^0.26.306",
130
- "@powerlines/plugin-babel": "^0.13.205",
131
- "@powerlines/plugin-env": "^0.16.417",
132
- "@powerlines/plugin-vite": "^0.14.662",
128
+ "@powerlines/core": "^0.48.129",
129
+ "@powerlines/plugin-alloy": "^0.26.308",
130
+ "@powerlines/plugin-babel": "^0.13.207",
131
+ "@powerlines/plugin-env": "^0.16.419",
132
+ "@powerlines/plugin-vite": "^0.14.664",
133
133
  "@rolldown/plugin-babel": "^0.2.3",
134
134
  "@storm-software/config-tools": "^1.190.133",
135
135
  "@stryke/cli": "^0.13.82",
@@ -140,11 +140,11 @@
140
140
  "@vitejs/plugin-react": "^6.0.5",
141
141
  "babel-plugin-react-compiler": "^1.0.0",
142
142
  "defu": "^6.1.7",
143
- "powerlines": "^0.47.208",
143
+ "powerlines": "^0.47.210",
144
144
  "zod": "^4.4.3"
145
145
  },
146
146
  "devDependencies": {
147
- "@powerlines/plugin-plugin": "^0.12.621",
147
+ "@powerlines/plugin-plugin": "^0.12.623",
148
148
  "@types/node": "^25.9.5",
149
149
  "@types/react": "^19.2.18",
150
150
  "@types/react-dom": "^19.2.4",
@@ -157,5 +157,5 @@
157
157
  "react-dom": { "optional": false }
158
158
  },
159
159
  "publishConfig": { "access": "public" },
160
- "gitHead": "a060bb776b719e7628c30f82d4fb4305fbcd1581"
160
+ "gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
161
161
  }