@powerlines/plugin-react 0.1.714 → 0.1.716
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.
|
@@ -19,11 +19,10 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
}
|
|
20
20
|
return to;
|
|
21
21
|
};
|
|
22
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
22
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule || !__hasOwnProp.call(mod, "default") ? __defProp(target, "default", {
|
|
23
23
|
value: mod,
|
|
24
24
|
enumerable: true
|
|
25
25
|
}) : target, mod));
|
|
26
26
|
|
|
27
27
|
//#endregion
|
|
28
|
-
|
|
29
28
|
exports.__toESM = __toESM;
|
package/dist/schemas/env.d.cts
CHANGED
|
@@ -13,14 +13,14 @@ declare const reactEnvSchema: z.ZodObject<{
|
|
|
13
13
|
RELEASE_TAG: z.ZodString;
|
|
14
14
|
ORGANIZATION: z.ZodString;
|
|
15
15
|
RUNTIME: z.ZodOptional<z.ZodEnum<{
|
|
16
|
-
nodejs: "nodejs";
|
|
17
16
|
deno: "deno";
|
|
18
|
-
workerd: "workerd";
|
|
19
17
|
browser: "browser";
|
|
18
|
+
nodejs: "nodejs";
|
|
19
|
+
workerd: "workerd";
|
|
20
20
|
}>>;
|
|
21
21
|
PLATFORM: z.ZodDefault<z.ZodEnum<{
|
|
22
|
-
browser: "browser";
|
|
23
22
|
node: "node";
|
|
23
|
+
browser: "browser";
|
|
24
24
|
neutral: "neutral";
|
|
25
25
|
}>>;
|
|
26
26
|
MODE: z.ZodDefault<z.ZodEnum<{
|
package/dist/schemas/env.d.mts
CHANGED
|
@@ -13,14 +13,14 @@ declare const reactEnvSchema: z.ZodObject<{
|
|
|
13
13
|
RELEASE_TAG: z.ZodString;
|
|
14
14
|
ORGANIZATION: z.ZodString;
|
|
15
15
|
RUNTIME: z.ZodOptional<z.ZodEnum<{
|
|
16
|
-
nodejs: "nodejs";
|
|
17
16
|
deno: "deno";
|
|
18
|
-
workerd: "workerd";
|
|
19
17
|
browser: "browser";
|
|
18
|
+
nodejs: "nodejs";
|
|
19
|
+
workerd: "workerd";
|
|
20
20
|
}>>;
|
|
21
21
|
PLATFORM: z.ZodDefault<z.ZodEnum<{
|
|
22
|
-
browser: "browser";
|
|
23
22
|
node: "node";
|
|
23
|
+
browser: "browser";
|
|
24
24
|
neutral: "neutral";
|
|
25
25
|
}>>;
|
|
26
26
|
MODE: z.ZodDefault<z.ZodEnum<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.716",
|
|
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.
|
|
127
|
-
"@power-plant/schema": "^0.0.
|
|
128
|
-
"@powerlines/core": "
|
|
129
|
-
"@powerlines/plugin-alloy": "0.26.
|
|
130
|
-
"@powerlines/plugin-babel": "0.13.
|
|
131
|
-
"@powerlines/plugin-env": "0.16.
|
|
132
|
-
"@powerlines/plugin-vite": "
|
|
126
|
+
"@power-plant/alloy-js": "^0.0.51",
|
|
127
|
+
"@power-plant/schema": "^0.0.52",
|
|
128
|
+
"@powerlines/core": "0.48.96",
|
|
129
|
+
"@powerlines/plugin-alloy": "0.26.270",
|
|
130
|
+
"@powerlines/plugin-babel": "0.13.172",
|
|
131
|
+
"@powerlines/plugin-env": "0.16.381",
|
|
132
|
+
"@powerlines/plugin-vite": "0.14.629",
|
|
133
133
|
"@rolldown/plugin-babel": "^0.2.3",
|
|
134
134
|
"@storm-software/config-tools": "^1.190.109",
|
|
135
135
|
"@stryke/cli": "^0.13.71",
|
|
@@ -140,11 +140,11 @@
|
|
|
140
140
|
"@vitejs/plugin-react": "^6.0.4",
|
|
141
141
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
142
142
|
"defu": "^6.1.7",
|
|
143
|
-
"powerlines": "
|
|
143
|
+
"powerlines": "0.47.175",
|
|
144
144
|
"zod": "^4.4.3"
|
|
145
145
|
},
|
|
146
146
|
"devDependencies": {
|
|
147
|
-
"@powerlines/plugin-plugin": "
|
|
147
|
+
"@powerlines/plugin-plugin": "0.12.587",
|
|
148
148
|
"@types/node": "^25.9.5",
|
|
149
149
|
"@types/react": "^19.2.17",
|
|
150
150
|
"@types/react-dom": "^19.2.3",
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"react-dom": { "optional": false }
|
|
158
158
|
},
|
|
159
159
|
"publishConfig": { "access": "public" },
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "f81b909479c2bb719fb63c1c3a94763fa5b737f2"
|
|
161
161
|
}
|