@decaf-ts/for-pouch 0.3.2 → 0.3.4

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.
package/README.md CHANGED
@@ -5,6 +5,8 @@
5
5
  ## Purpose at a Glance
6
6
  A PouchDB-backed adapter and repository integration for the decaf-ts ecosystem. It provides a Repository implementation powered by PouchDB/CouchDB features (Mango queries, indexes, bulk ops, and relations), along with configuration types and constants to wire models to a PouchDB database (local or remote) using decorators.
7
7
 
8
+ > Release docs refreshed on 2025-11-26. See [workdocs/reports/RELEASE_NOTES.md](./workdocs/reports/RELEASE_NOTES.md) for ticket summaries.
9
+
8
10
  ![Licence](https://img.shields.io/github/license/decaf-ts/for-pouch.svg?style=plastic)
9
11
  ![GitHub language count](https://img.shields.io/github/languages/count/decaf-ts/for-pouch?style=plastic)
10
12
  ![GitHub top language](https://img.shields.io/github/languages/top/decaf-ts/for-pouch?style=plastic)
@@ -444,6 +446,9 @@ const flags: PouchFlags = {
444
446
  - builder;
445
447
  - etc;
446
448
 
449
+ ## Release Documentation Hooks
450
+ Stay aligned with the automated release pipeline by reviewing [Release Notes](./workdocs/reports/RELEASE_NOTES.md) and [Dependencies](./workdocs/reports/DEPENDENCIES.md) after trying these recipes (updated on 2025-11-26).
451
+
447
452
 
448
453
  ### Related
449
454
 
@@ -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.1";
16
+ export declare const VERSION = "0.3.3";
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.1";
20
+ export const VERSION = "0.3.3";
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.1";
37
+ exports.VERSION = "0.3.3";
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.1";
16
+ export declare const VERSION = "0.3.3";
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.2",
3
+ "version": "0.3.4",
4
4
  "description": "decaf-ts persistence adapter for PouchDB",
5
5
  "type": "module",
6
6
  "exports": {