This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ #4 .0.3
2
+
3
+ ## Bug fixes
4
+
5
+ - ([ 5f690fe] ( https://github.com/angular/protractor/commit/5f690fe0d0526d5ed4cc482fb5915d28eedbe11e ) )
6
+ fix(export): export selenium-webdriver (#3433 )
7
+
8
+ - rename to ProtractorBrowser to be able to export selenium-webdriver Browser as Browser
9
+ - export all selenium-webdriver items and subfolders in ptor
10
+ - update dependency tests for selenium
11
+ - add tests when protractor is installed
12
+ closes #209227
13
+ - ([ 27f7981] ( https://github.com/angular/protractor/commit/27f798117fc599ce369026ebbbf28b818bbbaac6 ) )
14
+ fix(config): fix interface for functions such as onPrepare (#3434 )
15
+
16
+ closes #3431
17
+
1
18
#4 .0.2
2
19
3
20
## Bug fixes
Original file line number Diff line number Diff line change 22
22
"saucelabs" : " ~1.2.0" ,
23
23
"selenium-webdriver" : " 2.53.3" ,
24
24
"source-map-support" : " ~0.4.0" ,
25
- "webdriver-manager" : " ^10.2.1 "
25
+ "webdriver-manager" : " ^10.2.2 "
26
26
},
27
27
"devDependencies" : {
28
28
"body-parser" : " ~1.15.2" ,
62
62
"tsc:w" : " ./node_modules/typescript/bin/tsc -w"
63
63
},
64
64
"license" : " MIT" ,
65
- "version" : " 4.0.2 "
65
+ "version" : " 4.0.3 "
66
66
}
Original file line number Diff line number Diff line change 5
5
"jasmine" : " registry:dt/jasmine#2.2.0+20160621224255" ,
6
6
"minimatch" : " registry:dt/minimatch#2.0.8+20160317120654" ,
7
7
"minimist" : " registry:dt/minimist#1.1.3+20160317120654" ,
8
- "node" : " registry:dt/node#6.0.0+20160720070758 " ,
8
+ "node" : " registry:dt/node#6.0.0+20160805072842 " ,
9
9
"optimist" : " registry:dt/optimist#0.0.0+20160316171810" ,
10
10
"q" : " registry:dt/q#0.0.0+20160613154756"
11
11
}
You can’t perform that action at this time.
0 commit comments