@decaf-ts/for-nano 0.2.14 → 0.2.15

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