@dewib/xhr-cache
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [3.1.1](https://github.com/gaetansenn/xhr-cache/compare/v3.1.0...v3.1.1) (2021-03-09) | ||
### Bug Fixes | ||
* fix window path bug ([f770fff](https://github.com/gaetansenn/xhr-cache/commit/f770fff197e24cf53f034f3cd6c8e23c3c4ad707)) | ||
## [3.1.0](https://github.com/gaetansenn/xhr-cache/compare/v3.0.1...v3.1.0) (2020-05-20) | ||
@@ -7,0 +14,0 @@ |
@@ -240,3 +240,3 @@ import { join, resolve } from 'path' | ||
path = join('/', conf.path, path) | ||
path = join(conf.path, path) | ||
@@ -243,0 +243,0 @@ if (isFunction(request)) { request = request(ctx) } |
{ | ||
"name": "@dewib/xhr-cache", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Cache api resources and serve it as static resource", |
@@ -1,2 +0,2 @@ | ||
# XHR Cache Module v3.1.0 | ||
# XHR Cache Module v3.2.1 | ||
@@ -3,0 +3,0 @@ [![npm version][npm-version-src]][npm-version-href] |
22967