cron-time-generator
Advanced tools
Comparing version 1.2.2 to 1.3.0
{ | ||
"name": "cron-time-generator", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "Cron Time Expression Generator", | ||
"main": "./dist/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"repository": "https://github.com/trapcodeio/cron-time.git", | ||
@@ -24,7 +24,7 @@ "author": "trapcodeio", | ||
"devDependencies": { | ||
"@types/node": "^16.9.1", | ||
"japa": "^3.1.1", | ||
"prettier": "^2.4.0", | ||
"typescript": "^4.4.3" | ||
"@types/node": "^17.0.8", | ||
"japa": "^4.0.0", | ||
"prettier": "^2.5.1", | ||
"typescript": "^4.5.4" | ||
} | ||
} |
const test = require("japa"); | ||
const cronTime = require("./"); | ||
const cronTime = require("./dist"); | ||
@@ -4,0 +4,0 @@ test('everyMinute(): "* * * * *"', (assert) => { |
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
34302
10
856