@twin.org/web 0.0.3-next.21 → 0.0.3-next.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/docs/changelog.md +41 -1
- package/docs/examples.md +108 -1
- package/docs/reference/classes/CookieHelper.md +4 -4
- package/docs/reference/classes/FetchError.md +453 -1
- package/docs/reference/classes/FetchHelper.md +8 -8
- package/docs/reference/classes/HeaderHelper.md +7 -7
- package/docs/reference/classes/Jwk.md +6 -6
- package/docs/reference/classes/Jws.md +3 -3
- package/docs/reference/classes/Jwt.md +13 -13
- package/docs/reference/classes/MimeTypeHelper.md +2 -2
- package/docs/reference/interfaces/IFetchOptions.md +6 -6
- package/docs/reference/variables/HeaderTypes.md +32 -32
- package/docs/reference/variables/HttpMethod.md +9 -9
- package/docs/reference/variables/HttpStatusCode.md +62 -62
- package/docs/reference/variables/MimeTypes.md +65 -65
- package/package.json +6 -6
|
@@ -6,391 +6,391 @@ Common mime types.
|
|
|
6
6
|
|
|
7
7
|
## Type Declaration
|
|
8
8
|
|
|
9
|
-
### PlainText
|
|
9
|
+
### PlainText {#plaintext}
|
|
10
10
|
|
|
11
11
|
> `readonly` **PlainText**: `"text/plain"` = `"text/plain"`
|
|
12
12
|
|
|
13
13
|
Plaint Text - text/plain
|
|
14
14
|
|
|
15
|
-
### EventStream
|
|
15
|
+
### EventStream {#eventstream}
|
|
16
16
|
|
|
17
17
|
> `readonly` **EventStream**: `"text/event-stream"` = `"text/event-stream"`
|
|
18
18
|
|
|
19
19
|
Event Stream - text/event-stream
|
|
20
20
|
|
|
21
|
-
### Html
|
|
21
|
+
### Html {#html}
|
|
22
22
|
|
|
23
23
|
> `readonly` **Html**: `"text/html"` = `"text/html"`
|
|
24
24
|
|
|
25
25
|
HTML - text/html
|
|
26
26
|
|
|
27
|
-
### Css
|
|
27
|
+
### Css {#css}
|
|
28
28
|
|
|
29
29
|
> `readonly` **Css**: `"text/css"` = `"text/css"`
|
|
30
30
|
|
|
31
31
|
CSS - text/css
|
|
32
32
|
|
|
33
|
-
### Javascript
|
|
33
|
+
### Javascript {#javascript}
|
|
34
34
|
|
|
35
35
|
> `readonly` **Javascript**: `"text/javascript"` = `"text/javascript"`
|
|
36
36
|
|
|
37
37
|
Javascript - text/javascript
|
|
38
38
|
|
|
39
|
-
### Markdown
|
|
39
|
+
### Markdown {#markdown}
|
|
40
40
|
|
|
41
41
|
> `readonly` **Markdown**: `"text/markdown"` = `"text/markdown"`
|
|
42
42
|
|
|
43
43
|
Markdown - text/markdown
|
|
44
44
|
|
|
45
|
-
### Json
|
|
45
|
+
### Json {#json}
|
|
46
46
|
|
|
47
47
|
> `readonly` **Json**: `"application/json"` = `"application/json"`
|
|
48
48
|
|
|
49
49
|
JSON - application/json
|
|
50
50
|
|
|
51
|
-
### ProblemJson
|
|
51
|
+
### ProblemJson {#problemjson}
|
|
52
52
|
|
|
53
53
|
> `readonly` **ProblemJson**: `"application/problem+json"` = `"application/problem+json"`
|
|
54
54
|
|
|
55
55
|
Problem JSON - application/problem+json
|
|
56
56
|
|
|
57
|
-
### JsonLd
|
|
57
|
+
### JsonLd {#jsonld}
|
|
58
58
|
|
|
59
59
|
> `readonly` **JsonLd**: `"application/ld+json"` = `"application/ld+json"`
|
|
60
60
|
|
|
61
61
|
JSON-LD - application/ld+json
|
|
62
62
|
|
|
63
|
-
### ActivityStreams
|
|
63
|
+
### ActivityStreams {#activitystreams}
|
|
64
64
|
|
|
65
65
|
> `readonly` **ActivityStreams**: `"application/activity+json"` = `"application/activity+json"`
|
|
66
66
|
|
|
67
67
|
Activity Streams - application/activity+json
|
|
68
68
|
|
|
69
|
-
### JrdJson
|
|
69
|
+
### JrdJson {#jrdjson}
|
|
70
70
|
|
|
71
71
|
> `readonly` **JrdJson**: `"application/jrd+json"` = `"application/jrd+json"`
|
|
72
72
|
|
|
73
73
|
WebFinger JRD - application/jrd+json
|
|
74
74
|
|
|
75
|
-
### Jwt
|
|
75
|
+
### Jwt {#jwt}
|
|
76
76
|
|
|
77
77
|
> `readonly` **Jwt**: `"application/jwt"` = `"application/jwt"`
|
|
78
78
|
|
|
79
79
|
JWT - application/jwt
|
|
80
80
|
|
|
81
|
-
### AccessTokenJwt
|
|
81
|
+
### AccessTokenJwt {#accesstokenjwt}
|
|
82
82
|
|
|
83
83
|
> `readonly` **AccessTokenJwt**: `"application/at+jwt"` = `"application/at+jwt"`
|
|
84
84
|
|
|
85
85
|
Access Token JWT - application/at+jwt
|
|
86
86
|
|
|
87
|
-
### Jose
|
|
87
|
+
### Jose {#jose}
|
|
88
88
|
|
|
89
89
|
> `readonly` **Jose**: `"application/jose"` = `"application/jose"`
|
|
90
90
|
|
|
91
91
|
JOSE (Compact Serialization) - application/jose
|
|
92
92
|
|
|
93
|
-
### JoseJson
|
|
93
|
+
### JoseJson {#josejson}
|
|
94
94
|
|
|
95
95
|
> `readonly` **JoseJson**: `"application/jose+json"` = `"application/jose+json"`
|
|
96
96
|
|
|
97
97
|
JOSE (JSON Serialization) - application/jose+json
|
|
98
98
|
|
|
99
|
-
### JwkJson
|
|
99
|
+
### JwkJson {#jwkjson}
|
|
100
100
|
|
|
101
101
|
> `readonly` **JwkJson**: `"application/jwk+json"` = `"application/jwk+json"`
|
|
102
102
|
|
|
103
103
|
JSON Web Key (JWK) - application/jwk+json
|
|
104
104
|
|
|
105
|
-
### JwkSetJson
|
|
105
|
+
### JwkSetJson {#jwksetjson}
|
|
106
106
|
|
|
107
107
|
> `readonly` **JwkSetJson**: `"application/jwk-set+json"` = `"application/jwk-set+json"`
|
|
108
108
|
|
|
109
109
|
JSON Web Key Set (JWKS) - application/jwk-set+json
|
|
110
110
|
|
|
111
|
-
### DidJson
|
|
111
|
+
### DidJson {#didjson}
|
|
112
112
|
|
|
113
113
|
> `readonly` **DidJson**: `"application/did+json"` = `"application/did+json"`
|
|
114
114
|
|
|
115
115
|
Decentralized Identifier (DID) - application/did+json
|
|
116
116
|
|
|
117
|
-
### DidLdJson
|
|
117
|
+
### DidLdJson {#didldjson}
|
|
118
118
|
|
|
119
119
|
> `readonly` **DidLdJson**: `"application/did+ld+json"` = `"application/did+ld+json"`
|
|
120
120
|
|
|
121
121
|
Decentralized Identifier (DID) (JSON-LD) - application/did+ld+json
|
|
122
122
|
|
|
123
|
-
### VerifiableCredentialLdJson
|
|
123
|
+
### VerifiableCredentialLdJson {#verifiablecredentialldjson}
|
|
124
124
|
|
|
125
125
|
> `readonly` **VerifiableCredentialLdJson**: `"application/vc+ld+json"` = `"application/vc+ld+json"`
|
|
126
126
|
|
|
127
127
|
Verifiable Credential (JSON-LD) - application/vc+ld+json
|
|
128
128
|
|
|
129
|
-
### VerifiablePresentationLdJson
|
|
129
|
+
### VerifiablePresentationLdJson {#verifiablepresentationldjson}
|
|
130
130
|
|
|
131
131
|
> `readonly` **VerifiablePresentationLdJson**: `"application/vp+ld+json"` = `"application/vp+ld+json"`
|
|
132
132
|
|
|
133
133
|
Verifiable Presentation (JSON-LD) - application/vp+ld+json
|
|
134
134
|
|
|
135
|
-
### VerifiableCredentialJwt
|
|
135
|
+
### VerifiableCredentialJwt {#verifiablecredentialjwt}
|
|
136
136
|
|
|
137
137
|
> `readonly` **VerifiableCredentialJwt**: `"application/vc+jwt"` = `"application/vc+jwt"`
|
|
138
138
|
|
|
139
139
|
Verifiable Credential (JWT) - application/vc+jwt
|
|
140
140
|
|
|
141
|
-
### VerifiablePresentationJwt
|
|
141
|
+
### VerifiablePresentationJwt {#verifiablepresentationjwt}
|
|
142
142
|
|
|
143
143
|
> `readonly` **VerifiablePresentationJwt**: `"application/vp+jwt"` = `"application/vp+jwt"`
|
|
144
144
|
|
|
145
145
|
Verifiable Presentation (JWT) - application/vp+jwt
|
|
146
146
|
|
|
147
|
-
### JsonPatch
|
|
147
|
+
### JsonPatch {#jsonpatch}
|
|
148
148
|
|
|
149
149
|
> `readonly` **JsonPatch**: `"application/json-patch+json"` = `"application/json-patch+json"`
|
|
150
150
|
|
|
151
151
|
JSON Patch - application/json-patch+json
|
|
152
152
|
|
|
153
|
-
### MergePatch
|
|
153
|
+
### MergePatch {#mergepatch}
|
|
154
154
|
|
|
155
155
|
> `readonly` **MergePatch**: `"application/merge-patch+json"` = `"application/merge-patch+json"`
|
|
156
156
|
|
|
157
157
|
JSON Merge Patch - application/merge-patch+json
|
|
158
158
|
|
|
159
|
-
### Cwt
|
|
159
|
+
### Cwt {#cwt}
|
|
160
160
|
|
|
161
161
|
> `readonly` **Cwt**: `"application/cwt"` = `"application/cwt"`
|
|
162
162
|
|
|
163
163
|
CBOR Web Token (CWT) - application/cwt
|
|
164
164
|
|
|
165
|
-
### Cose
|
|
165
|
+
### Cose {#cose}
|
|
166
166
|
|
|
167
167
|
> `readonly` **Cose**: `"application/cose"` = `"application/cose"`
|
|
168
168
|
|
|
169
169
|
COSE - application/cose
|
|
170
170
|
|
|
171
|
-
### CoseKey
|
|
171
|
+
### CoseKey {#cosekey}
|
|
172
172
|
|
|
173
173
|
> `readonly` **CoseKey**: `"application/cose-key"` = `"application/cose-key"`
|
|
174
174
|
|
|
175
175
|
COSE Key - application/cose-key
|
|
176
176
|
|
|
177
|
-
### CoseKeySet
|
|
177
|
+
### CoseKeySet {#cosekeyset}
|
|
178
178
|
|
|
179
179
|
> `readonly` **CoseKeySet**: `"application/cose-key-set"` = `"application/cose-key-set"`
|
|
180
180
|
|
|
181
181
|
COSE Key Set - application/cose-key-set
|
|
182
182
|
|
|
183
|
-
### FormUrlEncoded
|
|
183
|
+
### FormUrlEncoded {#formurlencoded}
|
|
184
184
|
|
|
185
185
|
> `readonly` **FormUrlEncoded**: `"application/x-www-form-urlencoded"` = `"application/x-www-form-urlencoded"`
|
|
186
186
|
|
|
187
187
|
Form URL Encoded - application/x-www-form-urlencoded
|
|
188
188
|
|
|
189
|
-
### MultipartFormData
|
|
189
|
+
### MultipartFormData {#multipartformdata}
|
|
190
190
|
|
|
191
191
|
> `readonly` **MultipartFormData**: `"multipart/form-data"` = `"multipart/form-data"`
|
|
192
192
|
|
|
193
193
|
Multipart Form Data - multipart/form-data
|
|
194
194
|
|
|
195
|
-
### Xml
|
|
195
|
+
### Xml {#xml}
|
|
196
196
|
|
|
197
197
|
> `readonly` **Xml**: `"application/xml"` = `"application/xml"`
|
|
198
198
|
|
|
199
199
|
XML - application/xml
|
|
200
200
|
|
|
201
|
-
### Wasm
|
|
201
|
+
### Wasm {#wasm}
|
|
202
202
|
|
|
203
203
|
> `readonly` **Wasm**: `"application/wasm"` = `"application/wasm"`
|
|
204
204
|
|
|
205
205
|
WASM - application/wasm
|
|
206
206
|
|
|
207
|
-
### WebManifest
|
|
207
|
+
### WebManifest {#webmanifest}
|
|
208
208
|
|
|
209
209
|
> `readonly` **WebManifest**: `"application/manifest+json"` = `"application/manifest+json"`
|
|
210
210
|
|
|
211
211
|
Web App Manifest - application/manifest+json
|
|
212
212
|
|
|
213
|
-
### OctetStream
|
|
213
|
+
### OctetStream {#octetstream}
|
|
214
214
|
|
|
215
215
|
> `readonly` **OctetStream**: `"application/octet-stream"` = `"application/octet-stream"`
|
|
216
216
|
|
|
217
217
|
Application Octet Stream, arbitrary binary - application/octet-stream
|
|
218
218
|
|
|
219
|
-
### Gzip
|
|
219
|
+
### Gzip {#gzip}
|
|
220
220
|
|
|
221
221
|
> `readonly` **Gzip**: `"application/gzip"` = `"application/gzip"`
|
|
222
222
|
|
|
223
223
|
Application GZIP - application/gzip
|
|
224
224
|
|
|
225
|
-
### Zlib
|
|
225
|
+
### Zlib {#zlib}
|
|
226
226
|
|
|
227
227
|
> `readonly` **Zlib**: `"application/zlib"` = `"application/zlib"`
|
|
228
228
|
|
|
229
229
|
Application deflate - application/zlib
|
|
230
230
|
|
|
231
|
-
### Bzip2
|
|
231
|
+
### Bzip2 {#bzip2}
|
|
232
232
|
|
|
233
233
|
> `readonly` **Bzip2**: `"application/x-bzip2"` = `"application/x-bzip2"`
|
|
234
234
|
|
|
235
235
|
Application BZIP2 - application/x-bzip2
|
|
236
236
|
|
|
237
|
-
### Zip
|
|
237
|
+
### Zip {#zip}
|
|
238
238
|
|
|
239
239
|
> `readonly` **Zip**: `"application/zip"` = `"application/zip"`
|
|
240
240
|
|
|
241
241
|
Application ZIP - application/zip
|
|
242
242
|
|
|
243
|
-
### Pdf
|
|
243
|
+
### Pdf {#pdf}
|
|
244
244
|
|
|
245
245
|
> `readonly` **Pdf**: `"application/pdf"` = `"application/pdf"`
|
|
246
246
|
|
|
247
247
|
Application PDF - application/pdf
|
|
248
248
|
|
|
249
|
-
### Gif
|
|
249
|
+
### Gif {#gif}
|
|
250
250
|
|
|
251
251
|
> `readonly` **Gif**: `"image/gif"` = `"image/gif"`
|
|
252
252
|
|
|
253
253
|
Image GIF - image/gif
|
|
254
254
|
|
|
255
|
-
### Bmp
|
|
255
|
+
### Bmp {#bmp}
|
|
256
256
|
|
|
257
257
|
> `readonly` **Bmp**: `"image/bmp"` = `"image/bmp"`
|
|
258
258
|
|
|
259
259
|
Image BMP - image/bmp
|
|
260
260
|
|
|
261
|
-
### Jpeg
|
|
261
|
+
### Jpeg {#jpeg}
|
|
262
262
|
|
|
263
263
|
> `readonly` **Jpeg**: `"image/jpeg"` = `"image/jpeg"`
|
|
264
264
|
|
|
265
265
|
Image JPEG - image/jpeg
|
|
266
266
|
|
|
267
|
-
### Png
|
|
267
|
+
### Png {#png}
|
|
268
268
|
|
|
269
269
|
> `readonly` **Png**: `"image/png"` = `"image/png"`
|
|
270
270
|
|
|
271
271
|
Image PNG - image/png
|
|
272
272
|
|
|
273
|
-
### Tiff
|
|
273
|
+
### Tiff {#tiff}
|
|
274
274
|
|
|
275
275
|
> `readonly` **Tiff**: `"image/tiff"` = `"image/tiff"`
|
|
276
276
|
|
|
277
277
|
Image Tiff - image/tiff
|
|
278
278
|
|
|
279
|
-
### Svg
|
|
279
|
+
### Svg {#svg}
|
|
280
280
|
|
|
281
281
|
> `readonly` **Svg**: `"image/svg+xml"` = `"image/svg+xml"`
|
|
282
282
|
|
|
283
283
|
Image SVG - image/svg+xml
|
|
284
284
|
|
|
285
|
-
### Ico
|
|
285
|
+
### Ico {#ico}
|
|
286
286
|
|
|
287
287
|
> `readonly` **Ico**: `"image/x-icon"` = `"image/x-icon"`
|
|
288
288
|
|
|
289
289
|
Image ICO - image/x-icon
|
|
290
290
|
|
|
291
|
-
### WebP
|
|
291
|
+
### WebP {#webp}
|
|
292
292
|
|
|
293
293
|
> `readonly` **WebP**: `"image/webp"` = `"image/webp"`
|
|
294
294
|
|
|
295
295
|
Image WEBP - image/webp
|
|
296
296
|
|
|
297
|
-
### Avif
|
|
297
|
+
### Avif {#avif}
|
|
298
298
|
|
|
299
299
|
> `readonly` **Avif**: `"image/avif"` = `"image/avif"`
|
|
300
300
|
|
|
301
301
|
Image AVIF - image/avif
|
|
302
302
|
|
|
303
|
-
### Apng
|
|
303
|
+
### Apng {#apng}
|
|
304
304
|
|
|
305
305
|
> `readonly` **Apng**: `"image/apng"` = `"image/apng"`
|
|
306
306
|
|
|
307
307
|
Image APNG - image/apng
|
|
308
308
|
|
|
309
|
-
### Woff
|
|
309
|
+
### Woff {#woff}
|
|
310
310
|
|
|
311
311
|
> `readonly` **Woff**: `"font/woff"` = `"font/woff"`
|
|
312
312
|
|
|
313
313
|
Font WOFF - font/woff
|
|
314
314
|
|
|
315
|
-
### Woff2
|
|
315
|
+
### Woff2 {#woff2}
|
|
316
316
|
|
|
317
317
|
> `readonly` **Woff2**: `"font/woff2"` = `"font/woff2"`
|
|
318
318
|
|
|
319
319
|
Font WOFF2 - font/woff2
|
|
320
320
|
|
|
321
|
-
### Ttf
|
|
321
|
+
### Ttf {#ttf}
|
|
322
322
|
|
|
323
323
|
> `readonly` **Ttf**: `"font/ttf"` = `"font/ttf"`
|
|
324
324
|
|
|
325
325
|
Font TTF - font/ttf
|
|
326
326
|
|
|
327
|
-
### Otf
|
|
327
|
+
### Otf {#otf}
|
|
328
328
|
|
|
329
329
|
> `readonly` **Otf**: `"font/otf"` = `"font/otf"`
|
|
330
330
|
|
|
331
331
|
Font OTF - font/otf
|
|
332
332
|
|
|
333
|
-
### Mp3
|
|
333
|
+
### Mp3 {#mp3}
|
|
334
334
|
|
|
335
335
|
> `readonly` **Mp3**: `"audio/mpeg"` = `"audio/mpeg"`
|
|
336
336
|
|
|
337
337
|
Audio MP3 - audio/mpeg
|
|
338
338
|
|
|
339
|
-
### OggAudio
|
|
339
|
+
### OggAudio {#oggaudio}
|
|
340
340
|
|
|
341
341
|
> `readonly` **OggAudio**: `"audio/ogg"` = `"audio/ogg"`
|
|
342
342
|
|
|
343
343
|
Audio OGG - audio/ogg
|
|
344
344
|
|
|
345
|
-
### Wav
|
|
345
|
+
### Wav {#wav}
|
|
346
346
|
|
|
347
347
|
> `readonly` **Wav**: `"audio/wav"` = `"audio/wav"`
|
|
348
348
|
|
|
349
349
|
Audio WAV - audio/wav
|
|
350
350
|
|
|
351
|
-
### WebmAudio
|
|
351
|
+
### WebmAudio {#webmaudio}
|
|
352
352
|
|
|
353
353
|
> `readonly` **WebmAudio**: `"audio/webm"` = `"audio/webm"`
|
|
354
354
|
|
|
355
355
|
Audio WEBM - audio/webm
|
|
356
356
|
|
|
357
|
-
### Aac
|
|
357
|
+
### Aac {#aac}
|
|
358
358
|
|
|
359
359
|
> `readonly` **Aac**: `"audio/aac"` = `"audio/aac"`
|
|
360
360
|
|
|
361
361
|
Audio AAC - audio/aac
|
|
362
362
|
|
|
363
|
-
### Mp4Audio
|
|
363
|
+
### Mp4Audio {#mp4audio}
|
|
364
364
|
|
|
365
365
|
> `readonly` **Mp4Audio**: `"audio/mp4"` = `"audio/mp4"`
|
|
366
366
|
|
|
367
367
|
Audio MP4 - audio/mp4
|
|
368
368
|
|
|
369
|
-
### Mp4
|
|
369
|
+
### Mp4 {#mp4}
|
|
370
370
|
|
|
371
371
|
> `readonly` **Mp4**: `"video/mp4"` = `"video/mp4"`
|
|
372
372
|
|
|
373
373
|
Video MP4 - video/mp4
|
|
374
374
|
|
|
375
|
-
### Mpeg
|
|
375
|
+
### Mpeg {#mpeg}
|
|
376
376
|
|
|
377
377
|
> `readonly` **Mpeg**: `"video/mpeg"` = `"video/mpeg"`
|
|
378
378
|
|
|
379
379
|
Audio/Video MPEG - video/mpeg
|
|
380
380
|
|
|
381
|
-
### Webm
|
|
381
|
+
### Webm {#webm}
|
|
382
382
|
|
|
383
383
|
> `readonly` **Webm**: `"video/webm"` = `"video/webm"`
|
|
384
384
|
|
|
385
385
|
Video WEBM - video/webm
|
|
386
386
|
|
|
387
|
-
### OggVideo
|
|
387
|
+
### OggVideo {#oggvideo}
|
|
388
388
|
|
|
389
389
|
> `readonly` **OggVideo**: `"video/ogg"` = `"video/ogg"`
|
|
390
390
|
|
|
391
391
|
Video OGG - video/ogg
|
|
392
392
|
|
|
393
|
-
### Quicktime
|
|
393
|
+
### Quicktime {#quicktime}
|
|
394
394
|
|
|
395
395
|
> `readonly` **Quicktime**: `"video/quicktime"` = `"video/quicktime"`
|
|
396
396
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/web",
|
|
3
|
-
"version": "0.0.3-next.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.3-next.23",
|
|
4
|
+
"description": "Classes for use with web operations",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/twinfoundation/framework.git",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/core": "0.0.3-next.
|
|
18
|
-
"@twin.org/crypto": "0.0.3-next.
|
|
19
|
-
"@twin.org/nameof": "0.0.3-next.
|
|
20
|
-
"jose": "6.1.
|
|
17
|
+
"@twin.org/core": "0.0.3-next.23",
|
|
18
|
+
"@twin.org/crypto": "0.0.3-next.23",
|
|
19
|
+
"@twin.org/nameof": "0.0.3-next.23",
|
|
20
|
+
"jose": "6.1.3"
|
|
21
21
|
},
|
|
22
22
|
"main": "./dist/es/index.js",
|
|
23
23
|
"types": "./dist/types/index.d.ts",
|