@next/react-refresh-utils 9.5.2-canary.9 → 9.5.2

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.
@@ -132,11 +132,12 @@ function scheduleUpdate() {
132
132
  return scheduleUpdate();
133
133
  }, 30);
134
134
  }
135
+ // Needs to be compatible with IE11
135
136
  exports.default = {
136
- registerExportsForReactRefresh,
137
- isReactRefreshBoundary,
138
- shouldInvalidateReactRefreshBoundary,
139
- getRefreshBoundarySignature,
140
- scheduleUpdate,
137
+ registerExportsForReactRefresh: registerExportsForReactRefresh,
138
+ isReactRefreshBoundary: isReactRefreshBoundary,
139
+ shouldInvalidateReactRefreshBoundary: shouldInvalidateReactRefreshBoundary,
140
+ getRefreshBoundarySignature: getRefreshBoundarySignature,
141
+ scheduleUpdate: scheduleUpdate,
141
142
  };
142
143
  //# sourceMappingURL=helpers.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/react-refresh-utils",
3
- "version": "9.5.2-canary.9",
3
+ "version": "9.5.2",
4
4
  "description": "An experimental package providing utilities for React Refresh.",
5
5
  "repository": {
6
6
  "url": "vercel/next.js",
@@ -25,5 +25,5 @@
25
25
  "devDependencies": {
26
26
  "react-refresh": "0.8.3"
27
27
  },
28
- "gitHead": "7fc92a6c788d379ae6e9a568a52f794788cc789b"
28
+ "gitHead": "07df897dad54fc2e46aa474707da223fa85594f0"
29
29
  }