File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
2
- # Playwright API <!-- GEN:version --> Tip-Of-Tree <!-- GEN:stop-->
2
+ # Playwright API <!-- GEN:version --> v0.15.0 <!-- GEN:stop-->
3
3
4
4
##### Table of Contents
5
5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-core" ,
3
- "version" : " 0.15.0-post " ,
3
+ "version" : " 0.15.0" ,
4
4
"description" : " A high-level API to automate web browsers" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"engines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-chromium" ,
3
- "version" : " 0.15.0-post " ,
3
+ "version" : " 0.15.0" ,
4
4
"description" : " A high-level API to automate Chromium" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"main" : " index.js" ,
12
12
},
13
13
"license" : " Apache-2.0" ,
14
14
"dependencies" : {
15
- "playwright-core" : " =0.15.0-post "
15
+ "playwright-core" : " =0.15.0"
16
16
}
17
17
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-firefox" ,
3
- "version" : " 0.15.0-post " ,
3
+ "version" : " 0.15.0" ,
4
4
"description" : " A high-level API to automate Firefox" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"main" : " index.js" ,
12
12
},
13
13
"license" : " Apache-2.0" ,
14
14
"dependencies" : {
15
- "playwright-core" : " =0.15.0-post "
15
+ "playwright-core" : " =0.15.0"
16
16
}
17
17
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-webkit" ,
3
- "version" : " 0.15.0-post " ,
3
+ "version" : " 0.15.0" ,
4
4
"description" : " A high-level API to automate WebKit" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"main" : " index.js" ,
12
12
},
13
13
"license" : " Apache-2.0" ,
14
14
"dependencies" : {
15
- "playwright-core" : " =0.15.0-post "
15
+ "playwright-core" : " =0.15.0"
16
16
}
17
17
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright" ,
3
- "version" : " 0.15.0-post " ,
3
+ "version" : " 0.15.0" ,
4
4
"description" : " A high-level API to automate web browsers" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"main" : " index.js" ,
13
13
},
14
14
"license" : " Apache-2.0" ,
15
15
"dependencies" : {
16
- "playwright-core" : " =0.15.0-post "
16
+ "playwright-core" : " =0.15.0"
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments