UEA-PRODEM
This commit is contained in:
+16
-6
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@hookform/resolvers",
|
||||
"amdName": "hookformResolvers",
|
||||
"version": "5.2.2",
|
||||
"version": "5.4.0",
|
||||
"description": "React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS",
|
||||
"main": "dist/resolvers.js",
|
||||
"module": "dist/resolvers.module.js",
|
||||
@@ -129,6 +129,12 @@
|
||||
"import": "./standard-schema/dist/standard-schema.mjs",
|
||||
"require": "./standard-schema/dist/standard-schema.js"
|
||||
},
|
||||
"./ata-validator": {
|
||||
"types": "./ata-validator/dist/index.d.ts",
|
||||
"umd": "./ata-validator/dist/ata-validator.umd.js",
|
||||
"import": "./ata-validator/dist/ata-validator.mjs",
|
||||
"require": "./ata-validator/dist/ata-validator.js"
|
||||
},
|
||||
"./package.json": "./package.json",
|
||||
"./*": "./*"
|
||||
},
|
||||
@@ -193,7 +199,10 @@
|
||||
"fluentvalidation-ts/dist",
|
||||
"standard-schema/package.json",
|
||||
"standard-schema/src",
|
||||
"standard-schema/dist"
|
||||
"standard-schema/dist",
|
||||
"ata-validator/package.json",
|
||||
"ata-validator/src",
|
||||
"ata-validator/dist"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -221,14 +230,13 @@
|
||||
"build:vine": "microbundle --cwd vine --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm,@vinejs/vine=vine",
|
||||
"build:fluentvalidation-ts": "microbundle --cwd fluentvalidation-ts --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
|
||||
"build:standard-schema": "microbundle --cwd standard-schema --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm,@standard-schema/spec=standardSchema",
|
||||
"build:ata-validator": "microbundle --cwd ata-validator --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm,ata-validator=ataValidator",
|
||||
"postbuild": "node ./config/node-13-exports.js && check-export-map",
|
||||
"lint": "biome check --write --vcs-use-ignore-file=true .",
|
||||
"lint:types": "tsc",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest watch",
|
||||
"check:all": "npm-run-all --parallel lint:* test",
|
||||
"csb:install": "pnpx replace-json-property@1.9.0 package.json prepare \"node -e 'process.exit(0)'\" && pnpm i --no-frozen-lockfile",
|
||||
"csb:build": "cross-env npm-run-all --sequential 'build:*'"
|
||||
"check:all": "npm-run-all --parallel lint:* test"
|
||||
},
|
||||
"keywords": [
|
||||
"scheme",
|
||||
@@ -254,7 +262,8 @@
|
||||
"typeschema",
|
||||
"vine",
|
||||
"fluentvalidation-ts",
|
||||
"standard-schema"
|
||||
"standard-schema",
|
||||
"ata-validator"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -282,6 +291,7 @@
|
||||
"@vinejs/vine": "^3.0.1",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"ajv": "^8.17.1",
|
||||
"ata-validator": "^0.7.3",
|
||||
"ajv-errors": "^3.0.0",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"arktype": "2.0.4",
|
||||
|
||||
Reference in New Issue
Block a user