@decaf-ts/for-couchdb 0.4.0 → 0.4.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.
@@ -18,7 +18,7 @@ export * from "./query";
18
18
  * @summary The version string of the for-couchdb package
19
19
  * @const VERSION
20
20
  */
21
- export declare const VERSION = "0.3.15";
21
+ export declare const VERSION = "0.4.0";
22
22
  /**
23
23
  * @description Stores the current package name
24
24
  * @summary The version string of the for-couchdb package
package/lib/esm/index.js CHANGED
@@ -19,7 +19,7 @@ export * from "./query/index.js";
19
19
  * @summary The version string of the for-couchdb package
20
20
  * @const VERSION
21
21
  */
22
- export const VERSION = "0.3.15";
22
+ export const VERSION = "0.4.0";
23
23
  /**
24
24
  * @description Stores the current package name
25
25
  * @summary The version string of the for-couchdb package
package/lib/index.cjs CHANGED
@@ -36,7 +36,7 @@ __exportStar(require("./query/index.cjs"), exports);
36
36
  * @summary The version string of the for-couchdb package
37
37
  * @const VERSION
38
38
  */
39
- exports.VERSION = "0.3.15";
39
+ exports.VERSION = "0.4.0";
40
40
  /**
41
41
  * @description Stores the current package name
42
42
  * @summary The version string of the for-couchdb package
package/lib/index.d.ts CHANGED
@@ -18,7 +18,7 @@ export * from "./query";
18
18
  * @summary The version string of the for-couchdb package
19
19
  * @const VERSION
20
20
  */
21
- export declare const VERSION = "0.3.15";
21
+ export declare const VERSION = "0.4.0";
22
22
  /**
23
23
  * @description Stores the current package name
24
24
  * @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.0",
3
+ "version": "0.4.1",
4
4
  "description": "template for ts projects",
5
5
  "type": "module",
6
6
  "exports": {