rollipop 0.1.0-alpha.11 → 0.1.0-alpha.13

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,19 @@
1
1
  # rollipop
2
2
 
3
+ ## 0.1.0-alpha.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 67d29b4: fix cjs compatibility for commands
8
+ - 49ec649: export esm only
9
+
10
+ ## 0.1.0-alpha.12
11
+
12
+ ### Patch Changes
13
+
14
+ - f56f1bf: add `optimization.lazyBarrel` option
15
+ - 5bb74ab: replace `statue` plugin to `reporter` plugin
16
+
3
17
  ## 0.1.0-alpha.11
4
18
 
5
19
  ### Patch Changes
@@ -1,9 +1,8 @@
1
1
  import { createRequire } from "node:module";
2
2
 
3
- //#region rolldown:runtime
3
+ //#region \0rolldown/runtime.js
4
4
  var __defProp = Object.defineProperty;
5
- var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
6
- var __exportAll = (all, symbols) => {
5
+ var __exportAll = (all, no_symbols) => {
7
6
  let target = {};
8
7
  for (var name in all) {
9
8
  __defProp(target, name, {
@@ -11,7 +10,7 @@ var __exportAll = (all, symbols) => {
11
10
  enumerable: true
12
11
  });
13
12
  }
14
- if (symbols) {
13
+ if (!no_symbols) {
15
14
  __defProp(target, Symbol.toStringTag, { value: "Module" });
16
15
  }
17
16
  return target;
@@ -19,4 +18,4 @@ var __exportAll = (all, symbols) => {
19
18
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
20
19
 
21
20
  //#endregion
22
- export { __exportAll as n, __require as r, __commonJSMin as t };
21
+ export { __require as n, __exportAll as t };