@aneuhold/be-ts-db-lib 4.1.0 → 4.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ 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.1] (2025-12-14)
9
+
10
+ ### 🏗️ Changed
11
+ - 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
+
8
13
  ## 🔖 [4.1.0] (2025-12-14)
9
14
 
10
15
  ### ✅ Added
@@ -178,6 +183,7 @@ Updated dependencies: now requires `@aneuhold/core-ts-db-lib@^3.0.0`, `@aneuhold
178
183
  - Updated workflow permissions to allow repository write access
179
184
 
180
185
  <!-- Link References -->
186
+ [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
187
  [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
188
  [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
189
  [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.1",
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.8",
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
+ }