@aneuhold/core-ts-db-lib 4.0.2 → 4.0.3

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 +7 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ 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.0.3] (2025-12-14)
9
+
10
+ ### 🏗️ Changed
11
+ - Updated dependencies for compatibility
12
+
13
+
8
14
  ## 🔖 [4.0.2] (2025-12-13)
9
15
 
10
16
  ### 🏗️ Changed
@@ -172,7 +178,7 @@ Updated dependency: now requires `@aneuhold/core-ts-lib@^2.3.11`.
172
178
  - Updated workflow permissions to allow repository write access
173
179
 
174
180
  <!-- Link References -->
175
-
181
+ [4.0.3]: https://github.com/aneuhold/ts-libs/compare/core-ts-db-lib-v4.0.2...core-ts-db-lib-v4.0.3
176
182
  [4.0.2]: https://github.com/aneuhold/ts-libs/compare/core-ts-db-lib-v4.0.1...core-ts-db-lib-v4.0.2
177
183
  [4.0.1]: https://github.com/aneuhold/ts-libs/compare/core-ts-db-lib-v4.0.0...core-ts-db-lib-v4.0.1
178
184
  [4.0.0]: https://github.com/aneuhold/ts-libs/compare/core-ts-db-lib-v3.0.3...core-ts-db-lib-v4.0.0
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@aneuhold/core-ts-db-lib",
3
3
  "author": "Anton G. Neuhold Jr.",
4
4
  "license": "MIT",
5
- "version": "4.0.2",
5
+ "version": "4.0.3",
6
6
  "description": "A core database library used for personal projects",
7
- "packageManager": "pnpm@10.12.1",
7
+ "packageManager": "pnpm@10.25.0",
8
8
  "type": "module",
9
9
  "scripts": {
10
10
  "build": "rimraf lib && pnpm build:withoutClean",
@@ -71,15 +71,15 @@
71
71
  "Node.js"
72
72
  ],
73
73
  "dependencies": {
74
- "@aneuhold/core-ts-lib": "^2.3.14",
74
+ "@aneuhold/core-ts-lib": "^2.3.15",
75
75
  "uuid": "^13.0.0",
76
76
  "zod": "^4.1.13"
77
77
  },
78
78
  "devDependencies": {
79
- "@aneuhold/local-npm-registry": "^0.2.21",
79
+ "@aneuhold/local-npm-registry": "^0.2.22",
80
80
  "@aneuhold/main-scripts": "^2.8.0",
81
- "@types/node": "^24.10.1",
82
- "eslint": "^9.39.1",
81
+ "@types/node": "^25.0.2",
82
+ "eslint": "^9.39.2",
83
83
  "jsr": "^0.13.5",
84
84
  "prettier": "^3.7.4",
85
85
  "rimraf": "^6.1.2",