@next/react-refresh-utils 13.2.5-canary.8 → 13.3.0

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/runtime.js CHANGED
@@ -18,7 +18,7 @@ self.$RefreshInterceptModuleExecution$ = function (webpackModuleId) {
18
18
  };
19
19
  self.$RefreshSig$ = runtime_1.default.createSignatureFunctionForTransform;
20
20
  // Modeled after `useEffect` cleanup pattern:
21
- // https://reactjs.org/docs/hooks-effect.html#effects-with-cleanup
21
+ // https://react.dev/learn/synchronizing-with-effects#step-3-add-cleanup-if-needed
22
22
  return function () {
23
23
  self.$RefreshReg$ = prevRefreshReg;
24
24
  self.$RefreshSig$ = prevRefreshSig;
@@ -1 +1 @@
1
- {"version":3,"file":"runtime.js","sourceRoot":"","sources":["../runtime.ts"],"names":[],"mappings":";;;;;AAAA,oEAAkD;AAClD,iEAA+C;AAW/C,oCAAoC;AACpC,iBAAc,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAA;AAEzC,0BAA0B;AAC1B,IAAI,CAAC,gBAAgB,GAAG,iBAAc,CAAA;AAEtC,sDAAsD;AACtD,IAAI,CAAC,iCAAiC,GAAG,UAAU,eAAe;IAChE,IAAI,cAAc,GAAG,IAAI,CAAC,YAAY,CAAA;IACtC,IAAI,cAAc,GAAG,IAAI,CAAC,YAAY,CAAA;IAEtC,IAAI,CAAC,YAAY,GAAG,UAAU,IAAI,EAAE,EAAE;QACpC,iBAAc,CAAC,QAAQ,CAAC,IAAI,EAAE,eAAe,GAAG,GAAG,GAAG,EAAE,CAAC,CAAA;IAC3D,CAAC,CAAA;IACD,IAAI,CAAC,YAAY,GAAG,iBAAc,CAAC,mCAAmC,CAAA;IAEtE,6CAA6C;IAC7C,kEAAkE;IAClE,OAAO;QACL,IAAI,CAAC,YAAY,GAAG,cAAc,CAAA;QAClC,IAAI,CAAC,YAAY,GAAG,cAAc,CAAA;IACpC,CAAC,CAAA;AACH,CAAC,CAAA"}
1
+ {"version":3,"file":"runtime.js","sourceRoot":"","sources":["../runtime.ts"],"names":[],"mappings":";;;;;AAAA,oEAAkD;AAClD,iEAA+C;AAW/C,oCAAoC;AACpC,iBAAc,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAA;AAEzC,0BAA0B;AAC1B,IAAI,CAAC,gBAAgB,GAAG,iBAAc,CAAA;AAEtC,sDAAsD;AACtD,IAAI,CAAC,iCAAiC,GAAG,UAAU,eAAe;IAChE,IAAI,cAAc,GAAG,IAAI,CAAC,YAAY,CAAA;IACtC,IAAI,cAAc,GAAG,IAAI,CAAC,YAAY,CAAA;IAEtC,IAAI,CAAC,YAAY,GAAG,UAAU,IAAI,EAAE,EAAE;QACpC,iBAAc,CAAC,QAAQ,CAAC,IAAI,EAAE,eAAe,GAAG,GAAG,GAAG,EAAE,CAAC,CAAA;IAC3D,CAAC,CAAA;IACD,IAAI,CAAC,YAAY,GAAG,iBAAc,CAAC,mCAAmC,CAAA;IAEtE,6CAA6C;IAC7C,kFAAkF;IAClF,OAAO;QACL,IAAI,CAAC,YAAY,GAAG,cAAc,CAAA;QAClC,IAAI,CAAC,YAAY,GAAG,cAAc,CAAA;IACpC,CAAC,CAAA;AACH,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/react-refresh-utils",
3
- "version": "13.2.5-canary.8",
3
+ "version": "13.3.0",
4
4
  "description": "An experimental package providing utilities for React Refresh.",
5
5
  "repository": {
6
6
  "url": "vercel/next.js",