yaschema-api
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -53,2 +53,3 @@ module.exports = { | ||
'@typescript-eslint/require-await': 'off', | ||
'@typescript-eslint/strict-boolean-expressions': 'error', | ||
'no-constant-condition': 'off', | ||
@@ -55,0 +56,0 @@ 'no-extra-boolean-cast': 'off', |
{ | ||
"name": "yaschema-api", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Yet another API", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"dependencies": { | ||
"yaschema": "^2.2.0" | ||
"yaschema": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.1", | ||
"@types/lodash": "4.14.194", | ||
"@typescript-eslint/eslint-plugin": "^5.59.2", | ||
"@typescript-eslint/parser": "^5.59.2", | ||
"eslint": "8.39.0", | ||
"@types/jest": "^29.5.2", | ||
"@types/lodash": "4.14.195", | ||
"@typescript-eslint/eslint-plugin": "^5.59.11", | ||
"@typescript-eslint/parser": "^5.59.11", | ||
"eslint": "8.42.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
@@ -50,9 +50,9 @@ "eslint-import-resolver-typescript": "^3.5.5", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"madge": "6.0.0", | ||
"madge": "6.1.0", | ||
"prettier": "2.8.8", | ||
"trash-cli": "5.0.0", | ||
"ts-jest": "^29.1.0", | ||
"typedoc": "^0.24.6", | ||
"typescript": "5.0.4" | ||
"typedoc": "^0.24.8", | ||
"typescript": "5.1.3" | ||
} | ||
} |
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
120196
1621
+ Addedlodash-es@4.17.21(transitive)
+ Addedyaschema@3.6.0(transitive)
- Removedyaschema@2.2.0(transitive)
Updatedyaschema@^3.0.0