@reckona/mreact-router 0.0.206 → 0.0.208

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/src/vite.ts CHANGED
@@ -237,6 +237,10 @@ export function createAppRouterVitePlugin(options: AppRouterVitePluginOptions):
237
237
  "@reckona/mreact-shared/url-safety",
238
238
  packageFile("shared", "@reckona/mreact-shared", "url-safety"),
239
239
  ],
240
+ [
241
+ "@reckona/mreact-shared/server-render-value-internal",
242
+ packageFile("shared", "@reckona/mreact-shared", "server-render-value-internal"),
243
+ ],
240
244
  ]);
241
245
 
242
246
  // User-declared plugins captured from the resolving config. Unlike the fully