@powerlines/plugin-react 0.1.680 → 0.1.682
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.d.cts +0 -1
- package/dist/components/react-optimized.d.cts.map +1 -1
- package/dist/components/react-optimized.d.mts +0 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/types/env.d.cts +0 -1
- package/dist/types/env.d.cts.map +1 -1
- package/dist/types/env.d.mts +0 -1
- package/dist/types/plugin.d.cts +0 -1
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +0 -1
- package/package.json +11 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-optimized.d.cts","names":[],"sources":["../../src/components/react-optimized.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"react-optimized.d.cts","names":[],"sources":["../../src/components/react-optimized.tsx"],"mappings":";;UAgCiB,mCAAmC,KAClD;EAGA;;;;;iBAQc,sBAAsB,OAAO,sDAA0B"}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps } from "./components/react-optimized.cjs";
|
|
2
|
+
import "./components/index.cjs";
|
|
2
3
|
import { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig } from "./types/plugin.cjs";
|
|
3
4
|
import { ReactEnv } from "./types/env.cjs";
|
|
5
|
+
import "./types/index.cjs";
|
|
4
6
|
import { Plugin } from "powerlines";
|
|
5
|
-
|
|
6
7
|
//#region src/index.d.ts
|
|
7
8
|
declare module "powerlines" {
|
|
8
9
|
interface Config {
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;;;;;YAsCY;IACR,QAAQ;;;;;;cAOC,SACX,iBAAiB,qBAAqB,oBAEtC,UAAS,uBAqNJ,OAAO"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps } from "./components/react-optimized.mjs";
|
|
2
|
+
import "./components/index.mjs";
|
|
2
3
|
import { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig } from "./types/plugin.mjs";
|
|
3
4
|
import { ReactEnv } from "./types/env.mjs";
|
|
5
|
+
import "./types/index.mjs";
|
|
4
6
|
import { Plugin } from "powerlines";
|
|
5
|
-
|
|
6
7
|
//#region src/index.d.ts
|
|
7
8
|
declare module "powerlines" {
|
|
8
9
|
interface Config {
|
package/dist/types/env.d.cts
CHANGED
package/dist/types/env.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env.d.cts","names":[],"sources":["../../src/types/env.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"env.d.cts","names":[],"sources":["../../src/types/env.ts"],"mappings":";;UAoBiB,iBAAiB;;;;;;;EAOhC"}
|
package/dist/types/env.d.mts
CHANGED
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { BabelPluginOptions } from "@powerlines/plugin-babel/types/plugin";
|
|
2
2
|
import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "@powerlines/plugin-env/types/plugin";
|
|
3
3
|
import { PluginOptions } from "babel-plugin-react-compiler";
|
|
4
|
-
|
|
5
4
|
//#region src/types/plugin.d.ts
|
|
6
5
|
type ReactCompilerOptions = Omit<PluginOptions, "logger">;
|
|
7
6
|
interface ReactPluginOptions {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KA2BY,uBAAuB,KAAK;UAEvB;;;;;;;;EAQf;;;;;;;;;EAUA;;;;;;;;;;EAWA,WAAW;;;;;;;;;;EAWX;;;;EAKA,QAAQ,QAAQ;;;;EAKhB,MAAM,QAAQ,KAAK;;KAGT,wBAAwB;;;;EAIlC,QAAQ;;KAGE,4BAA4B;;;;EAItC,OAAO;;UAGQ,mBACf,wBAAwB,4BAA4B,mCAC5C,iBAAiB"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PluginOptions } from "babel-plugin-react-compiler";
|
|
2
2
|
import { BabelPluginOptions } from "@powerlines/plugin-babel/types/plugin";
|
|
3
3
|
import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "@powerlines/plugin-env/types/plugin";
|
|
4
|
-
|
|
5
4
|
//#region src/types/plugin.d.ts
|
|
6
5
|
type ReactCompilerOptions = Omit<PluginOptions, "logger">;
|
|
7
6
|
interface ReactPluginOptions {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.682",
|
|
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,13 +137,13 @@
|
|
|
137
137
|
"@alloy-js/markdown": "^0.23.0",
|
|
138
138
|
"@alloy-js/typescript": "^0.23.0",
|
|
139
139
|
"@babel/core": "^8.0.1",
|
|
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.
|
|
140
|
+
"@powerlines/core": "0.48.64",
|
|
141
|
+
"@powerlines/plugin-alloy": "0.26.236",
|
|
142
|
+
"@powerlines/plugin-babel": "0.13.139",
|
|
143
|
+
"@powerlines/plugin-env": "0.16.347",
|
|
144
|
+
"@powerlines/plugin-vite": "0.14.597",
|
|
145
145
|
"@rolldown/plugin-babel": "^0.2.3",
|
|
146
|
-
"@storm-software/config-tools": "^1.190.
|
|
146
|
+
"@storm-software/config-tools": "^1.190.92",
|
|
147
147
|
"@stryke/cli": "^0.13.68",
|
|
148
148
|
"@stryke/convert": "^0.7.26",
|
|
149
149
|
"@stryke/fs": "^0.33.96",
|
|
@@ -152,11 +152,11 @@
|
|
|
152
152
|
"@vitejs/plugin-react": "^6.0.3",
|
|
153
153
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
154
154
|
"defu": "^6.1.7",
|
|
155
|
-
"powerlines": "0.47.
|
|
155
|
+
"powerlines": "0.47.143"
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
|
-
"@powerlines/plugin-plugin": "0.12.
|
|
159
|
-
"@types/node": "^25.9.
|
|
158
|
+
"@powerlines/plugin-plugin": "0.12.555",
|
|
159
|
+
"@types/node": "^25.9.5",
|
|
160
160
|
"@types/react": "^19.2.17",
|
|
161
161
|
"@types/react-dom": "^19.2.3",
|
|
162
162
|
"react": "^19.2.7",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"react-dom": { "optional": false }
|
|
169
169
|
},
|
|
170
170
|
"publishConfig": { "access": "public" },
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "cea2b02d3fb6556ff2e53576b6a17787b4e28d67"
|
|
172
172
|
}
|