@putout/babel 5.2.4 → 5.2.5

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,8 +6,10 @@
6
6
  Pre-builts of Babel 8.
7
7
 
8
8
  Includes:
9
- - [`Enable strictNullChecks for @babel/core`](https://github.com/babel/babel/pull/7611);
10
- - [`Improve generator performance`](https://github.com/babel/babel/pull/7718);
9
+ - [`Fix support super method call`](https://github.com/babel/babel/pull/17662);
10
+ - [`Fix hoisting of function declarations in loops and switch`](https://github.com/babel/babel/pull/17691);
11
+ - [`Enable strictNullChecks for @babel/core`](https://github.com/babel/babel/pull/17611);
12
+ - [`Improve generator performance`](https://github.com/babel/babel/pull/17718);
11
13
  - [`generator: cleanup Babel 8 comments`](https://github.com/babel/babel/pull/17659);
12
14
  - [`Remove @babel/plugin-transform-object-assign`](https://github.com/babel/babel/pull/17619);
13
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/babel",
3
- "version": "5.2.4",
3
+ "version": "5.2.5",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Babel 8 in CommonJS",