@travetto/cache
Advanced tools
Comparing version 0.3.0 to 0.3.2
@@ -1,1 +0,2 @@ | ||
export * from './src'; | ||
export * from './src/decorator'; | ||
export * from './src/service'; |
@@ -10,3 +10,3 @@ { | ||
"dependencies": { | ||
"@travetto/compiler": "^0.3.0", | ||
"@travetto/compiler": "^0.3.2", | ||
"@types/lru-cache": "^4.1.0", | ||
@@ -17,3 +17,3 @@ "lru-cache": "^4.1.2" | ||
"devDependencies": { | ||
"@travetto/test": "^0.3.0" | ||
"@travetto/test": "^0.3.2" | ||
}, | ||
@@ -32,4 +32,4 @@ "homepage": "https://travetto.io", | ||
}, | ||
"version": "0.3.0", | ||
"gitHead": "fb6bd5439f7491a7b8446bd3717c3ba35d8dbd4a" | ||
"version": "0.3.2", | ||
"gitHead": "54e9adaef1897a7f971f399c8f7dd86cbab90665" | ||
} |
@@ -5,3 +5,3 @@ export const init = { | ||
action: () => { | ||
const { CacheManager } = require('../src/service/cache'); | ||
const { CacheManager } = require('../src/service'); | ||
const { Shutdown } = require('@travetto/base'); | ||
@@ -8,0 +8,0 @@ Shutdown.onShutdown('Cache Manager', CacheManager.cleanup.bind(CacheManager)); |
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
6056
8
82
Updated@travetto/compiler@^0.3.2