@travetto/asset
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -10,6 +10,6 @@ { | ||
"dependencies": { | ||
"@travetto/cache": "^0.2.7", | ||
"@travetto/di": "^0.2.7", | ||
"@travetto/exec": "^0.2.5", | ||
"@travetto/util": "^0.2.5", | ||
"@travetto/cache": "^0.2.8", | ||
"@travetto/di": "^0.2.8", | ||
"@travetto/exec": "^0.2.6", | ||
"@travetto/util": "^0.2.6", | ||
"@types/file-type": "^5.2.1", | ||
@@ -23,3 +23,3 @@ "@types/mime": "^2.0.0", | ||
"devDependencies": { | ||
"@travetto/test": "^0.2.5" | ||
"@travetto/test": "^0.2.6" | ||
}, | ||
@@ -45,3 +45,4 @@ "homepage": "https://travetto.io", | ||
}, | ||
"version": "0.2.7" | ||
"version": "0.2.8", | ||
"gitHead": "f1b304901894ab5ec1a0911669296a5450e6a5f1" | ||
} |
import * as fs from 'fs'; | ||
import * as util from 'util'; | ||
import { MimeType } from '../../../rest'; | ||
@@ -4,0 +5,0 @@ const fsReadFileAsync = util.promisify(fs.readFile); |
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
20116
16
482
Updated@travetto/cache@^0.2.8
Updated@travetto/di@^0.2.8
Updated@travetto/exec@^0.2.6
Updated@travetto/util@^0.2.6