@next/react-refresh-utils 12.0.0 → 12.0.1-canary.3

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.
@@ -35,6 +35,7 @@ function isSafeExport(key) {
35
35
  return (key === '__esModule' ||
36
36
  key === '__N_SSG' ||
37
37
  key === '__N_SSP' ||
38
+ key === '__N_RSC' ||
38
39
  // TODO: remove this key from page config instead of allow listing it
39
40
  key === 'config');
40
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/react-refresh-utils",
3
- "version": "12.0.0",
3
+ "version": "12.0.1-canary.3",
4
4
  "description": "An experimental package providing utilities for React Refresh.",
5
5
  "repository": {
6
6
  "url": "vercel/next.js",
@@ -30,5 +30,5 @@
30
30
  "devDependencies": {
31
31
  "react-refresh": "0.8.3"
32
32
  },
33
- "gitHead": "8a450db14a1b29d506ec86df1a002bc525ab0da7"
33
+ "gitHead": "da1f8adfef87d5dff0bcb99e614394dcf7b23743"
34
34
  }