|
32 | 32 | "exports": { |
33 | 33 | ".": "./dist/index.mjs", |
34 | 34 | "./swag-axios-js": { |
35 | | - "types": "./dist/axios/js/index.d.ts", |
| 35 | + "types": "./dist/axios/js/index.d.mts", |
36 | 36 | "default": "./dist/axios/js/index.mjs" |
37 | 37 | }, |
38 | 38 | "./swag-axios-ts": { |
39 | | - "types": "./dist/axios/ts/index.d.ts", |
| 39 | + "types": "./dist/axios/ts/index.d.mts", |
40 | 40 | "default": "./dist/axios/ts/index.mjs" |
41 | 41 | }, |
42 | 42 | "./swag-fetch-js": { |
43 | | - "types": "./dist/fetch/js/index.d.ts", |
| 43 | + "types": "./dist/fetch/js/index.d.mts", |
44 | 44 | "default": "./dist/fetch/js/index.mjs" |
45 | 45 | }, |
46 | 46 | "./swag-fetch-ts": { |
47 | | - "types": "./dist/fetch/ts/index.d.ts", |
| 47 | + "types": "./dist/fetch/ts/index.d.mts", |
48 | 48 | "default": "./dist/fetch/ts/index.mjs" |
49 | 49 | }, |
50 | 50 | "./swag-got-js": { |
51 | | - "types": "./dist/got/js/index.d.ts", |
| 51 | + "types": "./dist/got/js/index.d.mts", |
52 | 52 | "default": "./dist/got/js/index.mjs" |
53 | 53 | }, |
54 | 54 | "./swag-got-ts": { |
55 | | - "types": "./dist/got/ts/index.d.ts", |
| 55 | + "types": "./dist/got/ts/index.d.mts", |
56 | 56 | "default": "./dist/got/ts/index.mjs" |
57 | 57 | }, |
58 | 58 | "./swag-ky-js": { |
59 | | - "types": "./dist/ky/js/index.d.ts", |
| 59 | + "types": "./dist/ky/js/index.d.mts", |
60 | 60 | "default": "./dist/ky/js/index.mjs" |
61 | 61 | }, |
62 | 62 | "./swag-ky-ts": { |
63 | | - "types": "./dist/ky/ts/index.d.ts", |
| 63 | + "types": "./dist/ky/ts/index.d.mts", |
64 | 64 | "default": "./dist/ky/ts/index.mjs" |
65 | 65 | }, |
66 | 66 | "./swag-ofetch-js": { |
67 | | - "types": "./dist/ofetch/js/index.d.ts", |
| 67 | + "types": "./dist/ofetch/js/index.d.mts", |
68 | 68 | "default": "./dist/ofetch/js/index.mjs" |
69 | 69 | }, |
70 | 70 | "./swag-ofetch-ts": { |
71 | | - "types": "./dist/ofetch/ts/index.d.ts", |
| 71 | + "types": "./dist/ofetch/ts/index.d.mts", |
72 | 72 | "default": "./dist/ofetch/ts/index.mjs" |
73 | 73 | } |
74 | 74 | } |
|
0 commit comments