chore(package): update RxJS version
This commit is contained in:
parent
ca3986f31d
commit
0378e55fab
|
@ -4,6 +4,7 @@ import {global, isPresent} from 'angular2/src/core/facade/lang';
|
||||||
import {PromiseWrapper, Promise, PromiseCompleter} from 'angular2/src/core/facade/promise';
|
import {PromiseWrapper, Promise, PromiseCompleter} from 'angular2/src/core/facade/promise';
|
||||||
export {PromiseWrapper, Promise, PromiseCompleter} from 'angular2/src/core/facade/promise';
|
export {PromiseWrapper, Promise, PromiseCompleter} from 'angular2/src/core/facade/promise';
|
||||||
import {Subject, Subscription, Observable as RxObservable} from '@reactivex/rxjs/dist/cjs/Rx';
|
import {Subject, Subscription, Observable as RxObservable} from '@reactivex/rxjs/dist/cjs/Rx';
|
||||||
|
export {Subject} from '@reactivex/rxjs/dist/cjs/Rx';
|
||||||
import Operator from '@reactivex/rxjs/dist/cjs/Operator';
|
import Operator from '@reactivex/rxjs/dist/cjs/Operator';
|
||||||
|
|
||||||
export namespace NodeJS {
|
export namespace NodeJS {
|
||||||
|
@ -125,5 +126,3 @@ export class Observable<T> extends RxObservable<T> {
|
||||||
return observable;
|
return observable;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export {Subject}
|
|
||||||
|
|
|
@ -699,6 +699,7 @@ var NG_API = [
|
||||||
'Subject.sampleTime():js',
|
'Subject.sampleTime():js',
|
||||||
'Subject.scan():js',
|
'Subject.scan():js',
|
||||||
'Subject.share():js',
|
'Subject.share():js',
|
||||||
|
'Subject.shareBehavior():js',
|
||||||
'Subject.shareReplay():js',
|
'Subject.shareReplay():js',
|
||||||
'Subject.single():js',
|
'Subject.single():js',
|
||||||
'Subject.skip():js',
|
'Subject.skip():js',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reactivex/rxjs": {
|
"@reactivex/rxjs": {
|
||||||
"version": "5.0.0-alpha.6"
|
"version": "5.0.0-alpha.7"
|
||||||
},
|
},
|
||||||
"angular": {
|
"angular": {
|
||||||
"version": "1.4.7"
|
"version": "1.4.7"
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
"version": "2.0.0-alpha.44",
|
"version": "2.0.0-alpha.44",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reactivex/rxjs": {
|
"@reactivex/rxjs": {
|
||||||
"version": "5.0.0-alpha.6",
|
"version": "5.0.0-alpha.7",
|
||||||
"from": "@reactivex/rxjs@5.0.0-alpha.6",
|
"from": "http://registry.npmjs.org/@reactivex/rxjs/-/rxjs-5.0.0-alpha.7.tgz",
|
||||||
"resolved": "http://registry.npmjs.org/@reactivex/rxjs/-/rxjs-5.0.0-alpha.6.tgz"
|
"resolved": "http://registry.npmjs.org/@reactivex/rxjs/-/rxjs-5.0.0-alpha.7.tgz"
|
||||||
},
|
},
|
||||||
"angular": {
|
"angular": {
|
||||||
"version": "1.4.7",
|
"version": "1.4.7",
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"test": "gulp test.all.js && gulp test.all.dart"
|
"test": "gulp test.all.js && gulp test.all.dart"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reactivex/rxjs": "5.0.0-alpha.6",
|
"@reactivex/rxjs": "5.0.0-alpha.7",
|
||||||
"reflect-metadata": "0.1.2",
|
"reflect-metadata": "0.1.2",
|
||||||
"zone.js": "0.5.8"
|
"zone.js": "0.5.8"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue