This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
504080d
commit 0363218
Showing
4 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "rxjs", | ||
"version": "2.2.13", | ||
"version": "2.2.14", | ||
"main": [ | ||
"rx.js", | ||
"rx.compat.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>RxJS-Async</id> | ||
<title>Reactive Extensions for JavaScript - BackPressure-Based Operations</title> | ||
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build --> | ||
<version>2.2.7</version> | ||
<authors>Microsoft Corporation</authors> | ||
<description>Reactive Extensions for JavaScript library with async-based event processing query operations.</description> | ||
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=179929</projectUrl> | ||
<iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=265024</licenseUrl> | ||
<language>en-US</language> | ||
<tags>Rx RxJS Reactive Extensions Observable</tags> | ||
<dependencies> | ||
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build --> | ||
<dependency id="RxJS-Main" version="2.2" /> | ||
<dependency id="RxJS-Lite" version="2.2" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\..\rx.backpressure.js" target="content\Scripts\rx.backpressure.js" /> | ||
<file src="..\..\rx.backpressure.min.js" target="content\Scripts\rx.backpressure.min.js" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters