@data-eden/athena
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "@data-eden/athena", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"repository": { | ||
@@ -27,3 +27,3 @@ "type": "git", | ||
"dependencies": { | ||
"@data-eden/cache": "^0.6.0", | ||
"@data-eden/cache": "^0.7.0", | ||
"lodash-es": "^4.17.21" | ||
@@ -30,0 +30,0 @@ }, |
import { defineConfig } from 'vitest/config'; | ||
import { resolve } from 'node:path'; | ||
@@ -7,2 +8,7 @@ export default defineConfig({ | ||
}, | ||
resolve: { | ||
alias: { | ||
'@data-eden/athena': resolve(__dirname, './src'), | ||
}, | ||
}, | ||
}); |
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
258203
2371
+ Added@data-eden/cache@0.7.2(transitive)
- Removed@data-eden/cache@0.6.0(transitive)
Updated@data-eden/cache@^0.7.0