Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 9576ece

Browse files
committed
Fixing e2e test and bumping version
1 parent 928be7c commit 9576ece

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preboot",
3-
"version": "5.1.6",
3+
"version": "5.1.7",
44
"description": "Record server view events and play back to Angular client view",
55
"scripts": {
66
"inline": "rm -rf dist && mkdir dist && node src/build/inline.preboot.builder || true",
@@ -28,18 +28,18 @@
2828
"@angular/platform-browser": "^4.4.6",
2929
"@angular/platform-browser-dynamic": "^4.4.6",
3030
"@angular/platform-server": "^4.4.6",
31-
"@types/express": "^4.0.36",
32-
"@types/jasmine": "^2.5.53",
33-
"@types/node": "^8.0.46",
31+
"@types/express": "^4.0.38",
32+
"@types/jasmine": "^2.6.1",
33+
"@types/node": "^8.0.47",
3434
"@types/uglify-js": "^2.6.29",
35-
"ajv": "^5.2.4",
35+
"ajv": "^5.3.0",
3636
"express": "^4.16.2",
3737
"http-server": "^0.10.0",
3838
"jasmine": "^2.6.0",
3939
"jasmine-spec-reporter": "^4.1.1",
4040
"protractor": "^5.2.0",
4141
"reflect-metadata": "^0.1.10",
42-
"rxjs": "^5.5.0",
42+
"rxjs": "^5.5.1",
4343
"uglify-js": "^3.1.5",
4444
"webdriver-manager": "^12.0.6",
4545
"webpack": "^3.8.1",

test/e2e/dist/e2e.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54522,7 +54522,7 @@ function shareSubjectFactory() {
5452254522
* Returns a new Observable that multicasts (shares) the original Observable. As long as there is at least one
5452354523
* Subscriber this Observable will be subscribed and emitting data. When all subscribers have unsubscribed it will
5452454524
* unsubscribe from the source Observable. Because the Observable is multicasting it makes the stream `hot`.
54525-
* This is an alias for .publish().refCount().
54525+
* This is an alias for .multicast(() => new Subject()).refCount().
5452654526
*
5452754527
* <img src="./img/share.png" width="100%">
5452854528
*

0 commit comments

Comments
 (0)