Comparing version 0.8.5 to 0.9.1
@@ -1,2 +0,2 @@ | ||
/* rx-queue version 0.8.5 */ | ||
/* rx-queue version 0.9.1 */ | ||
(function (global, factory) { | ||
@@ -11,3 +11,3 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('rxjs'), require('rxjs/operators')) : | ||
*/ | ||
const VERSION = '0.8.5'; | ||
const VERSION = '0.9.1'; | ||
@@ -14,0 +14,0 @@ // default set to 500 milliseconds |
@@ -41,3 +41,3 @@ var __extends = (this && this.__extends) || (function () { | ||
}; | ||
/* rx-queue version 0.8.5 */ | ||
/* rx-queue version 0.9.1 */ | ||
(function (global, factory) { | ||
@@ -52,3 +52,3 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('rxjs'), require('rxjs/operators')) : | ||
*/ | ||
var VERSION = '0.8.5'; | ||
var VERSION = '0.9.1'; | ||
// default set to 500 milliseconds | ||
@@ -55,0 +55,0 @@ var DEFAULT_PERIOD_TIME = 500; |
{ | ||
"name": "rx-queue", | ||
"version": "0.8.5", | ||
"version": "0.9.1", | ||
"description": "Easy to Use ReactiveX Queue that Supports Delay/DelayExecutor/Throttle/Debounce Features Powered by RxJS.", | ||
@@ -69,3 +69,3 @@ "main": "bundles/rx-queue.umd.js", | ||
"access": "public", | ||
"tag": "latest" | ||
"tag": "next" | ||
}, | ||
@@ -72,0 +72,0 @@ "dependencies": {}, |
/** | ||
* This file was auto generated from scripts/generate-version.sh | ||
*/ | ||
export const VERSION = '0.8.5'; | ||
export const VERSION = '0.9.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "rx-queue", | ||
"version": "0.8.5", | ||
"version": "0.9.1", | ||
"description": "Easy to Use ReactiveX Queue that Supports Delay/DelayExecutor/Throttle/Debounce Features Powered by RxJS.", | ||
@@ -69,3 +69,3 @@ "main": "bundles/rx-queue.umd.js", | ||
"access": "public", | ||
"tag": "latest" | ||
"tag": "next" | ||
}, | ||
@@ -72,0 +72,0 @@ "dependencies": {}, |
/** | ||
* This file was auto generated from scripts/generate-version.sh | ||
*/ | ||
export const VERSION: string = '0.8.5' | ||
export const VERSION: string = '0.9.1' |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101686