|
1 | 1 | {
|
2 | 2 | "name": "itty-router",
|
3 |
| - "version": "5.0.18", |
| 3 | + "version": "5.0.19", |
4 | 4 | "description": "A tiny, zero-dependency router, designed to make beautiful APIs in any environment.",
|
5 | 5 | "main": "./index.js",
|
6 | 6 | "module": "./index.mjs",
|
7 | 7 | "types": "./index.d.ts",
|
8 | 8 | "exports": {
|
9 | 9 | ".": {
|
10 |
| - "import": "./dist/index.mjs", |
11 |
| - "types": "./dist/index.d.ts" |
| 10 | + "import": "./index.mjs", |
| 11 | + "types": "./index.d.ts" |
12 | 12 | },
|
13 | 13 | "./AutoRouter": {
|
14 |
| - "import": "./dist/AutoRouter.mjs", |
15 |
| - "types": "./dist/AutoRouter.d.ts" |
| 14 | + "import": "./AutoRouter.mjs", |
| 15 | + "types": "./AutoRouter.d.ts" |
16 | 16 | },
|
17 | 17 | "./cors": {
|
18 |
| - "import": "./dist/cors.mjs", |
19 |
| - "types": "./dist/cors.d.ts" |
| 18 | + "import": "./cors.mjs", |
| 19 | + "types": "./cors.d.ts" |
20 | 20 | },
|
21 | 21 | "./createResponse": {
|
22 |
| - "import": "./dist/createResponse.mjs", |
23 |
| - "types": "./dist/createResponse.d.ts" |
| 22 | + "import": "./createResponse.mjs", |
| 23 | + "types": "./createResponse.d.ts" |
24 | 24 | },
|
25 | 25 | "./error": {
|
26 |
| - "import": "./dist/error.mjs", |
27 |
| - "types": "./dist/error.d.ts" |
| 26 | + "import": "./error.mjs", |
| 27 | + "types": "./error.d.ts" |
28 | 28 | },
|
29 | 29 | "./html": {
|
30 |
| - "import": "./dist/html.mjs", |
31 |
| - "types": "./dist/html.d.ts" |
| 30 | + "import": "./html.mjs", |
| 31 | + "types": "./html.d.ts" |
32 | 32 | },
|
33 | 33 | "./IttyRouter": {
|
34 |
| - "import": "./dist/IttyRouter.mjs", |
35 |
| - "types": "./dist/IttyRouter.d.ts" |
| 34 | + "import": "./IttyRouter.mjs", |
| 35 | + "types": "./IttyRouter.d.ts" |
36 | 36 | },
|
37 | 37 | "./jpeg": {
|
38 |
| - "import": "./dist/jpeg.mjs", |
39 |
| - "types": "./dist/jpeg.d.ts" |
| 38 | + "import": "./jpeg.mjs", |
| 39 | + "types": "./jpeg.d.ts" |
40 | 40 | },
|
41 | 41 | "./json": {
|
42 |
| - "import": "./dist/json.mjs", |
43 |
| - "types": "./dist/json.d.ts" |
| 42 | + "import": "./json.mjs", |
| 43 | + "types": "./json.d.ts" |
44 | 44 | },
|
45 | 45 | "./png": {
|
46 |
| - "import": "./dist/png.mjs", |
47 |
| - "types": "./dist/png.d.ts" |
| 46 | + "import": "./png.mjs", |
| 47 | + "types": "./png.d.ts" |
48 | 48 | },
|
49 | 49 | "./Router": {
|
50 |
| - "import": "./dist/Router.mjs", |
51 |
| - "types": "./dist/Router.d.ts" |
| 50 | + "import": "./Router.mjs", |
| 51 | + "types": "./Router.d.ts" |
52 | 52 | },
|
53 | 53 | "./status": {
|
54 |
| - "import": "./dist/status.mjs", |
55 |
| - "types": "./dist/status.d.ts" |
| 54 | + "import": "./status.mjs", |
| 55 | + "types": "./status.d.ts" |
56 | 56 | },
|
57 | 57 | "./StatusError": {
|
58 |
| - "import": "./dist/StatusError.mjs", |
59 |
| - "types": "./dist/StatusError.d.ts" |
| 58 | + "import": "./StatusError.mjs", |
| 59 | + "types": "./StatusError.d.ts" |
60 | 60 | },
|
61 | 61 | "./text": {
|
62 |
| - "import": "./dist/text.mjs", |
63 |
| - "types": "./dist/text.d.ts" |
| 62 | + "import": "./text.mjs", |
| 63 | + "types": "./text.d.ts" |
64 | 64 | },
|
65 | 65 | "./webp": {
|
66 |
| - "import": "./dist/webp.mjs", |
67 |
| - "types": "./dist/webp.d.ts" |
| 66 | + "import": "./webp.mjs", |
| 67 | + "types": "./webp.d.ts" |
68 | 68 | },
|
69 | 69 | "./websocket": {
|
70 |
| - "import": "./dist/websocket.mjs", |
71 |
| - "types": "./dist/websocket.d.ts" |
| 70 | + "import": "./websocket.mjs", |
| 71 | + "types": "./websocket.d.ts" |
72 | 72 | },
|
73 | 73 | "./withContent": {
|
74 |
| - "import": "./dist/withContent.mjs", |
75 |
| - "types": "./dist/withContent.d.ts" |
| 74 | + "import": "./withContent.mjs", |
| 75 | + "types": "./withContent.d.ts" |
76 | 76 | },
|
77 | 77 | "./withCookies": {
|
78 |
| - "import": "./dist/withCookies.mjs", |
79 |
| - "types": "./dist/withCookies.d.ts" |
| 78 | + "import": "./withCookies.mjs", |
| 79 | + "types": "./withCookies.d.ts" |
80 | 80 | },
|
81 | 81 | "./withParams": {
|
82 |
| - "import": "./dist/withParams.mjs", |
83 |
| - "types": "./dist/withParams.d.ts" |
| 82 | + "import": "./withParams.mjs", |
| 83 | + "types": "./withParams.d.ts" |
84 | 84 | }
|
85 | 85 | },
|
86 | 86 | "keywords": [
|
|
0 commit comments