@pulsecron/pulse
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -0,3 +1,4 @@ | ||
import { Job } from '../job'; | ||
import { JobOptions } from '../job/repeat-every'; | ||
export type EveryMethod = <T extends any>(interval: string, names: string | string[], data?: T, options?: JobOptions) => Promise<any>; | ||
export type EveryMethod = <T extends any>(interval: string, names: string | string[], data?: T, options?: JobOptions) => Promise<Job | Job[] | undefined>; | ||
export declare const every: EveryMethod; |
@@ -8,2 +8,3 @@ /// <reference types="node" /> | ||
import { CreateMethod } from './create'; | ||
import { DatabaseMethod } from './database'; | ||
import { DbInitMethod } from './db-init'; | ||
@@ -102,3 +103,3 @@ import { DefaultConcurrencyMethod } from './default-concurrency'; | ||
get mongo(): MongoMethod; | ||
private get database(); | ||
get database(): DatabaseMethod; | ||
private init; | ||
@@ -105,0 +106,0 @@ private bindMethod; |
{ | ||
"name": "@pulsecron/pulse", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "The modern MongoDB-powered scheduling library for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -22,3 +22,5 @@ <p align="center"> | ||
<p align="center"> | ||
<a href="https://docs-pulse.pulsecron.com">Documentation</a> | <a href="https://www.pulsecron.com">Website</a> | ||
</p> | ||
<details> | ||
@@ -174,5 +176,4 @@ <summary>Table of Contents</summary><br> | ||
## Getting Started | ||
| Take a look at our [Quick Start](https://docs-pulse.pulsecron.com/quick-start) guide. | ||
#### Installation | ||
@@ -179,0 +180,0 @@ |
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
168141
1945
348