File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
"types" : " dist/index.d.ts" ,
9
9
"exports" : {
10
10
"." : {
11
+ "types" : " ./dist/index.d.ts" ,
11
12
"import" : " ./dist/index.esm.mjs" ,
12
- "require" : " ./dist/index.cje.js" ,
13
- "types" : " ./dist/index.d.ts"
13
+ "require" : " ./dist/index.cjs.js"
14
14
}
15
15
},
16
16
"files" : [
Original file line number Diff line number Diff line change 8
8
"exports" : {
9
9
"." : {
10
10
"import" : " ./dist/index.esm.mjs" ,
11
- "require" : " ./dist/index.cje .js" ,
11
+ "require" : " ./dist/index.cjs .js" ,
12
12
"umd" : " ./dist/index.umd.js"
13
13
},
14
14
"./yup" : {
15
15
"import" : " ./yup/dist/index.esm.mjs" ,
16
- "require" : " ./yup/dist/index.cje .js" ,
16
+ "require" : " ./yup/dist/index.cjs .js" ,
17
17
"umd" : " ./yup/dist/index.umd.js"
18
18
},
19
19
"./zod" : {
20
20
"import" : " ./zod/dist/index.esm.mjs" ,
21
- "require" : " ./zod/dist/index.cje .js" ,
21
+ "require" : " ./zod/dist/index.cjs .js" ,
22
22
"umd" : " ./zod/dist/index.umd.js"
23
23
}
24
24
},
You can’t perform that action at this time.
0 commit comments