@athenna/view
Advanced tools
Comparing version 4.4.0 to 4.5.0
{ | ||
"name": "@athenna/view", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"description": "The Athenna template engine. Built on top of Edge.", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"lint:fix": "eslint \"{bin,src,tests}/**/*.ts\" --fix", | ||
"test": "npm run --silent lint:fix && node --import=@athenna/tsconfig bin/test.ts", | ||
"test:debug": "cross-env NODE_DEBUG=athenna:* node --inspect --import=@athenna/tsconfig bin/test.ts", | ||
"test": "npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts", | ||
"test:debug": "cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts", | ||
"test:coverage": "c8 npm run --silent test" | ||
@@ -62,6 +62,6 @@ }, | ||
"devDependencies": { | ||
"@athenna/common": "^4.17.0", | ||
"@athenna/config": "^4.5.0", | ||
"@athenna/ioc": "^4.5.0", | ||
"@athenna/test": "^4.10.0", | ||
"@athenna/common": "^4.17.2", | ||
"@athenna/config": "^4.6.0", | ||
"@athenna/ioc": "^4.6.0", | ||
"@athenna/test": "^4.11.0", | ||
"@athenna/tsconfig": "^4.8.2", | ||
@@ -68,0 +68,0 @@ "@typescript-eslint/eslint-plugin": "^6.7.4", |
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
28918