Comparing version 0.31.0-rc.1 to 0.31.0-rc.2
{ | ||
"name": "valibot", | ||
"description": "The modular and type safe schema library for validating structural data", | ||
"version": "0.31.0-rc.1", | ||
"version": "0.31.0-rc.2", | ||
"license": "MIT", | ||
@@ -44,13 +44,2 @@ "author": "Fabian Hiller", | ||
}, | ||
"scripts": { | ||
"play": "tsm ./playground.ts", | ||
"test": "vitest --typecheck", | ||
"coverage": "vitest run --coverage --isolate", | ||
"lint": "eslint \"src/**/*.ts*\" && tsc --noEmit", | ||
"eslint.fix": "eslint \"src/**/*.ts*\" --fix", | ||
"format": "prettier --write ./src", | ||
"format.check": "prettier --check ./src", | ||
"build": "tsup", | ||
"publish": "npm publish && npx jsr publish" | ||
}, | ||
"devDependencies": { | ||
@@ -73,3 +62,13 @@ "@types/eslint": "^8.56.7", | ||
"vitest": "1.4.0" | ||
}, | ||
"scripts": { | ||
"play": "tsm ./playground.ts", | ||
"test": "vitest --typecheck", | ||
"coverage": "vitest run --coverage --isolate", | ||
"lint": "eslint \"src/**/*.ts*\" && tsc --noEmit", | ||
"eslint.fix": "eslint \"src/**/*.ts*\" --fix", | ||
"format": "prettier --write ./src", | ||
"format.check": "prettier --check ./src", | ||
"build": "tsup" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1122119
9
21247