@aneuhold/be-ts-db-lib 4.2.31 → 4.2.33

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 +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ 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.2.33] (2026-08-13)
9
+
10
+ ### 🏗️ Changed
11
+
12
+ - Updated `@aneuhold/be-ts-lib` to `^3.1.19`, `@aneuhold/core-ts-db-lib` to `^5.0.11`, and `@aneuhold/core-ts-lib` to `^2.4.7`.
13
+
14
+ ## 🔖 [4.2.32] (2026-07-23)
15
+
16
+ ### 🏗️ Changed
17
+
18
+ - Updated `@aneuhold/be-ts-lib` to `^3.1.18`.
19
+
8
20
  ## 🔖 [4.2.31] (2026-06-19)
9
21
 
10
22
  ### 🏗️ Changed
@@ -445,6 +457,8 @@ Updated dependencies: now requires `@aneuhold/core-ts-db-lib@^3.0.0`, `@aneuhold
445
457
  - Updated workflow permissions to allow repository write access
446
458
 
447
459
  <!-- Link References -->
460
+ [4.2.33]: https://github.com/aneuhold/ts-libs/compare/be-ts-db-lib-v4.2.32...be-ts-db-lib-v4.2.33
461
+ [4.2.32]: https://github.com/aneuhold/ts-libs/compare/be-ts-db-lib-v4.2.31...be-ts-db-lib-v4.2.32
448
462
  [4.2.31]: https://github.com/aneuhold/ts-libs/compare/be-ts-db-lib-v4.2.30...be-ts-db-lib-v4.2.31
449
463
  [4.2.30]: https://github.com/aneuhold/ts-libs/compare/be-ts-db-lib-v4.2.29...be-ts-db-lib-v4.2.30
450
464
  [4.2.29]: https://github.com/aneuhold/ts-libs/compare/be-ts-db-lib-v4.2.28...be-ts-db-lib-v4.2.29
package/package.json CHANGED
@@ -2,13 +2,13 @@
2
2
  "name": "@aneuhold/be-ts-db-lib",
3
3
  "author": "Anton G. Neuhold Jr.",
4
4
  "license": "MIT",
5
- "version": "4.2.31",
5
+ "version": "4.2.33",
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",
9
9
  "scripts": {
10
10
  "build": "rimraf lib && pnpm build:withoutClean",
11
- "build:withoutClean": "tsc --project tsconfig.build.json && tsx ./scripts/copyTsFiles.ts && pnpm propagateVersion",
11
+ "build:withoutClean": "tsc --project tsconfig.build.json && tsx ./scripts/copyTsFiles.ts",
12
12
  "propagateVersion": "tsx ../../scripts/propagateVersion.ts",
13
13
  "watch": "nodemon --ignore lib/ -e ts --exec \"pnpm build:withoutClean && local-npm publish\"",
14
14
  "unpub:local": "local-npm unpublish || true",
@@ -60,9 +60,9 @@
60
60
  "MongoDB"
61
61
  ],
62
62
  "dependencies": {
63
- "@aneuhold/be-ts-lib": "^3.1.17",
64
- "@aneuhold/core-ts-db-lib": "^5.0.10",
65
- "@aneuhold/core-ts-lib": "^2.4.6",
63
+ "@aneuhold/be-ts-lib": "^3.1.19",
64
+ "@aneuhold/core-ts-db-lib": "^5.0.11",
65
+ "@aneuhold/core-ts-lib": "^2.4.7",
66
66
  "bson": "^7.0.0",
67
67
  "google-auth-library": "^10.6.1",
68
68
  "mongodb": "^7.0.0",
@@ -70,7 +70,7 @@
70
70
  "zod": "^4.1.13"
71
71
  },
72
72
  "devDependencies": {
73
- "@aneuhold/local-npm-registry": "^0.2.34",
73
+ "@aneuhold/local-npm-registry": "^1.0.0",
74
74
  "@aneuhold/main-scripts": "^2.9.5",
75
75
  "@types/node": "^25.0.2",
76
76
  "@types/node-fetch": "^2.6.13",