Skip to content

Commit 803bc8c

Browse files
committed
chore: package: v1.12.2
1 parent 9368a83 commit 803bc8c

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2023.07.12, v1.12.2
2+
3+
fix:
4+
- 9368a83 print ExportSpecifier.exportKind
5+
16
2023.02.12, v1.12.1
27

38
fix:

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Ben Newman <bn@cs.stanford.edu>",
33
"name": "@putout/recast",
4-
"version": "1.12.1",
4+
"version": "1.12.2",
55
"description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
66
"keywords": [
77
"ast",
@@ -50,7 +50,7 @@
5050
"tslib": "^2.0.1"
5151
},
5252
"devDependencies": {
53-
"@babel/preset-env": "^7.19.0",
53+
"@babel/preset-env": "7.22.6",
5454
"@types/babel__template": "^7.4.1",
5555
"@types/babel__traverse": "^7.18.1",
5656
"@types/esprima": "^4.0.3",
@@ -59,7 +59,6 @@
5959
"@typescript-eslint/parser": "^5.8.0",
6060
"@babel/core": "7.22.6",
6161
"@babel/parser": "7.22.6",
62-
"@babel/preset-env": "7.22.6",
6362
"@types/mocha": "10.0.1",
6463
"eslint": "^8.40.0",
6564
"esprima-fb": "15001.1001.0-dev-harmony-fb",

0 commit comments

Comments
 (0)