@aneuhold/core-ts-lib 2.3.14 → 2.3.15

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 +5 -5
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
+ ## 🔖 [2.3.15] (2025-12-14)
9
+
10
+ ### 🏗️ Changed
11
+ - Updated dependencies for compatibility
12
+
13
+
8
14
  ## 🔖 [2.3.14] (2025-12-07)
9
15
 
10
16
  ### 🏗️ Changed
@@ -158,7 +164,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
158
164
  - Updated workflow permissions to allow repository write access
159
165
 
160
166
  <!-- Link References -->
161
-
167
+ [2.3.15]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.3.14...core-ts-lib-v2.3.15
162
168
  [2.3.14]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.3.13...core-ts-lib-v2.3.14
163
169
  [2.3.13]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.3.12...core-ts-lib-v2.3.13
164
170
  [2.3.12]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.3.11...core-ts-lib-v2.3.12
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@aneuhold/core-ts-lib",
3
3
  "author": "Anton G. Neuhold Jr.",
4
4
  "license": "MIT",
5
- "version": "2.3.14",
5
+ "version": "2.3.15",
6
6
  "description": "A core library for all of my TypeScript 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",
@@ -67,8 +67,8 @@
67
67
  "Node.js"
68
68
  ],
69
69
  "devDependencies": {
70
- "@types/node": "^24.10.1",
71
- "eslint": "^9.39.1",
70
+ "@types/node": "^25.0.2",
71
+ "eslint": "^9.39.2",
72
72
  "jsr": "^0.13.5",
73
73
  "nodemon": "^3.1.11",
74
74
  "prettier": "^3.7.4",
@@ -77,4 +77,4 @@
77
77
  "typescript": "~5.9.3",
78
78
  "vitest": "^4.0.15"
79
79
  }
80
- }
80
+ }