@emoyly/problem 9.0.0 → 9.1.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/dist/problem.d.ts +1 -1
- package/dist/util/version.d.ts +1 -1
- package/dist/util/version.js +1 -1
- package/package.json +30 -23
- package/src/util/version.ts +1 -1
package/dist/problem.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export declare class Problem extends Error implements IProblem {
|
|
|
6
6
|
detail: string | undefined;
|
|
7
7
|
instance: string | undefined;
|
|
8
8
|
errorObject?: unknown;
|
|
9
|
-
readonly __problemVersion = "9.
|
|
9
|
+
readonly __problemVersion = "9.1.0";
|
|
10
10
|
data: unknown;
|
|
11
11
|
source?: string;
|
|
12
12
|
constructor(opts: ProblemOpts);
|
package/dist/util/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "9.
|
|
1
|
+
export declare const version = "9.1.0";
|
|
2
2
|
export declare const major: number;
|
package/dist/util/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '9.
|
|
1
|
+
export const version = '9.1.0';
|
|
2
2
|
export const major = Number(version.split('.')[0]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@emoyly/problem",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "A simple error library based around the RFC-7807 standard with optional support for different parsers and middleware.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -15,27 +15,27 @@
|
|
|
15
15
|
"test": "concurrently \"node --import @swc-node/register/esm-register --test ./test/**/*.test.ts\" \"node --import @swc-node/register/esm-register ./test/consumptionTest.ts\""
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@emoyly/devutils": "^1.0
|
|
19
|
-
"@emoyly/eslint-config": "^1.
|
|
20
|
-
"@emoyly/utils": "^
|
|
21
|
-
"@mikro-orm/core": "^6.
|
|
22
|
-
"@stylistic/eslint-plugin-js": "^
|
|
23
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
24
|
-
"@swc-node/register": "^1.
|
|
25
|
-
"@swc/core": "^1.
|
|
26
|
-
"@types/express": "^5.0.
|
|
27
|
-
"@types/jsonwebtoken": "^9.0.
|
|
28
|
-
"@types/node": "^
|
|
29
|
-
"@types/semver": "^7.
|
|
30
|
-
"axios": "^1.
|
|
31
|
-
"concurrently": "^9.1
|
|
32
|
-
"eslint": "^9.
|
|
18
|
+
"@emoyly/devutils": "^1.1.0",
|
|
19
|
+
"@emoyly/eslint-config": "^1.2.2",
|
|
20
|
+
"@emoyly/utils": "^2.0.3",
|
|
21
|
+
"@mikro-orm/core": "^6.5.3",
|
|
22
|
+
"@stylistic/eslint-plugin-js": "^4.4.1",
|
|
23
|
+
"@stylistic/eslint-plugin-ts": "^4.4.1",
|
|
24
|
+
"@swc-node/register": "^1.11.1",
|
|
25
|
+
"@swc/core": "^1.13.5",
|
|
26
|
+
"@types/express": "^5.0.3",
|
|
27
|
+
"@types/jsonwebtoken": "^9.0.10",
|
|
28
|
+
"@types/node": "^24.5.0",
|
|
29
|
+
"@types/semver": "^7.7.1",
|
|
30
|
+
"axios": "^1.12.2",
|
|
31
|
+
"concurrently": "^9.2.1",
|
|
32
|
+
"eslint": "^9.35.0",
|
|
33
33
|
"jsonwebtoken": "^9.0.2",
|
|
34
|
-
"semver": "^7.
|
|
34
|
+
"semver": "^7.7.2",
|
|
35
35
|
"tsoa": "^6.6.0",
|
|
36
|
-
"typescript": "^5.
|
|
37
|
-
"typescript-eslint": "^8.
|
|
38
|
-
"zod": "^
|
|
36
|
+
"typescript": "^5.9.2",
|
|
37
|
+
"typescript-eslint": "^8.44.0",
|
|
38
|
+
"zod": "^4.1.8"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@mikro-orm/core": "*",
|
|
@@ -61,14 +61,21 @@
|
|
|
61
61
|
"optional": true
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
|
-
"packageManager": "yarn@4.
|
|
64
|
+
"packageManager": "yarn@4.9.4",
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public",
|
|
67
67
|
"registry": "https://registry.npmjs.org"
|
|
68
68
|
},
|
|
69
69
|
"exports": {
|
|
70
70
|
".": "./dist/index.js",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
71
|
+
"./defaults": "./dist/defaults/index.js",
|
|
72
|
+
"./middleware/axios": "./dist/middleware/axios.js",
|
|
73
|
+
"./middleware/base": "./dist/middleware/base.js",
|
|
74
|
+
"./middleware/express": "./dist/middleware/express.js",
|
|
75
|
+
"./parsers/axios": "./dist/parsers/axios.js",
|
|
76
|
+
"./parsers/jsonwebtoken": "./dist/parsers/jsonwebtoken.js",
|
|
77
|
+
"./parsers/mikroorm": "./dist/parsers/mikroorm.js",
|
|
78
|
+
"./parsers/tsoa": "./dist/parsers/tsoa.js",
|
|
79
|
+
"./parsers/zod": "./dist/parsers/zod.js"
|
|
73
80
|
}
|
|
74
81
|
}
|
package/src/util/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '9.
|
|
1
|
+
export const version = '9.1.0'
|
|
2
2
|
export const major = Number(version.split('.')[0])
|