@powerlines/plugin-react 0.1.141 → 0.1.142

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.
@@ -78,7 +78,7 @@ async function reflectEnv(context, file, name) {
78
78
  if (file) config = (0, __powerlines_deepkit_vendor_type.resolveClassType)(await require_reflect_type.reflectType(context, {
79
79
  file: !(0, __stryke_path_is_parent_path.isParentPath)(file, context.workspaceConfig.workspaceRoot) ? (0, __stryke_path_join_paths.joinPaths)(context.workspaceConfig.workspaceRoot, file) : file,
80
80
  name
81
- }, { skipNodeModulesBundle: true }));
81
+ }));
82
82
  const defaultConfigType = await require_reflect_type.reflectType(context, await require_persistence.getEnvDefaultTypeDefinition(context));
83
83
  return mergeEnvReflections(context, [
84
84
  await require_persistence.readEnvTypeReflection(context, "env"),
@@ -91,7 +91,7 @@ async function reflectSecrets(context, file, name) {
91
91
  if (file) config = (0, __powerlines_deepkit_vendor_type.resolveClassType)(await require_reflect_type.reflectType(context, {
92
92
  file: !(0, __stryke_path_is_parent_path.isParentPath)(file, context.workspaceConfig.workspaceRoot) ? (0, __stryke_path_join_paths.joinPaths)(context.workspaceConfig.workspaceRoot, file) : file,
93
93
  name
94
- }, { skipNodeModulesBundle: true }));
94
+ }));
95
95
  const defaultSecretsType = await require_reflect_type.reflectType(context, await require_persistence.getSecretsDefaultTypeDefinition(context));
96
96
  return mergeSecretsReflections(context, [
97
97
  await require_persistence.readSecretsReflection(context),
@@ -77,7 +77,7 @@ async function reflectEnv(context, file, name) {
77
77
  if (file) config = resolveClassType(await reflectType(context, {
78
78
  file: !isParentPath(file, context.workspaceConfig.workspaceRoot) ? joinPaths(context.workspaceConfig.workspaceRoot, file) : file,
79
79
  name
80
- }, { skipNodeModulesBundle: true }));
80
+ }));
81
81
  const defaultConfigType = await reflectType(context, await getEnvDefaultTypeDefinition(context));
82
82
  return mergeEnvReflections(context, [
83
83
  await readEnvTypeReflection(context, "env"),
@@ -90,7 +90,7 @@ async function reflectSecrets(context, file, name) {
90
90
  if (file) config = resolveClassType(await reflectType(context, {
91
91
  file: !isParentPath(file, context.workspaceConfig.workspaceRoot) ? joinPaths(context.workspaceConfig.workspaceRoot, file) : file,
92
92
  name
93
- }, { skipNodeModulesBundle: true }));
93
+ }));
94
94
  const defaultSecretsType = await reflectType(context, await getSecretsDefaultTypeDefinition(context));
95
95
  return mergeSecretsReflections(context, [
96
96
  await readSecretsReflection(context),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.141",
3
+ "version": "0.1.142",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a React application.",
6
6
  "repository": {
@@ -140,9 +140,9 @@
140
140
  "@alloy-js/json": "^0.22.0",
141
141
  "@alloy-js/markdown": "^0.22.0",
142
142
  "@alloy-js/typescript": "^0.22.0",
143
- "@powerlines/plugin-alloy": "^0.18.9",
144
- "@powerlines/plugin-babel": "^0.12.136",
145
- "@powerlines/plugin-env": "^0.15.12",
143
+ "@powerlines/plugin-alloy": "^0.18.10",
144
+ "@powerlines/plugin-babel": "^0.12.137",
145
+ "@powerlines/plugin-env": "^0.15.13",
146
146
  "@storm-software/config-tools": "^1.188.75",
147
147
  "@stryke/cli": "^0.12.37",
148
148
  "@stryke/convert": "^0.6.30",
@@ -151,7 +151,7 @@
151
151
  "@vitejs/plugin-react": "^5.1.2",
152
152
  "babel-plugin-react-compiler": "^1.0.0",
153
153
  "defu": "^6.1.4",
154
- "powerlines": "^0.37.1"
154
+ "powerlines": "^0.37.2"
155
155
  },
156
156
  "devDependencies": {
157
157
  "@babel/core": "^7.28.5",
@@ -162,5 +162,5 @@
162
162
  "react-dom": "^19.2.3"
163
163
  },
164
164
  "publishConfig": { "access": "public" },
165
- "gitHead": "9567467b551ffd217efb054b6eee482a880bc672"
165
+ "gitHead": "5a9bfc9333eca98a453682f39a04a0d642930a50"
166
166
  }