@universal-packages/dynamic-api
Advanced tools
Comparing version 1.7.9 to 1.7.10
{ | ||
"name": "@universal-packages/dynamic-api", | ||
"version": "1.7.9", | ||
"version": "1.7.10", | ||
"description": "Dynamic decoupling-adapting system", | ||
@@ -13,3 +13,3 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", | ||
"test": "jest --watch", | ||
"test:full": "jest --coverage --verbose", | ||
"test:coverage": "jest --coverage", | ||
"test:clear": "jest --clearCache", | ||
@@ -21,13 +21,13 @@ "format": "prettier --write \"./{src,tests}/**/*.{ts,tsx,js,jsx,json}\"", | ||
"@universal-packages/event-emitter": "^1.1.3", | ||
"@universal-packages/module-loader": "^1.0.8" | ||
"@universal-packages/module-loader": "^1.0.9" | ||
}, | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.2.0", | ||
"@types/jest": "^29.5.5", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^18.11.9", | ||
"@universal-packages/maintenance": "^1.3.5", | ||
"@universal-packages/maintenance": "^1.5.2", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.3", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.2.2" | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.4.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
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
33281