@aneuhold/be-ts-lib 2.0.85 → 2.0.87

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 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.0.87] (2025-10-25)
9
+
10
+ ### 🏗️ Changed
11
+
12
+ - Updated dependencies in package.json for compatibility and security improvements
13
+
14
+ ## 🔖 [2.0.86] (2025-10-17)
15
+
16
+ ### 🏗️ Changed
17
+
18
+ - Improved and expanded JSDoc comments and documentation for public types and methods throughout the package
19
+
8
20
  ## 🔖 [2.0.85] (2025-07-04)
9
21
 
10
22
  ### 🏗️ Changed
@@ -38,6 +50,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
38
50
 
39
51
  <!-- Link References -->
40
52
 
53
+ [2.0.87]: https://github.com/aneuhold/ts-libs/compare/be-ts-lib-v2.0.86...be-ts-lib-v2.0.87
54
+ [2.0.86]: https://github.com/aneuhold/ts-libs/compare/be-ts-lib-v2.0.85...be-ts-lib-v2.0.86
41
55
  [2.0.85]: https://github.com/aneuhold/ts-libs/compare/be-ts-lib-v2.0.84...be-ts-lib-v2.0.85
42
56
  [2.0.84]: https://github.com/aneuhold/ts-libs/compare/be-ts-lib-v2.0.83...be-ts-lib-v2.0.84
43
57
  [2.0.83]: https://github.com/aneuhold/ts-libs/compare/be-ts-lib-v2.0.82...be-ts-lib-v2.0.83
@@ -1,10 +1,14 @@
1
1
  import { Translations } from '@aneuhold/core-ts-api-lib';
2
2
  import 'dotenv/config';
3
3
  /**
4
- * An enum which defines the sources of translations which can be loaded.
4
+ * Defines the available sources for translation files.
5
+ *
6
+ * Each source corresponds to a specific project or module that has
7
+ * its own translation file stored in the translations repository.
5
8
  */
6
9
  export declare enum TranslationSource {
7
- dashboard = "dashboard"
10
+ /** Translations for the dashboard project */
11
+ Dashboard = "dashboard"
8
12
  }
9
13
  /**
10
14
  * A class which can be used to get translations for personal projects. It is
@@ -1 +1 @@
1
- {"version":3,"file":"TranslationService.d.ts","sourceRoot":"","sources":["../../../src/services/TranslationService/TranslationService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,eAAe,CAAC;AAIvB;;GAEG;AACH,oBAAY,iBAAiB;IAC3B,SAAS,cAAc;CACxB;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,OAAO,kBAAkB;IACrC;;;;;OAKG;WACU,eAAe,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,CAAC;CAS/E"}
1
+ {"version":3,"file":"TranslationService.d.ts","sourceRoot":"","sources":["../../../src/services/TranslationService/TranslationService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,eAAe,CAAC;AAIvB;;;;;GAKG;AACH,oBAAY,iBAAiB;IAC3B,6CAA6C;IAC7C,SAAS,cAAc;CACxB;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,OAAO,kBAAkB;IACrC;;;;;OAKG;WACU,eAAe,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,CAAC;CAS/E"}
@@ -3,11 +3,15 @@ import 'dotenv/config';
3
3
  import { parse } from 'jsonc-parser';
4
4
  import GitHubService from '../GitHubService.js';
5
5
  /**
6
- * An enum which defines the sources of translations which can be loaded.
6
+ * Defines the available sources for translation files.
7
+ *
8
+ * Each source corresponds to a specific project or module that has
9
+ * its own translation file stored in the translations repository.
7
10
  */
8
11
  export var TranslationSource;
9
12
  (function (TranslationSource) {
10
- TranslationSource["dashboard"] = "dashboard";
13
+ /** Translations for the dashboard project */
14
+ TranslationSource["Dashboard"] = "dashboard";
11
15
  })(TranslationSource || (TranslationSource = {}));
12
16
  /**
13
17
  * A class which can be used to get translations for personal projects. It is
@@ -1 +1 @@
1
- {"version":3,"file":"TranslationService.js","sourceRoot":"","sources":["../../../src/services/TranslationService/TranslationService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,uBAAuB,CAAC;AAC3C,OAAO,eAAe,CAAC;AACvB,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAEhD;;GAEG;AACH,MAAM,CAAN,IAAY,iBAEX;AAFD,WAAY,iBAAiB;IAC3B,4CAAuB,CAAA;AACzB,CAAC,EAFW,iBAAiB,KAAjB,iBAAiB,QAE5B;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,OAAO,kBAAkB;IACrC;;;;;OAKG;IACH,MAAM,CAAC,KAAK,CAAC,eAAe,CAAC,MAAyB;QACpD,IAAI,CAAC;YACH,MAAM,UAAU,GAAG,MAAM,aAAa,CAAC,kBAAkB,CAAC,cAAc,EAAE,GAAG,MAAM,QAAQ,CAAC,CAAC;YAC7F,OAAO,KAAK,CAAC,UAAU,CAAiB,CAAC;QAC3C,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,kBAAkB,MAAM,iBAAiB,KAAe,EAAE,CAAC,CAAC;YAC5E,MAAM,KAAK,CAAC;QACd,CAAC;IACH,CAAC;CACF"}
1
+ {"version":3,"file":"TranslationService.js","sourceRoot":"","sources":["../../../src/services/TranslationService/TranslationService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,uBAAuB,CAAC;AAC3C,OAAO,eAAe,CAAC;AACvB,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAEhD;;;;;GAKG;AACH,MAAM,CAAN,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,6CAA6C;IAC7C,4CAAuB,CAAA;AACzB,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,OAAO,kBAAkB;IACrC;;;;;OAKG;IACH,MAAM,CAAC,KAAK,CAAC,eAAe,CAAC,MAAyB;QACpD,IAAI,CAAC;YACH,MAAM,UAAU,GAAG,MAAM,aAAa,CAAC,kBAAkB,CAAC,cAAc,EAAE,GAAG,MAAM,QAAQ,CAAC,CAAC;YAC7F,OAAO,KAAK,CAAC,UAAU,CAAiB,CAAC;QAC3C,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,kBAAkB,MAAM,iBAAiB,KAAe,EAAE,CAAC,CAAC;YAC5E,MAAM,KAAK,CAAC;QACd,CAAC;IACH,CAAC;CACF"}
@@ -5,10 +5,14 @@ import { parse } from 'jsonc-parser';
5
5
  import GitHubService from '../GitHubService.js';
6
6
 
7
7
  /**
8
- * An enum which defines the sources of translations which can be loaded.
8
+ * Defines the available sources for translation files.
9
+ *
10
+ * Each source corresponds to a specific project or module that has
11
+ * its own translation file stored in the translations repository.
9
12
  */
10
13
  export enum TranslationSource {
11
- dashboard = 'dashboard'
14
+ /** Translations for the dashboard project */
15
+ Dashboard = 'dashboard'
12
16
  }
13
17
 
14
18
  /**
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aneuhold/be-ts-lib",
3
3
  "author": "Anton G. Neuhold Jr.",
4
4
  "license": "MIT",
5
- "version": "2.0.85",
5
+ "version": "2.0.87",
6
6
  "description": "A backend TypeScript library used for common functionality in personal backend projects.",
7
7
  "packageManager": "pnpm@10.12.1",
8
8
  "type": "module",
@@ -50,22 +50,22 @@
50
50
  "dependencies": {
51
51
  "@aneuhold/core-ts-api-lib": "*",
52
52
  "@aneuhold/core-ts-lib": "*",
53
- "dotenv": "^16.5.0",
53
+ "dotenv": "^17.2.3",
54
54
  "jsonc-parser": "^3.3.1",
55
- "node-fetch": "^2",
56
- "octokit": "^3.1.2"
55
+ "node-fetch": "^3.3.2",
56
+ "octokit": "^5.0.4"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@aneuhold/local-npm-registry": "*",
60
- "@aneuhold/main-scripts": "^2.5.2",
61
- "@types/node": "^22.15.32",
62
- "@types/node-fetch": "^2.6.12",
63
- "eslint": "^9.29.0",
64
- "jsr": "^0.13.4",
65
- "prettier": "^3.5.3",
60
+ "@aneuhold/main-scripts": "^2.6.1",
61
+ "@types/node": "^24.9.1",
62
+ "@types/node-fetch": "^2.6.13",
63
+ "eslint": "^9.38.0",
64
+ "jsr": "^0.13.5",
65
+ "prettier": "^3.6.2",
66
66
  "rimraf": "^6.0.1",
67
- "tsx": "^4.20.3",
68
- "typescript": "^5.8.3",
69
- "vitest": "^3.2.4"
67
+ "tsx": "^4.20.6",
68
+ "typescript": "^5.9.3",
69
+ "vitest": "^4.0.3"
70
70
  }
71
71
  }