Commit 97cebd8 1 parent f290933 commit 97cebd8 Copy full SHA for 97cebd8
File tree 8 files changed +60
-0
lines changed
8 files changed +60
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " vee-validate " : patch
3
+ " @vee-validate/valibot " : patch
4
+ " @vee-validate/rules " : patch
5
+ " @vee-validate/i18n " : patch
6
+ " @vee-validate/joi " : patch
7
+ " @vee-validate/yup " : patch
8
+ " @vee-validate/zod " : patch
9
+ ---
10
+
11
+ chore: add 'exports' field in package.json for all packages
Original file line number Diff line number Diff line change 9
9
"unpkg" : " dist/vee-validate-i18n.js" ,
10
10
"main" : " dist/vee-validate-i18n.js" ,
11
11
"types" : " dist/vee-validate-i18n.d.ts" ,
12
+ "exports" : {
13
+ "." : {
14
+ "types" : " ./dist/vee-validate-i18n.d.ts" ,
15
+ "import" : " ./dist/vee-validate-i18n.esm.js" ,
16
+ "require" : " ./dist/vee-validate-i18n.js"
17
+ }
18
+ },
12
19
"sideEffects" : false ,
13
20
"files" : [
14
21
" dist/*.js" ,
Original file line number Diff line number Diff line change 8
8
"unpkg" : " dist/vee-validate-joi.js" ,
9
9
"main" : " dist/vee-validate-joi.js" ,
10
10
"types" : " dist/vee-validate-joi.d.ts" ,
11
+ "exports" : {
12
+ "." : {
13
+ "types" : " ./dist/vee-validate-joi.d.ts" ,
14
+ "import" : " ./dist/vee-validate-joi.esm.js" ,
15
+ "require" : " ./dist/vee-validate-joi.js"
16
+ }
17
+ },
11
18
"homepage" : " https://vee-validate.logaretm.com/v4/integrations/joi-schema-validation/" ,
12
19
"repository" : {
13
20
"url" : " https://github.com/logaretm/vee-validate.git" ,
Original file line number Diff line number Diff line change 8
8
"unpkg" : " dist/vee-validate-rules.js" ,
9
9
"main" : " dist/vee-validate-rules.js" ,
10
10
"types" : " dist/vee-validate-rules.d.ts" ,
11
+ "exports" : {
12
+ "." : {
13
+ "types" : " ./dist/vee-validate-rules.d.ts" ,
14
+ "import" : " ./dist/vee-validate-rules.esm.js" ,
15
+ "require" : " ./dist/vee-validate-rules.js"
16
+ }
17
+ },
11
18
"homepage" : " https://vee-validate.logaretm.com/v4/guide/global-validators" ,
12
19
"repository" : {
13
20
"url" : " https://github.com/logaretm/vee-validate.git" ,
Original file line number Diff line number Diff line change 7
7
"module" : " dist/vee-validate-valibot.esm.js" ,
8
8
"unpkg" : " dist/vee-validate-valibot.js" ,
9
9
"main" : " dist/vee-validate-valibot.js" ,
10
+ "exports" : {
11
+ "." : {
12
+ "types" : " ./dist/vee-validate-valibot.d.ts" ,
13
+ "import" : " ./dist/vee-validate-valibot.esm.js" ,
14
+ "require" : " ./dist/vee-validate-valibot.js"
15
+ }
16
+ },
10
17
"types" : " dist/vee-validate-valibot.d.ts" ,
11
18
"homepage" : " https://vee-validate.logaretm.com/v4/integrations/zod-schema-validation/" ,
12
19
"repository" : {
Original file line number Diff line number Diff line change 7
7
"module" : " dist/vee-validate.esm.js" ,
8
8
"unpkg" : " dist/vee-validate.js" ,
9
9
"main" : " dist/vee-validate.js" ,
10
+ "exports" : {
11
+ "." : {
12
+ "types" : " ./dist/vee-validate.d.ts" ,
13
+ "import" : " ./dist/vee-validate.esm.js" ,
14
+ "require" : " ./dist/vee-validate.js"
15
+ }
16
+ },
10
17
"types" : " dist/vee-validate.d.ts" ,
11
18
"homepage" : " https://vee-validate.logaretm.com/" ,
12
19
"repository" : {
Original file line number Diff line number Diff line change 8
8
"unpkg" : " dist/vee-validate-yup.js" ,
9
9
"main" : " dist/vee-validate-yup.js" ,
10
10
"types" : " dist/vee-validate-yup.d.ts" ,
11
+ "exports" : {
12
+ "." : {
13
+ "types" : " ./dist/vee-validate-yup.d.ts" ,
14
+ "import" : " ./dist/vee-validate-yup.esm.js" ,
15
+ "require" : " ./dist/vee-validate-yup.js"
16
+ }
17
+ },
11
18
"homepage" : " https://vee-validate.logaretm.com/v4/guide/composition-api/typed-schema/" ,
12
19
"repository" : {
13
20
"url" : " https://github.com/logaretm/vee-validate.git" ,
Original file line number Diff line number Diff line change 8
8
"unpkg" : " dist/vee-validate-zod.js" ,
9
9
"main" : " dist/vee-validate-zod.js" ,
10
10
"types" : " dist/vee-validate-zod.d.ts" ,
11
+ "exports" : {
12
+ "." : {
13
+ "types" : " ./dist/vee-validate-zod.d.ts" ,
14
+ "import" : " ./dist/vee-validate-zod.esm.js" ,
15
+ "require" : " ./dist/vee-validate-zod.js"
16
+ }
17
+ },
11
18
"homepage" : " https://vee-validate.logaretm.com/v4/integrations/zod-schema-validation/" ,
12
19
"repository" : {
13
20
"url" : " https://github.com/logaretm/vee-validate.git" ,
You can’t perform that action at this time.
0 commit comments