Skip to content

Commit 1720f31

Browse files
committed
released v5.0.19 - upgraded to itty-packager
1 parent b9d196d commit 1720f31

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,86 @@
11
{
22
"name": "itty-router",
3-
"version": "5.0.18",
3+
"version": "5.0.19",
44
"description": "A tiny, zero-dependency router, designed to make beautiful APIs in any environment.",
55
"main": "./index.js",
66
"module": "./index.mjs",
77
"types": "./index.d.ts",
88
"exports": {
99
".": {
10-
"import": "./dist/index.mjs",
11-
"types": "./dist/index.d.ts"
10+
"import": "./index.mjs",
11+
"types": "./index.d.ts"
1212
},
1313
"./AutoRouter": {
14-
"import": "./dist/AutoRouter.mjs",
15-
"types": "./dist/AutoRouter.d.ts"
14+
"import": "./AutoRouter.mjs",
15+
"types": "./AutoRouter.d.ts"
1616
},
1717
"./cors": {
18-
"import": "./dist/cors.mjs",
19-
"types": "./dist/cors.d.ts"
18+
"import": "./cors.mjs",
19+
"types": "./cors.d.ts"
2020
},
2121
"./createResponse": {
22-
"import": "./dist/createResponse.mjs",
23-
"types": "./dist/createResponse.d.ts"
22+
"import": "./createResponse.mjs",
23+
"types": "./createResponse.d.ts"
2424
},
2525
"./error": {
26-
"import": "./dist/error.mjs",
27-
"types": "./dist/error.d.ts"
26+
"import": "./error.mjs",
27+
"types": "./error.d.ts"
2828
},
2929
"./html": {
30-
"import": "./dist/html.mjs",
31-
"types": "./dist/html.d.ts"
30+
"import": "./html.mjs",
31+
"types": "./html.d.ts"
3232
},
3333
"./IttyRouter": {
34-
"import": "./dist/IttyRouter.mjs",
35-
"types": "./dist/IttyRouter.d.ts"
34+
"import": "./IttyRouter.mjs",
35+
"types": "./IttyRouter.d.ts"
3636
},
3737
"./jpeg": {
38-
"import": "./dist/jpeg.mjs",
39-
"types": "./dist/jpeg.d.ts"
38+
"import": "./jpeg.mjs",
39+
"types": "./jpeg.d.ts"
4040
},
4141
"./json": {
42-
"import": "./dist/json.mjs",
43-
"types": "./dist/json.d.ts"
42+
"import": "./json.mjs",
43+
"types": "./json.d.ts"
4444
},
4545
"./png": {
46-
"import": "./dist/png.mjs",
47-
"types": "./dist/png.d.ts"
46+
"import": "./png.mjs",
47+
"types": "./png.d.ts"
4848
},
4949
"./Router": {
50-
"import": "./dist/Router.mjs",
51-
"types": "./dist/Router.d.ts"
50+
"import": "./Router.mjs",
51+
"types": "./Router.d.ts"
5252
},
5353
"./status": {
54-
"import": "./dist/status.mjs",
55-
"types": "./dist/status.d.ts"
54+
"import": "./status.mjs",
55+
"types": "./status.d.ts"
5656
},
5757
"./StatusError": {
58-
"import": "./dist/StatusError.mjs",
59-
"types": "./dist/StatusError.d.ts"
58+
"import": "./StatusError.mjs",
59+
"types": "./StatusError.d.ts"
6060
},
6161
"./text": {
62-
"import": "./dist/text.mjs",
63-
"types": "./dist/text.d.ts"
62+
"import": "./text.mjs",
63+
"types": "./text.d.ts"
6464
},
6565
"./webp": {
66-
"import": "./dist/webp.mjs",
67-
"types": "./dist/webp.d.ts"
66+
"import": "./webp.mjs",
67+
"types": "./webp.d.ts"
6868
},
6969
"./websocket": {
70-
"import": "./dist/websocket.mjs",
71-
"types": "./dist/websocket.d.ts"
70+
"import": "./websocket.mjs",
71+
"types": "./websocket.d.ts"
7272
},
7373
"./withContent": {
74-
"import": "./dist/withContent.mjs",
75-
"types": "./dist/withContent.d.ts"
74+
"import": "./withContent.mjs",
75+
"types": "./withContent.d.ts"
7676
},
7777
"./withCookies": {
78-
"import": "./dist/withCookies.mjs",
79-
"types": "./dist/withCookies.d.ts"
78+
"import": "./withCookies.mjs",
79+
"types": "./withCookies.d.ts"
8080
},
8181
"./withParams": {
82-
"import": "./dist/withParams.mjs",
83-
"types": "./dist/withParams.d.ts"
82+
"import": "./withParams.mjs",
83+
"types": "./withParams.d.ts"
8484
}
8585
},
8686
"keywords": [

0 commit comments

Comments
 (0)