@powerlines/plugin-react 0.1.81 → 0.1.83

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,4 +1,3 @@
1
- import "../../../powerlines/src/types/build.mjs";
2
1
  import "../../../powerlines/src/types/context.mjs";
3
2
  import "../../../powerlines/src/types/config.mjs";
4
3
  import "../../../powerlines/src/types/resolved.mjs";
@@ -1,5 +1,3 @@
1
- import "esbuild";
2
-
3
1
  //#region ../powerlines/src/types/build.d.ts
4
2
 
5
3
  type UnpluginBuildVariant = "rollup" | "webpack" | "rspack" | "vite" | "esbuild" | "farm" | "unloader" | "rolldown";
@@ -1,4 +1,3 @@
1
- import "./build.mjs";
2
1
  import { BabelUserConfig, EnvironmentConfig, InlineConfig, OutputConfig, UserConfig } from "./config.mjs";
3
2
  import { NonUndefined } from "@stryke/types/base";
4
3
  import { AssetGlob } from "@stryke/types/file";
@@ -1,4 +1,3 @@
1
- import "./build.mjs";
2
1
  import "./plugin.mjs";
3
2
  import "./context.mjs";
4
3
  import "./config.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.81",
3
+ "version": "0.1.83",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a React application.",
6
6
  "repository": {
@@ -142,18 +142,18 @@
142
142
  "@stryke/fs": "^0.33.26",
143
143
  "@stryke/path": "^0.23.2",
144
144
  "babel-plugin-react-compiler": "^1.0.0",
145
- "@powerlines/alloy": "^0.11.90",
146
- "@powerlines/plugin-babel": "^0.12.90",
147
- "@powerlines/plugin-env": "^0.13.87",
148
- "@powerlines/plugin-plugin": "^0.12.33",
145
+ "@powerlines/alloy": "^0.11.92",
146
+ "@powerlines/plugin-babel": "^0.12.92",
147
+ "@powerlines/plugin-env": "^0.13.89",
148
+ "@powerlines/plugin-plugin": "^0.12.35",
149
149
  "@vitejs/plugin-react": "^5.1.2",
150
150
  "defu": "^6.1.4",
151
- "powerlines": "^0.33.2"
151
+ "powerlines": "^0.34.1"
152
152
  },
153
153
  "devDependencies": {
154
- "@powerlines/nx": "^0.11.12",
154
+ "@powerlines/nx": "^0.11.14",
155
155
  "@types/node": "^24.10.4"
156
156
  },
157
157
  "publishConfig": { "access": "public" },
158
- "gitHead": "3569e3fcd91bb6e468991a13490a4b07ae552fd3"
158
+ "gitHead": "7f8454d7d0a65d429dcdbf57c305ea07dacbe459"
159
159
  }