@pulsecron/pulse
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -21,2 +21,3 @@ /// <reference types="node" /> | ||
import { MaxConcurrencyMethod } from './max-concurrency'; | ||
import { MongoMethod } from './mongo'; | ||
import { NameMethod } from './name'; | ||
@@ -100,3 +101,3 @@ import { NowMethod } from './now'; | ||
get drain(): DrainMethod; | ||
private get mongo(); | ||
get mongo(): MongoMethod; | ||
private get database(); | ||
@@ -103,0 +104,0 @@ private init; |
{ | ||
"name": "@pulsecron/pulse", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "The modern MongoDB-powered scheduling library for Node.js", | ||
@@ -31,3 +31,3 @@ "main": "dist/index.js", | ||
"blanket": { | ||
"pattern": "lib", | ||
"pattern": "src", | ||
"data-cover-never": "node_modules" | ||
@@ -34,0 +34,0 @@ } |
Sorry, the diff of this file is not supported yet
167604
1943