@decaf-ts/for-pouch 0.3.10 → 0.3.11

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.
@@ -13,7 +13,7 @@ export * from "./adapter";
13
13
  * @const VERSION
14
14
  * @memberOf module:for-pouch
15
15
  */
16
- export declare const VERSION = "0.3.9";
16
+ export declare const VERSION = "0.3.10";
17
17
  /**
18
18
  * @description Package version identifier
19
19
  * @summary Stores the current version of the for-pouch package
package/lib/esm/index.js CHANGED
@@ -17,7 +17,7 @@ export * from "./adapter.js";
17
17
  * @const VERSION
18
18
  * @memberOf module:for-pouch
19
19
  */
20
- export const VERSION = "0.3.9";
20
+ export const VERSION = "0.3.10";
21
21
  /**
22
22
  * @description Package version identifier
23
23
  * @summary Stores the current version of the for-pouch package
package/lib/index.cjs CHANGED
@@ -34,7 +34,7 @@ __exportStar(require("./adapter.cjs"), exports);
34
34
  * @const VERSION
35
35
  * @memberOf module:for-pouch
36
36
  */
37
- exports.VERSION = "0.3.9";
37
+ exports.VERSION = "0.3.10";
38
38
  /**
39
39
  * @description Package version identifier
40
40
  * @summary Stores the current version of the for-pouch package
package/lib/index.d.ts CHANGED
@@ -13,7 +13,7 @@ export * from "./adapter";
13
13
  * @const VERSION
14
14
  * @memberOf module:for-pouch
15
15
  */
16
- export declare const VERSION = "0.3.9";
16
+ export declare const VERSION = "0.3.10";
17
17
  /**
18
18
  * @description Package version identifier
19
19
  * @summary Stores the current version of the for-pouch package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-pouch",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "decaf-ts persistence adapter for PouchDB",
5
5
  "type": "module",
6
6
  "exports": {