@rafikidota/iroh 0.41.3 → 0.42.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rafikidota/iroh",
3
- "version": "0.41.3",
3
+ "version": "0.42.0",
4
4
  "description": "Sometimes, the best way to solve your own problems is to help someone else.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,39 +34,39 @@
34
34
  "@angular-devkit/schematics": "19.2.13",
35
35
  "@angular-devkit/schematics-cli": "19.2.13",
36
36
  "@eslint/eslintrc": "3.3.1",
37
- "@eslint/js": "9.31.0",
38
- "@nestjs/common": "11.1.4",
37
+ "@eslint/js": "9.32.0",
38
+ "@nestjs/common": "11.1.6",
39
39
  "@nestjs/config": "4.0.2",
40
- "@nestjs/core": "11.1.4",
40
+ "@nestjs/core": "11.1.6",
41
41
  "@nestjs/swagger": "11.2.0",
42
42
  "@nestjs/typeorm": "11.0.0",
43
43
  "@rafikidota/serpens": "1.11.0",
44
44
  "@swc/cli": "0.7.8",
45
- "@swc/core": "1.12.14",
45
+ "@swc/core": "1.13.3",
46
46
  "@swc/helpers": "0.5.17",
47
47
  "@types/express": "5.0.3",
48
- "@types/node": "24.0.14",
48
+ "@types/node": "24.2.0",
49
49
  "@types/uuid": "10.0.0",
50
- "@typescript-eslint/eslint-plugin": "8.37.0",
51
- "@typescript-eslint/parser": "8.37.0",
50
+ "@typescript-eslint/eslint-plugin": "8.39.0",
51
+ "@typescript-eslint/parser": "8.39.0",
52
52
  "class-transformer": "0.5.1",
53
53
  "class-validator": "0.14.2",
54
- "eslint": "9.31.0",
55
- "eslint-config-prettier": "10.1.5",
54
+ "eslint": "9.32.0",
55
+ "eslint-config-prettier": "10.1.8",
56
56
  "eslint-plugin-import": "2.32.0",
57
- "eslint-plugin-prettier": "5.5.1",
57
+ "eslint-plugin-prettier": "5.5.4",
58
58
  "express": "5.1.0",
59
59
  "globals": "16.3.0",
60
60
  "husky": "9.1.7",
61
- "joi": "17.13.3",
62
- "lint-staged": "16.1.2",
61
+ "joi": "18.0.0",
62
+ "lint-staged": "16.1.4",
63
63
  "prettier": "3.6.2",
64
64
  "reflect-metadata": "0.2.2",
65
65
  "rimraf": "6.0.1",
66
66
  "rxjs": "7.8.2",
67
67
  "typeorm": "0.3.25",
68
- "typescript": "5.8.3",
69
- "typescript-eslint": "8.37.0",
68
+ "typescript": "5.9.2",
69
+ "typescript-eslint": "8.39.0",
70
70
  "uuid": "11.1.0"
71
71
  },
72
72
  "peerDependencies": {
@@ -87,53 +87,13 @@
87
87
  "@swc/helpers": "^0.5.0",
88
88
  "class-transformer": ">=0.4.1",
89
89
  "class-validator": ">=0.13.2",
90
- "joi": "^17.13.0",
90
+ "joi": "^17.0.0 || ^18.0.0",
91
91
  "reflect-metadata": "^0.2.0",
92
92
  "rxjs": "^7.8.0",
93
93
  "typeorm": "^0.3.0",
94
94
  "uuid": "^11.0.0"
95
95
  },
96
- "peerDependenciesMeta": {
97
- "@angular-devkit/core": {
98
- "optional": true
99
- },
100
- "@angular-devkit/schematics": {
101
- "optional": true
102
- },
103
- "@angular-devkit/schematics-cli": {
104
- "optional": true
105
- },
106
- "@nestjs/microservices": {
107
- "optional": true
108
- },
109
- "@nestjs/platform-express": {
110
- "optional": true
111
- },
112
- "@nestjs/swagger": {
113
- "optional": true
114
- },
115
- "@nestjs/typeorm": {
116
- "optional": true
117
- },
118
- "@nestjs/websockets": {
119
- "optional": true
120
- },
121
- "@rafikidota/serpens": {
122
- "optional": true
123
- },
124
- "@swc/cli": {
125
- "optional": true
126
- },
127
- "@swc/core": {
128
- "optional": true
129
- },
130
- "@swc/helpers": {
131
- "optional": true
132
- },
133
- "typeorm": {
134
- "optional": true
135
- }
136
- },
96
+ "peerDependenciesMeta": {},
137
97
  "lint-staged": {
138
98
  "**/*.{ts,json}": [
139
99
  "prettier --write",
@@ -1,6 +0,0 @@
1
- export declare class PackageLoader {
2
- private static logger;
3
- private static missing;
4
- static load(packageName: string, context: string, loaderFn?: Function): any;
5
- static loadOptional(packageName: string, context: string, loaderFn?: Function): any;
6
- }
@@ -1,34 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PackageLoader = void 0;
4
- const timestamp_logger_1 = require("../loggers/providers/timestamp.logger");
5
- class PackageLoader {
6
- static missing(name, reason) {
7
- return `The "${name}" package is missing. Please, make sure to install it to take advantage of ${reason}.`;
8
- }
9
- static load(packageName, context, loaderFn) {
10
- try {
11
- this.logger.start();
12
- return loaderFn ? loaderFn() : require(packageName);
13
- }
14
- catch {
15
- const message = this.missing(packageName, context);
16
- this.logger.error(message);
17
- timestamp_logger_1.TimestampLogger.flush();
18
- process.exit(1);
19
- }
20
- }
21
- static loadOptional(packageName, context, loaderFn) {
22
- try {
23
- return loaderFn ? loaderFn() : require(packageName);
24
- }
25
- catch {
26
- const message = this.missing(packageName, context);
27
- this.logger.warn(message);
28
- return null;
29
- }
30
- }
31
- }
32
- exports.PackageLoader = PackageLoader;
33
- PackageLoader.logger = new timestamp_logger_1.TimestampLogger('PackageLoader');
34
- //# sourceMappingURL=package-loader.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"package-loader.js","sourceRoot":"","sources":["../../../src/common/util/package-loader.ts"],"names":[],"mappings":";;;AAAA,4EAAwE;AAExE,MAAa,aAAa;IAGhB,MAAM,CAAC,OAAO,CAAC,IAAY,EAAE,MAAc;QACjD,OAAO,QAAQ,IAAI,8EAA8E,MAAM,GAAG,CAAC;IAC7G,CAAC;IAGD,MAAM,CAAC,IAAI,CAAC,WAAmB,EAAE,OAAe,EAAE,QAAmB;QACnE,IAAI,CAAC;YACH,IAAI,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;YAEpB,OAAO,QAAQ,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;QACtD,CAAC;QAAC,MAAM,CAAC;YACP,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;YACnD,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;YAC3B,kCAAe,CAAC,KAAK,EAAE,CAAC;YACxB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAClB,CAAC;IACH,CAAC;IAED,MAAM,CAAC,YAAY,CACjB,WAAmB,EACnB,OAAe,EAEf,QAAmB;QAEnB,IAAI,CAAC;YAEH,OAAO,QAAQ,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;QACtD,CAAC;QAAC,MAAM,CAAC;YACP,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;YACnD,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YAC1B,OAAO,IAAI,CAAC;QACd,CAAC;IACH,CAAC;;AAnCH,sCAoCC;AAnCgB,oBAAM,GAAG,IAAI,kCAAe,CAAC,eAAe,CAAC,CAAC"}