rollipop 0.1.0-alpha.5 → 0.1.0-alpha.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # rollipop
2
2
 
3
+ ## 0.1.0-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - a7b7150: use `enqueueUpdate` instead of `performReactRefresh`
8
+
3
9
  ## 0.1.0-alpha.5
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -249,7 +249,7 @@ function generateSourceFromAst(ast, id$2) {
249
249
 
250
250
  //#endregion
251
251
  //#region src/constants.ts
252
- const ROLLIPOP_VERSION = "0.1.0-alpha.5";
252
+ const ROLLIPOP_VERSION = "0.1.0-alpha.6";
253
253
  const GLOBAL_IDENTIFIER = "__ROLLIPOP_GLOBAL__";
254
254
  /**
255
255
  * @see {@link https://github.com/facebook/metro/blob/0.81.x/docs/Configuration.md#resolvermainfields}
@@ -3994,7 +3994,7 @@ if (import.meta.hot) {
3994
3994
  import.meta.hot.accept((nextExports) => {
3995
3995
  if (!nextExports) return;
3996
3996
  if (import.meta.hot.refreshUtils.isReactRefreshBoundary(nextExports)) {
3997
- import.meta.hot.refresh.performReactRefresh();
3997
+ import.meta.hot.refreshUtils.enqueueUpdate();
3998
3998
  }
3999
3999
  });
4000
4000
  }`);
@@ -4515,7 +4515,7 @@ async function runServer(config, options) {
4515
4515
 
4516
4516
  //#endregion
4517
4517
  //#region package.json
4518
- var version = "0.1.0-alpha.5";
4518
+ var version = "0.1.0-alpha.6";
4519
4519
 
4520
4520
  //#endregion
4521
4521
  //#region src/node/constants.ts
package/dist/index.js CHANGED
@@ -186,7 +186,7 @@ function generateSourceFromAst(ast, id$1) {
186
186
 
187
187
  //#endregion
188
188
  //#region src/constants.ts
189
- const ROLLIPOP_VERSION = "0.1.0-alpha.5";
189
+ const ROLLIPOP_VERSION = "0.1.0-alpha.6";
190
190
  const GLOBAL_IDENTIFIER = "__ROLLIPOP_GLOBAL__";
191
191
  /**
192
192
  * @see {@link https://github.com/facebook/metro/blob/0.81.x/docs/Configuration.md#resolvermainfields}
@@ -3931,7 +3931,7 @@ if (import.meta.hot) {
3931
3931
  import.meta.hot.accept((nextExports) => {
3932
3932
  if (!nextExports) return;
3933
3933
  if (import.meta.hot.refreshUtils.isReactRefreshBoundary(nextExports)) {
3934
- import.meta.hot.refresh.performReactRefresh();
3934
+ import.meta.hot.refreshUtils.enqueueUpdate();
3935
3935
  }
3936
3936
  });
3937
3937
  }`);
@@ -4452,7 +4452,7 @@ async function runServer(config, options) {
4452
4452
 
4453
4453
  //#endregion
4454
4454
  //#region package.json
4455
- var version = "0.1.0-alpha.5";
4455
+ var version = "0.1.0-alpha.6";
4456
4456
 
4457
4457
  //#endregion
4458
4458
  //#region src/node/constants.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollipop",
3
- "version": "0.1.0-alpha.5",
3
+ "version": "0.1.0-alpha.6",
4
4
  "type": "module",
5
5
  "bin": "./bin/index.js",
6
6
  "exports": {