Skip to content

Commit ce3f6d2

Browse files
updated compile target (#113)
1 parent 92b6e15 commit ce3f6d2

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1010
:pencil: - chore
1111
:microscope: - experimental
1212

13+
## [0.46.1]
14+
- :beetle: updated compile target
15+
1316
## [0.46.0]
1417
- :microscope: added experimental support of playwright ui
1518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qavajs/steps-playwright",
3-
"version": "0.46.0",
3+
"version": "0.46.1",
44
"description": "steps to interact with playwright",
55
"main": "./index.js",
66
"scripts": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test/**/*.spec.ts"
77
],
88
"compilerOptions": {
9-
"target": "es2016",
9+
"target": "es2017",
1010
"module": "node16",
1111
"moduleResolution": "node16",
1212
"outDir": "./lib",

0 commit comments

Comments
 (0)