@pulsecron/pulse
Advanced tools
Comparing version 1.6.0 to 1.6.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.touch = void 0; | ||
const utils_1 = require("src/utils"); | ||
const utils_1 = require("../utils"); | ||
const touch = async function (progress) { | ||
@@ -6,0 +6,0 @@ if (progress && (progress < 0 || progress > 100)) { |
{ | ||
"name": "@pulsecron/pulse", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "The modern MongoDB-powered job scheduler library for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
185870