@aneuhold/be-ts-lib 3.1.19 → 3.1.21

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 +15 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -5,6 +5,19 @@ 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
+ ## 🔖 [3.1.21] (2026-08-30)
9
+
10
+ ### 🏗️ Changed
11
+
12
+ - Updated `@aneuhold/core-ts-api-lib` to `^3.0.44`.
13
+
14
+ ## 🔖 [3.1.20] (2026-08-14)
15
+
16
+ ### 🏗️ Changed
17
+
18
+ - Updated `dotenv` to `^17.4.2` and `zod` to `^4.4.3`.
19
+ - Updated `@aneuhold/core-ts-api-lib` to `^3.0.43` and `@aneuhold/core-ts-lib` to `^2.4.8`.
20
+
8
21
  ## 🔖 [3.1.19] (2026-08-13)
9
22
 
10
23
  ### 🏗️ Changed
@@ -357,6 +370,8 @@ No direct code changes; version bump for compatibility with new major versions o
357
370
  - Updated workflow permissions to allow repository write access
358
371
 
359
372
  <!-- Link References -->
373
+ [3.1.21]: https://github.com/aneuhold/ts-libs/compare/be-ts-lib-v3.1.20...be-ts-lib-v3.1.21
374
+ [3.1.20]: https://github.com/aneuhold/ts-libs/compare/be-ts-lib-v3.1.19...be-ts-lib-v3.1.20
360
375
  [3.1.19]: https://github.com/aneuhold/ts-libs/compare/be-ts-lib-v3.1.18...be-ts-lib-v3.1.19
361
376
  [3.1.18]: https://github.com/aneuhold/ts-libs/compare/be-ts-lib-v3.1.17...be-ts-lib-v3.1.18
362
377
  [3.1.17]: https://github.com/aneuhold/ts-libs/compare/be-ts-lib-v3.1.16...be-ts-lib-v3.1.17
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@aneuhold/be-ts-lib",
3
3
  "author": "Anton G. Neuhold Jr.",
4
4
  "license": "MIT",
5
- "version": "3.1.19",
5
+ "version": "3.1.21",
6
6
  "description": "A backend TypeScript library used for common functionality in personal backend projects.",
7
- "packageManager": "pnpm@10.25.0",
7
+ "packageManager": "pnpm@11.21.0",
8
8
  "type": "module",
9
9
  "scripts": {
10
10
  "build": "rimraf lib && pnpm build:withoutClean",
@@ -54,25 +54,25 @@
54
54
  "TypeScript"
55
55
  ],
56
56
  "dependencies": {
57
- "@aneuhold/core-ts-api-lib": "^3.0.42",
58
- "@aneuhold/core-ts-lib": "^2.4.7",
59
- "dotenv": "^17.2.3",
57
+ "@aneuhold/core-ts-api-lib": "^3.0.44",
58
+ "@aneuhold/core-ts-lib": "^2.4.8",
59
+ "dotenv": "^17.4.2",
60
60
  "jsonc-parser": "^3.3.1",
61
61
  "node-fetch": "^3.3.2",
62
62
  "octokit": "^5.0.5",
63
- "zod": "^4.1.13"
63
+ "zod": "^4.4.3"
64
64
  },
65
65
  "devDependencies": {
66
- "@aneuhold/local-npm-registry": "^1.0.0",
67
- "@aneuhold/main-scripts": "^2.9.5",
68
- "@types/node": "^25.0.2",
66
+ "@aneuhold/local-npm-registry": "^1.0.1",
67
+ "@aneuhold/main-scripts": "^2.10.3",
68
+ "@types/node": "^24.13.3",
69
69
  "@types/node-fetch": "^2.6.13",
70
- "eslint": "^9.39.2",
71
- "jsr": "^0.13.5",
72
- "prettier": "^3.7.4",
73
- "rimraf": "^6.1.2",
74
- "tsx": "^4.21.0",
70
+ "eslint": "^10.8.0",
71
+ "jsr": "^0.14.3",
72
+ "prettier": "^3.9.6",
73
+ "rimraf": "^6.1.3",
74
+ "tsx": "^4.23.9",
75
75
  "typescript": "^6.0.3",
76
- "vitest": "^4.0.15"
76
+ "vitest": "^4.1.10"
77
77
  }
78
78
  }