@aneuhold/be-ts-db-lib 4.1.0 → 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 +18 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -5,20 +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
+
14
+ ## 🔖 [4.1.1] (2025-12-14)
15
+
16
+ ### 🏗️ Changed
17
+
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`.
19
+
8
20
  ## 🔖 [4.1.0] (2025-12-14)
9
21
 
10
22
  ### ✅ Added
23
+
11
24
  - Added doc caching and retrieval strategy to repositories
12
25
  - Created base user ID repository for dashboard
13
26
 
14
27
  ### 🏗️ Changed
28
+
15
29
  - Updated test scripts to include coverage
16
30
  - Updated dependencies for compatibility
17
31
 
18
32
  ### 🩹 Fixed
19
- - Fixed import paths in dashboard repositories
20
-
21
33
 
34
+ - Fixed import paths in dashboard repositories
22
35
 
23
36
  ## 🔖 [4.0.2] (2025-12-13)
24
37
 
@@ -178,6 +191,9 @@ Updated dependencies: now requires `@aneuhold/core-ts-db-lib@^3.0.0`, `@aneuhold
178
191
  - Updated workflow permissions to allow repository write access
179
192
 
180
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
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
181
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
182
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
183
199
  [4.0.1]: https://github.com/aneuhold/ts-libs/compare/be-ts-db-lib-v4.0.0...be-ts-db-lib-v4.0.1
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.0",
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,16 +57,16 @@
57
57
  "MongoDB"
58
58
  ],
59
59
  "dependencies": {
60
- "@aneuhold/be-ts-lib": "^3.0.7",
61
- "@aneuhold/core-ts-db-lib": "^4.0.3",
62
- "@aneuhold/core-ts-lib": "^2.3.15",
60
+ "@aneuhold/be-ts-lib": "^3.0.9",
61
+ "@aneuhold/core-ts-db-lib": "^4.0.4",
62
+ "@aneuhold/core-ts-lib": "^2.3.16",
63
63
  "bson": "^7.0.0",
64
64
  "mongodb": "^7.0.0",
65
65
  "uuid": "^13.0.0",
66
66
  "zod": "^4.1.13"
67
67
  },
68
68
  "devDependencies": {
69
- "@aneuhold/local-npm-registry": "^0.2.22",
69
+ "@aneuhold/local-npm-registry": "^0.2.23",
70
70
  "@aneuhold/main-scripts": "^2.8.0",
71
71
  "@types/node": "^25.0.2",
72
72
  "@types/node-fetch": "^2.6.13",
@@ -81,4 +81,4 @@
81
81
  "typescript": "^5.9.3",
82
82
  "vitest": "^4.0.15"
83
83
  }
84
- }
84
+ }