rollup 2.58.1 → 2.59.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/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.59.0
4
+
5
+ _2021-11-01_
6
+
7
+ ### Features
8
+
9
+ - Support static class initialization blocks (#4249)
10
+
11
+ ### Bug Fixes
12
+
13
+ - Fix an issue with the CommonJS plugin when module.exports has inherited properties (#4256)
14
+
15
+ ### Pull Requests
16
+
17
+ - [#4236](https://github.com/rollup/rollup/pull/4236): typescript bug class field initialization order (@dnalborczyk)
18
+ - [#4249](https://github.com/rollup/rollup/pull/4249): Support for class static initialization block (@dnalborczyk and @lukastaegert)
19
+ - [#4256](https://github.com/rollup/rollup/pull/4256): Skip inherited properties in synthetic namespaces (@lukastaegert)
20
+
21
+ ## 2.58.3
22
+
23
+ _2021-10-25_
24
+
25
+ ### Bug Fixes
26
+
27
+ - Republish 2.58.1 with npm 6 as files were missing
28
+
29
+ ## 2.58.2
30
+
31
+ _2021-10-25_
32
+
33
+ ### Bug Fixes
34
+
35
+ - Republish 2.58.1 as files were missing
36
+
3
37
  ## 2.58.1
4
38
 
5
39
  _2021-10-25_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.58.1
6
- Mon, 25 Oct 2021 04:22:14 GMT - commit 6a3d6d1f12cf2c5754599ed30c140f7d36eecc2b
5
+ Rollup.js v2.59.0
6
+ Mon, 01 Nov 2021 06:11:12 GMT - commit 66b3139b4be1d52342088dc00ef89fb9412f639a
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup
@@ -0,0 +1 @@
1
+ {"type":"module"}