|
1 | 1 | { |
2 | 2 | "name": "@hatsy/hatsy", |
3 | | - "version": "2.5.3", |
| 3 | + "version": "3.0.0-pre.0", |
4 | 4 | "description": "Asynchronous TypeScript-friendly HTTP server for Node.js", |
5 | 5 | "keywords": [ |
6 | 6 | "http-framework", |
|
22 | 22 | "types": "./dist/hatsy.d.ts", |
23 | 23 | "typesVersions": { |
24 | 24 | "*": { |
25 | | - "core": [ |
| 25 | + "core.js": [ |
26 | 26 | "./dist/hatsy.core.d.ts" |
27 | 27 | ], |
28 | | - "testing": [ |
| 28 | + "testing.js": [ |
29 | 29 | "./dist/hatsy.testing.d.ts" |
30 | 30 | ] |
31 | 31 | } |
|
35 | 35 | "types": "./dist/hatsy.d.ts", |
36 | 36 | "default": "./dist/hatsy.js" |
37 | 37 | }, |
38 | | - "./core": { |
| 38 | + "./core.js": { |
39 | 39 | "types": "./dist/hatsy.core.d.ts", |
40 | 40 | "default": "./dist/hatsy.core.js" |
41 | 41 | }, |
42 | 42 | "./package.json": "./package.json", |
43 | | - "./testing": { |
| 43 | + "./testing.js": { |
44 | 44 | "types": "./dist/hatsy.testing.d.ts", |
45 | 45 | "default": "./dist/hatsy.testing.js" |
46 | 46 | } |
47 | 47 | }, |
48 | 48 | "sideEffects": false, |
49 | 49 | "dependencies": { |
50 | | - "@frontmeans/httongue": "^2.4.0", |
51 | | - "@hatsy/http-header-value": "^3.7.1", |
52 | | - "@proc7ts/logger": "^1.3.2", |
53 | | - "@proc7ts/primitives": "^3.0.2" |
| 50 | + "@proc7ts/logger": "^2.0.0", |
| 51 | + "@proc7ts/primitives": "^4.0.1", |
| 52 | + "httongue": "^3.1.0", |
| 53 | + "http-header-value": "^4.0.0" |
54 | 54 | }, |
55 | 55 | "engines": { |
56 | | - "node": ">=12" |
| 56 | + "node": ">=18" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | 59 | "@jest/globals": "^29.7.0", |
60 | | - "@proc7ts/context-values": "^7.1.1", |
61 | | - "@proc7ts/logger": "^1.3.2", |
62 | 60 | "@run-z/eslint-config": "^3.5.0", |
63 | 61 | "@run-z/prettier-config": "^2.0.0", |
64 | 62 | "@run-z/project-config": "^0.20.0", |
|
0 commit comments