@aneuhold/be-ts-db-lib 4.1.1 → 4.1.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,25 +5,33 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## 🔖 [4.1.2] (2025-12-21)
9
+
10
+ ### 🏗️ Changed
11
+
12
+ - Updated dependency: now requires `@aneuhold/be-ts-lib@^3.0.9`.
13
+
8
14
  ## 🔖 [4.1.1] (2025-12-14)
9
15
 
10
16
  ### 🏗️ Changed
17
+
11
18
  - Updated dependencies: now requires `@aneuhold/be-ts-lib@^3.0.8`, `@aneuhold/core-ts-db-lib@^4.0.4`, `@aneuhold/core-ts-lib@^2.3.16`, and `@aneuhold/local-npm-registry@^0.2.23`.
12
19
 
13
20
  ## 🔖 [4.1.0] (2025-12-14)
14
21
 
15
22
  ### ✅ Added
23
+
16
24
  - Added doc caching and retrieval strategy to repositories
17
25
  - Created base user ID repository for dashboard
18
26
 
19
27
  ### 🏗️ Changed
28
+
20
29
  - Updated test scripts to include coverage
21
30
  - Updated dependencies for compatibility
22
31
 
23
32
  ### 🩹 Fixed
24
- - Fixed import paths in dashboard repositories
25
-
26
33
 
34
+ - Fixed import paths in dashboard repositories
27
35
 
28
36
  ## 🔖 [4.0.2] (2025-12-13)
29
37
 
@@ -183,6 +191,8 @@ Updated dependencies: now requires `@aneuhold/core-ts-db-lib@^3.0.0`, `@aneuhold
183
191
  - Updated workflow permissions to allow repository write access
184
192
 
185
193
  <!-- Link References -->
194
+
195
+ [4.1.2]: https://github.com/aneuhold/ts-libs/compare/be-ts-db-lib-v4.1.1...be-ts-db-lib-v4.1.2
186
196
  [4.1.1]: https://github.com/aneuhold/ts-libs/compare/be-ts-db-lib-v4.1.0...be-ts-db-lib-v4.1.1
187
197
  [4.1.0]: https://github.com/aneuhold/ts-libs/compare/be-ts-db-lib-v4.0.2...be-ts-db-lib-v4.1.0
188
198
  [4.0.2]: https://github.com/aneuhold/ts-libs/compare/be-ts-db-lib-v4.0.1...be-ts-db-lib-v4.0.2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aneuhold/be-ts-db-lib",
3
3
  "author": "Anton G. Neuhold Jr.",
4
4
  "license": "MIT",
5
- "version": "4.1.1",
5
+ "version": "4.1.2",
6
6
  "description": "A backend database library meant to actually interact with various databases in personal projects",
7
7
  "packageManager": "pnpm@10.25.0",
8
8
  "type": "module",
@@ -57,7 +57,7 @@
57
57
  "MongoDB"
58
58
  ],
59
59
  "dependencies": {
60
- "@aneuhold/be-ts-lib": "^3.0.8",
60
+ "@aneuhold/be-ts-lib": "^3.0.9",
61
61
  "@aneuhold/core-ts-db-lib": "^4.0.4",
62
62
  "@aneuhold/core-ts-lib": "^2.3.16",
63
63
  "bson": "^7.0.0",