@decaf-ts/for-couchdb 0.4.9 → 0.4.10

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.
@@ -16,7 +16,7 @@ export * from "./query";
16
16
  * @summary The version string of the for-couchdb package
17
17
  * @const VERSION
18
18
  */
19
- export declare const VERSION = "0.4.8";
19
+ export declare const VERSION = "0.4.9";
20
20
  /**
21
21
  * @description Stores the current package name
22
22
  * @summary The version string of the for-couchdb package
package/lib/esm/index.js CHANGED
@@ -17,7 +17,7 @@ export * from "./query/index.js";
17
17
  * @summary The version string of the for-couchdb package
18
18
  * @const VERSION
19
19
  */
20
- export const VERSION = "0.4.8";
20
+ export const VERSION = "0.4.9";
21
21
  /**
22
22
  * @description Stores the current package name
23
23
  * @summary The version string of the for-couchdb package
package/lib/index.cjs CHANGED
@@ -34,7 +34,7 @@ __exportStar(require("./query/index.cjs"), exports);
34
34
  * @summary The version string of the for-couchdb package
35
35
  * @const VERSION
36
36
  */
37
- exports.VERSION = "0.4.8";
37
+ exports.VERSION = "0.4.9";
38
38
  /**
39
39
  * @description Stores the current package name
40
40
  * @summary The version string of the for-couchdb package
package/lib/index.d.ts CHANGED
@@ -16,7 +16,7 @@ export * from "./query";
16
16
  * @summary The version string of the for-couchdb package
17
17
  * @const VERSION
18
18
  */
19
- export declare const VERSION = "0.4.8";
19
+ export declare const VERSION = "0.4.9";
20
20
  /**
21
21
  * @description Stores the current package name
22
22
  * @summary The version string of the for-couchdb package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-couchdb",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "template for ts projects",
5
5
  "type": "module",
6
6
  "exports": {