Comparing version 1.1.15 to 1.1.16
{ | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"license": "MIT", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
"build": "tsdx build", | ||
"test": "tsdx test", | ||
"test": "jest", | ||
"lint": "eslint src test --fix", | ||
@@ -59,2 +59,3 @@ "prepare": "tsdx build", | ||
"preset": "ts-jest", | ||
"testEnvironment": "jsdom", | ||
"testPathIgnorePatterns": [ | ||
@@ -67,2 +68,3 @@ "./node_modules/" | ||
"@size-limit/preset-small-lib": "8.2.4", | ||
"@types/jest": "^29.5.0", | ||
"@typescript-eslint/eslint-plugin": "5.57.1", | ||
@@ -76,8 +78,11 @@ "@typescript-eslint/parser": "5.57.1", | ||
"husky": "8.0.3", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"np": "7.7.0", | ||
"prettier": "2.8.7", | ||
"size-limit": "8.2.4", | ||
"ts-jest": "^29.1.0", | ||
"tsdx": "0.14.1", | ||
"tslib": "2.5.0", | ||
"typescript": "4.9.5" | ||
"typescript": "5.0.3" | ||
}, | ||
@@ -84,0 +89,0 @@ "dependencies": { |
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
80131
20