File tree Expand file tree Collapse file tree 8 files changed +60
-0
lines changed
Expand file tree Collapse file tree 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 99 "unpkg" : " dist/vee-validate-i18n.js" ,
1010 "main" : " dist/vee-validate-i18n.js" ,
1111 "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+ },
1219 "sideEffects" : false ,
1320 "files" : [
1421 " dist/*.js" ,
Original file line number Diff line number Diff line change 88 "unpkg" : " dist/vee-validate-joi.js" ,
99 "main" : " dist/vee-validate-joi.js" ,
1010 "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+ },
1118 "homepage" : " https://vee-validate.logaretm.com/v4/integrations/joi-schema-validation/" ,
1219 "repository" : {
1320 "url" : " https://github.com/logaretm/vee-validate.git" ,
Original file line number Diff line number Diff line change 88 "unpkg" : " dist/vee-validate-rules.js" ,
99 "main" : " dist/vee-validate-rules.js" ,
1010 "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+ },
1118 "homepage" : " https://vee-validate.logaretm.com/v4/guide/global-validators" ,
1219 "repository" : {
1320 "url" : " https://github.com/logaretm/vee-validate.git" ,
Original file line number Diff line number Diff line change 77 "module" : " dist/vee-validate-valibot.esm.js" ,
88 "unpkg" : " dist/vee-validate-valibot.js" ,
99 "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+ },
1017 "types" : " dist/vee-validate-valibot.d.ts" ,
1118 "homepage" : " https://vee-validate.logaretm.com/v4/integrations/zod-schema-validation/" ,
1219 "repository" : {
Original file line number Diff line number Diff line change 77 "module" : " dist/vee-validate.esm.js" ,
88 "unpkg" : " dist/vee-validate.js" ,
99 "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+ },
1017 "types" : " dist/vee-validate.d.ts" ,
1118 "homepage" : " https://vee-validate.logaretm.com/" ,
1219 "repository" : {
Original file line number Diff line number Diff line change 88 "unpkg" : " dist/vee-validate-yup.js" ,
99 "main" : " dist/vee-validate-yup.js" ,
1010 "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+ },
1118 "homepage" : " https://vee-validate.logaretm.com/v4/guide/composition-api/typed-schema/" ,
1219 "repository" : {
1320 "url" : " https://github.com/logaretm/vee-validate.git" ,
Original file line number Diff line number Diff line change 88 "unpkg" : " dist/vee-validate-zod.js" ,
99 "main" : " dist/vee-validate-zod.js" ,
1010 "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+ },
1118 "homepage" : " https://vee-validate.logaretm.com/v4/integrations/zod-schema-validation/" ,
1219 "repository" : {
1320 "url" : " https://github.com/logaretm/vee-validate.git" ,
You can’t perform that action at this time.
0 commit comments