stanchionjs
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -26,3 +26,3 @@ "use strict"; | ||
retry_unfulfilled_commands: false, | ||
enable_offline_queue: false, | ||
enable_offline_queue: true, | ||
detect_buffers: false, | ||
@@ -299,3 +299,3 @@ }; | ||
} | ||
exports.default = Stanchion; | ||
exports.Stanchion = Stanchion; | ||
//# sourceMappingURL=stanchion.js.map |
@@ -8,15 +8,5 @@ /* -------------------------------------------------------------------------- * | ||
import { | ||
Options, | ||
export { | ||
ConstructOptions, | ||
Stanchion, | ||
} from './typings'; | ||
declare module 'Stanchion' { | ||
export { | ||
Stanchion, | ||
Options, | ||
ConstructOptions, | ||
}; | ||
} |
{ | ||
"name": "stanchionjs", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "A simple & fast queue done right. backed by Redis, supports auto-reconnect, TypeScript, Promise and Rxjs.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,3 +0,13 @@ | ||
# StanchionJS | ||
<h1 align=center> | ||
<img alt="StanchionJS" src="https://aaronjan.github.io/StanchionJS/docs/logo-by-freepik.png"> | ||
<br> | ||
StanchionJS | ||
</h1> | ||
<p align=center> | ||
<a href="https://www.npmjs.com/package/stanchionjs"><img src="https://img.shields.io/npm/v/stanchionjs.svg?style=flat" alt="npm version"></a> | ||
</p> | ||
**[Work in progress]** | ||
@@ -4,0 +14,0 @@ |
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
30611
50
602