@athenna/view
Advanced tools
Comparing version 4.19.0 to 4.20.0
{ | ||
"name": "@athenna/view", | ||
"version": "4.19.0", | ||
"version": "4.20.0", | ||
"description": "The Athenna template engine. Built on top of Edge.js.", | ||
@@ -66,5 +66,5 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@athenna/common": "^4.34.0", | ||
"@athenna/config": "^4.16.0", | ||
"@athenna/ioc": "^4.16.0", | ||
"@athenna/common": "^4.35.0", | ||
"@athenna/config": "^4.18.0", | ||
"@athenna/ioc": "^4.18.0", | ||
"@athenna/test": "^4.22.0", | ||
@@ -71,0 +71,0 @@ "@athenna/tsconfig": "^4.12.0", |
@@ -12,4 +12,4 @@ /** | ||
import { Config } from '@athenna/config'; | ||
import { File, Is } from '@athenna/common'; | ||
import { resolve, isAbsolute } from 'node:path'; | ||
import { Is, File, Path } from '@athenna/common'; | ||
import { EmptyComponentException } from '#src/exceptions/EmptyComponentException'; | ||
@@ -16,0 +16,0 @@ import { NotFoundComponentException } from '#src/exceptions/NotFoundComponentException'; |
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
41747