@aneuhold/core-ts-lib 2.4.7 → 2.4.10
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.
- package/CHANGELOG.md +14 -0
- package/package.json +11 -11
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
|
+
## 🔖 [2.4.10] (2026-09-18)
|
|
9
|
+
|
|
10
|
+
### 🏗️ Changed
|
|
11
|
+
|
|
12
|
+
- No direct code changes; version bump for compatibility.
|
|
13
|
+
|
|
14
|
+
## 🔖 [2.4.8] (2026-08-14)
|
|
15
|
+
|
|
16
|
+
### 🏗️ Changed
|
|
17
|
+
|
|
18
|
+
- No direct code changes; version bump for compatibility.
|
|
19
|
+
|
|
8
20
|
## 🔖 [2.4.7] (2026-08-13)
|
|
9
21
|
|
|
10
22
|
### 🏗️ Changed
|
|
@@ -257,6 +269,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
257
269
|
- Updated workflow permissions to allow repository write access
|
|
258
270
|
|
|
259
271
|
<!-- Link References -->
|
|
272
|
+
[2.4.10]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.4.8...core-ts-lib-v2.4.10
|
|
273
|
+
[2.4.8]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.4.7...core-ts-lib-v2.4.8
|
|
260
274
|
[2.4.7]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.4.6...core-ts-lib-v2.4.7
|
|
261
275
|
[2.4.6]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.4.5...core-ts-lib-v2.4.6
|
|
262
276
|
[2.4.5]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.4.4...core-ts-lib-v2.4.5
|
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.4.
|
|
5
|
+
"version": "2.4.10",
|
|
6
6
|
"description": "A core library for all of my TypeScript projects",
|
|
7
|
-
"packageManager": "pnpm@
|
|
7
|
+
"packageManager": "pnpm@12.4.1",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "rimraf lib && pnpm build:withoutClean",
|
|
@@ -71,14 +71,14 @@
|
|
|
71
71
|
"Node.js"
|
|
72
72
|
],
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@types/node": "^
|
|
75
|
-
"eslint": "^
|
|
76
|
-
"jsr": "^0.
|
|
77
|
-
"nodemon": "^3.1.
|
|
78
|
-
"prettier": "^3.
|
|
79
|
-
"rimraf": "^6.1.
|
|
80
|
-
"tsx": "^4.
|
|
74
|
+
"@types/node": "^24.13.3",
|
|
75
|
+
"eslint": "^10.8.0",
|
|
76
|
+
"jsr": "^0.14.3",
|
|
77
|
+
"nodemon": "^3.1.14",
|
|
78
|
+
"prettier": "^3.9.6",
|
|
79
|
+
"rimraf": "^6.1.3",
|
|
80
|
+
"tsx": "^4.23.9",
|
|
81
81
|
"typescript": "~6.0.3",
|
|
82
|
-
"vitest": "^4.
|
|
82
|
+
"vitest": "^4.1.10"
|
|
83
83
|
}
|
|
84
|
-
}
|
|
84
|
+
}
|