@homer0/deferred
Advanced tools
Comparing version 2.0.7 to 3.0.0
{ | ||
"name": "@homer0/deferred", | ||
"description": "Small utility to create a deferred promise", | ||
"version": "2.0.7", | ||
"version": "3.0.0", | ||
"repository": { | ||
@@ -26,12 +26,12 @@ "type": "git", | ||
"devDependencies": { | ||
"@homer0/eslint-plugin": "11.0.0", | ||
"@homer0/tsconfig": "1.0.11", | ||
"jest": "^29.6.1", | ||
"@homer0/eslint-plugin": "12.0.0", | ||
"@homer0/tsconfig": "1.0.12", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.1", | ||
"tsup": "^7.1.0", | ||
"typescript": "^5.1.6" | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.2.2" | ||
}, | ||
"engine-strict": true, | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=18 <21" | ||
}, | ||
@@ -48,3 +48,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "a5b49dc8388a52b256dabccd8c4f1c6e289d09a3" | ||
"gitHead": "968248535be40f5ddb1cd53cdb2bb47c1c9a06d7" | ||
} |
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
11645