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 +6 -0
- package/dist/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
4455
|
+
var version = "0.1.0-alpha.6";
|
|
4456
4456
|
|
|
4457
4457
|
//#endregion
|
|
4458
4458
|
//#region src/node/constants.ts
|