@flopflip/localstorage-cache 12.4.0 → 12.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ var createCache = function createCache(options) {
24
24
  return cache;
25
25
  };
26
26
 
27
- var version = "12.4.0";
27
+ var version = "12.5.1";
28
28
 
29
29
  exports["default"] = createCache;
30
30
  exports.version = version;
@@ -24,7 +24,7 @@ var createCache = function createCache(options) {
24
24
  return cache;
25
25
  };
26
26
 
27
- var version = "12.4.0";
27
+ var version = "12.5.1";
28
28
 
29
29
  exports["default"] = createCache;
30
30
  exports.version = version;
@@ -20,6 +20,6 @@ var createCache = function createCache(options) {
20
20
  return cache;
21
21
  };
22
22
 
23
- var version = "12.4.0";
23
+ var version = "12.5.1";
24
24
 
25
25
  export { createCache as default, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopflip/localstorage-cache",
3
- "version": "12.4.0",
3
+ "version": "12.5.1",
4
4
  "description": "Localstorage cache for flipflop adapters",
5
5
  "main": "dist/flopflip-localstorage-cache.cjs.js",
6
6
  "module": "dist/flopflip-localstorage-cache.esm.js",
@@ -30,6 +30,6 @@
30
30
  "client"
31
31
  ],
32
32
  "dependencies": {
33
- "@flopflip/types": "12.4.0"
33
+ "@flopflip/types": "12.5.1"
34
34
  }
35
35
  }