rollipop 0.1.0-alpha.7 → 0.1.0-alpha.8

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,12 @@
1
1
  # rollipop
2
2
 
3
+ ## 0.1.0-alpha.8
4
+
5
+ ### Patch Changes
6
+
7
+ - adf0937: improve HRM runtime compatibility for lower runtime versions
8
+ - cd796f7: fix hermes performance degradation issue
9
+
3
10
  ## 0.1.0-alpha.7
4
11
 
5
12
  ### Patch Changes
@@ -3,7 +3,7 @@ import { createRequire } from "node:module";
3
3
  //#region rolldown:runtime
4
4
  var __defProp = Object.defineProperty;
5
5
  var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
6
- var __export = (all, symbols) => {
6
+ var __exportAll = (all, symbols) => {
7
7
  let target = {};
8
8
  for (var name in all) {
9
9
  __defProp(target, name, {
@@ -19,4 +19,4 @@ var __export = (all, symbols) => {
19
19
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
20
20
 
21
21
  //#endregion
22
- export { __export as n, __require as r, __commonJSMin as t };
22
+ export { __exportAll as n, __require as r, __commonJSMin as t };