@react-router/dev 0.0.0-experimental-6336d71a9 → 0.0.0-experimental-4b4fa8f64

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/cli/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * @react-router/dev v0.0.0-experimental-6336d71a9
3
+ * @react-router/dev v0.0.0-experimental-4b4fa8f64
4
4
  *
5
5
  * Copyright (c) Remix Software Inc.
6
6
  *
package/dist/config.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v0.0.0-experimental-6336d71a9
2
+ * @react-router/dev v0.0.0-experimental-4b4fa8f64
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/routes.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v0.0.0-experimental-6336d71a9
2
+ * @react-router/dev v0.0.0-experimental-4b4fa8f64
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v0.0.0-experimental-6336d71a9
2
+ * @react-router/dev v0.0.0-experimental-4b4fa8f64
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/vite.d.ts CHANGED
@@ -8,4 +8,6 @@ type ReactRouterVitePlugin = () => Vite.Plugin[];
8
8
  */
9
9
  declare const reactRouterVitePlugin: ReactRouterVitePlugin;
10
10
 
11
- export { reactRouterVitePlugin as reactRouter };
11
+ declare function reactRouterRSCVitePlugin(): Vite.PluginOption[];
12
+
13
+ export { reactRouterVitePlugin as reactRouter, reactRouterRSCVitePlugin as unstable_reactRouterRSC };