axios-cache-adapter-fs
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -33,3 +33,3 @@ "use strict"; | ||
const err = e; | ||
console.log(e.message); | ||
console.log(err.message); | ||
if (err.code === "ENOENT") { | ||
@@ -36,0 +36,0 @@ await fs_1.promises.mkdir("cache"); |
{ | ||
"name": "axios-cache-adapter-fs", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Use the local File System as a Store for axios-cache-adapter", | ||
@@ -33,12 +33,12 @@ "homepage": "https://github.com/ratneshpkn/axios-cache-adapter-fs", | ||
"devDependencies": { | ||
"@types/node": "^14.0", | ||
"@typescript-eslint/eslint-plugin": "^2.30.0", | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"eslint": "^6.8.0", | ||
"@types/node": "^17.0", | ||
"@typescript-eslint/eslint-plugin": "^5.0", | ||
"@typescript-eslint/parser": "^5.0", | ||
"eslint": "^8.0", | ||
"eslint-config-google": "^0.14.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-sonarjs": "^0.5.0", | ||
"eslint-plugin-import": "^2.0", | ||
"eslint-plugin-sonarjs": "^0.11.0", | ||
"rimraf": "^3.0", | ||
"ts-node": "^8.8.2", | ||
"typescript": "^3.2.2" | ||
"ts-node": "^10.0", | ||
"typescript": "^4.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "main": "lib/index.js", |
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
7875