@powerlines/plugin-react 0.1.684 → 0.1.686

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
@@ -3,13 +3,13 @@ const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
3
3
  const require_components_react_optimized = require('./components/react-optimized.cjs');
4
4
  require('./components/index.cjs');
5
5
  let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
6
+ let _power_plant_schema = require("@power-plant/schema");
6
7
  let _powerlines_core_lib_typescript = require("@powerlines/core/lib/typescript");
7
8
  let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
8
9
  let _powerlines_plugin_babel = require("@powerlines/plugin-babel");
9
10
  _powerlines_plugin_babel = require_runtime.__toESM(_powerlines_plugin_babel, 1);
10
11
  let _powerlines_plugin_env = require("@powerlines/plugin-env");
11
12
  _powerlines_plugin_env = require_runtime.__toESM(_powerlines_plugin_env, 1);
12
- let _powerlines_schema = require("@powerlines/schema");
13
13
  let _rolldown_plugin_babel = require("@rolldown/plugin-babel");
14
14
  _rolldown_plugin_babel = require_runtime.__toESM(_rolldown_plugin_babel, 1);
15
15
  let _stryke_string_format_kebab_case = require("@stryke/string-format/kebab-case");
@@ -88,7 +88,7 @@ const plugin = (options = {}) => {
88
88
  presets: [babel_plugin_react_compiler.default]
89
89
  }));
90
90
  }
91
- if (this.env?.config && !this.env?.config.schema?.properties?.DISABLE_REACT_COMPILER) (0, _powerlines_schema.addProperty)(this.env?.config, "DISABLE_REACT_COMPILER", {
91
+ if (this.env?.config && !this.env?.config.schema?.properties?.DISABLE_REACT_COMPILER) (0, _power_plant_schema.addProperty)(this.env?.config, "DISABLE_REACT_COMPILER", {
92
92
  name: "DISABLE_REACT_COMPILER",
93
93
  readOnly: true,
94
94
  description: "Disables the React compiler optimizations.",
package/dist/index.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  import { ReactOptimizedBuiltin } from "./components/react-optimized.mjs";
2
2
  import "./components/index.mjs";
3
3
  import { createComponent } from "@alloy-js/core/jsx-runtime";
4
+ import { addProperty } from "@power-plant/schema";
4
5
  import { isMatchFound } from "@powerlines/core/lib/typescript";
5
6
  import { render } from "@powerlines/plugin-alloy/render";
6
7
  import babel from "@powerlines/plugin-babel";
7
8
  import env from "@powerlines/plugin-env";
8
- import { addProperty } from "@powerlines/schema";
9
9
  import rolldownBabel from "@rolldown/plugin-babel";
10
10
  import { kebabCase } from "@stryke/string-format/kebab-case";
11
11
  import viteReactPlugin from "@vitejs/plugin-react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.684",
3
+ "version": "0.1.686",
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"],
@@ -132,17 +132,18 @@
132
132
  "typings": "dist/index.d.mts",
133
133
  "files": ["dist"],
134
134
  "dependencies": {
135
- "@alloy-js/core": "^0.23.1",
136
- "@alloy-js/json": "^0.23.0",
137
- "@alloy-js/markdown": "^0.23.0",
138
- "@alloy-js/typescript": "^0.23.0",
135
+ "@alloy-js/core": "^0.24.1",
136
+ "@alloy-js/json": "^0.24.0",
137
+ "@alloy-js/markdown": "^0.24.0",
138
+ "@alloy-js/typescript": "^0.24.0",
139
139
  "@babel/core": "^8.0.1",
140
140
  "@power-plant/alloy-js": "^0.0.20",
141
- "@powerlines/core": "^0.48.66",
142
- "@powerlines/plugin-alloy": "^0.26.238",
143
- "@powerlines/plugin-babel": "^0.13.141",
144
- "@powerlines/plugin-env": "^0.16.349",
145
- "@powerlines/plugin-vite": "^0.14.599",
141
+ "@power-plant/schema": "^0.0.22",
142
+ "@powerlines/core": "^0.48.68",
143
+ "@powerlines/plugin-alloy": "^0.26.240",
144
+ "@powerlines/plugin-babel": "^0.13.143",
145
+ "@powerlines/plugin-env": "^0.16.351",
146
+ "@powerlines/plugin-vite": "^0.14.601",
146
147
  "@rolldown/plugin-babel": "^0.2.3",
147
148
  "@storm-software/config-tools": "^1.190.109",
148
149
  "@stryke/cli": "^0.13.69",
@@ -153,10 +154,10 @@
153
154
  "@vitejs/plugin-react": "^6.0.4",
154
155
  "babel-plugin-react-compiler": "^1.0.0",
155
156
  "defu": "^6.1.7",
156
- "powerlines": "^0.47.145"
157
+ "powerlines": "^0.47.147"
157
158
  },
158
159
  "devDependencies": {
159
- "@powerlines/plugin-plugin": "^0.12.557",
160
+ "@powerlines/plugin-plugin": "^0.12.559",
160
161
  "@types/node": "^25.9.5",
161
162
  "@types/react": "^19.2.17",
162
163
  "@types/react-dom": "^19.2.3",
@@ -169,5 +170,5 @@
169
170
  "react-dom": { "optional": false }
170
171
  },
171
172
  "publishConfig": { "access": "public" },
172
- "gitHead": "d81170b608c0b80e7726e129c3edd1b7b6ca2605"
173
+ "gitHead": "af891c3e728ec71f441887e7f1bb92272c6823fe"
173
174
  }