Comparing version 3.22.0-canary.20230522T011705 to 3.22.0-canary.20230623T190933
{ | ||
"name": "zod", | ||
"version": "3.22.0-canary.20230522T011705", | ||
"version": "3.22.0-canary.20230623T190933", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -12,3 +12,8 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/preset-env": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@rollup/plugin-typescript": "^8.2.0", | ||
"@swc/core": "^1.3.66", | ||
"@swc/jest": "^0.2.26", | ||
"@types/benchmark": "^2.1.0", | ||
@@ -19,2 +24,3 @@ "@types/jest": "^29.2.2", | ||
"@typescript-eslint/parser": "^5.15.0", | ||
"babel-jest": "^29.5.0", | ||
"benchmark": "^2.1.4", | ||
@@ -35,3 +41,3 @@ "dependency-cruiser": "^9.19.0", | ||
"rollup": "^2.70.1", | ||
"ts-jest": "^29.0.3", | ||
"ts-jest": "^29.1.0", | ||
"ts-morph": "^14.0.0", | ||
@@ -41,3 +47,4 @@ "ts-node": "^10.9.1", | ||
"tsx": "^3.8.0", | ||
"typescript": "~4.5.0" | ||
"typescript": "~4.5.0", | ||
"vitest": "^0.32.2" | ||
}, | ||
@@ -75,7 +82,10 @@ "exports": { | ||
"prettier --ignore-unknown --write" | ||
], | ||
"*.md": [ | ||
"prettier --ignore-unknown --write" | ||
] | ||
}, | ||
"scripts": { | ||
"prettier:check": "prettier --check src/**/*.ts deno/lib/**/*.ts --no-error-on-unmatched-pattern", | ||
"prettier:fix": "prettier --write src/**/*.ts deno/lib/**/*.ts --ignore-unknown --no-error-on-unmatched-pattern", | ||
"prettier:check": "prettier --check src/**/*.ts deno/lib/**/*.ts *.md --no-error-on-unmatched-pattern", | ||
"prettier:fix": "prettier --write src/**/*.ts deno/lib/**/*.ts *.md --ignore-unknown --no-error-on-unmatched-pattern", | ||
"lint:check": "eslint --cache --ext .ts ./src", | ||
@@ -87,3 +97,3 @@ "lint:fix": "eslint --cache --fix --ext .ts ./src", | ||
"build": "yarn run clean && npm run build:cjs && npm run build:esm && npm run build:deno", | ||
"build:deno": "node ./deno/build.mjs && cp ./README.md ./deno/lib", | ||
"build:deno": "node ./deno-build.mjs && cp ./README.md ./deno/lib", | ||
"build:esm": "rollup --config rollup.config.js", | ||
@@ -95,3 +105,8 @@ "build:cjs": "tsc -p tsconfig.cjs.json", | ||
"test:watch": "jest --watch", | ||
"test": "jest --coverage", | ||
"test": "yarn test:ts-jest", | ||
"test:babel": "jest --coverage", | ||
"test:bun": "bun test", | ||
"test:vitest": "npx vitest --no-isolate", | ||
"test:ts-jest": "npx jest --config ./ts-jest.config.json", | ||
"test:swc": "npx jest --config ./swc-jest.config.json", | ||
"test:deno": "cd deno && deno test", | ||
@@ -98,0 +113,0 @@ "prepublishOnly": "npm run test && npm run build && npm run build:deno", |
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
610110
2804
34