|
1 | 1 | { |
2 | 2 | "name": "@chubbyts/chubbyts-framework", |
3 | 3 | "type": "module", |
4 | | - "version": "3.0.3", |
| 4 | + "version": "3.1.0", |
5 | 5 | "description": "A minimal, highly performant middleware PSR-15 inspired function based micro framework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use.", |
6 | 6 | "keywords": [ |
7 | 7 | "chubbyts", |
|
44 | 44 | "node": ">=20" |
45 | 45 | }, |
46 | 46 | "dependencies": { |
47 | | - "@chubbyts/chubbyts-dic-types": "^2.0.2", |
48 | | - "@chubbyts/chubbyts-http-error": "^3.1.3", |
49 | | - "@chubbyts/chubbyts-log-types": "^3.0.3", |
50 | | - "@chubbyts/chubbyts-throwable-to-error": "^2.0.4", |
51 | | - "@chubbyts/chubbyts-undici-server": "^1.0.3" |
| 47 | + "@chubbyts/chubbyts-dic-types": "^2.1.0", |
| 48 | + "@chubbyts/chubbyts-http-error": "^3.2.0", |
| 49 | + "@chubbyts/chubbyts-log-types": "^3.1.0", |
| 50 | + "@chubbyts/chubbyts-throwable-to-error": "^2.1.0", |
| 51 | + "@chubbyts/chubbyts-undici-server": "^1.1.0" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@chubbyts/chubbyts-eslint": "^5.0.0", |
55 | | - "@chubbyts/chubbyts-function-mock": "^2.0.4", |
56 | | - "@stryker-mutator/core": "^9.6.0", |
57 | | - "@stryker-mutator/vitest-runner": "^9.6.0", |
58 | | - "@types/node": "^25.5.0", |
59 | | - "@vitest/coverage-v8": "^4.1.0", |
60 | | - "prettier": "^3.8.1", |
61 | | - "typedoc": "^0.28.17", |
62 | | - "typescript": "^5.9.3", |
63 | | - "vitest": "^4.1.0" |
| 54 | + "@chubbyts/chubbyts-eslint": "^5.1.0", |
| 55 | + "@chubbyts/chubbyts-function-mock": "^2.1.0", |
| 56 | + "@stryker-mutator/core": "^9.6.1", |
| 57 | + "@stryker-mutator/vitest-runner": "^9.6.1", |
| 58 | + "@types/node": "^25.6.0", |
| 59 | + "@vitest/coverage-v8": "^4.1.4", |
| 60 | + "prettier": "^3.8.2", |
| 61 | + "typedoc": "^0.28.19", |
| 62 | + "typescript": "^6.0.2", |
| 63 | + "vitest": "^4.1.4" |
64 | 64 | }, |
65 | 65 | "publishConfig": { |
66 | 66 | "access": "public" |
|
71 | 71 | "unrs-resolver" |
72 | 72 | ] |
73 | 73 | }, |
74 | | - "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be" |
| 74 | + "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319" |
75 | 75 | } |
0 commit comments