Comparing version 3.22.0-canary.20230623T192520 to 3.22.0-canary.20230623T202513
{ | ||
"name": "zod", | ||
"version": "3.22.0-canary.20230623T192520", | ||
"version": "3.22.0-canary.20230623T202513", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -93,14 +93,13 @@ "repository": { | ||
"build:deno": "node ./deno-build.mjs && cp ./README.md ./deno/lib", | ||
"build:esm": "rollup --config rollup.config.js", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:types": "tsc -p tsconfig.types.json", | ||
"build:test": "tsc -p tsconfig.test.json", | ||
"rollup": "rollup --config rollup.config.js", | ||
"test:watch": "jest --watch", | ||
"build:esm": "rollup --config ./configs/rollup.config.js", | ||
"build:cjs": "tsc -p ./configs/tsconfig.cjs.json", | ||
"build:types": "tsc -p ./configs/tsconfig.types.json", | ||
"build:test": "tsc -p ./configs/tsconfig.test.json", | ||
"test:watch": "yarn test:ts-jest --watch", | ||
"test": "yarn test:ts-jest", | ||
"test:babel": "jest --coverage", | ||
"test:babel": "jest --coverage --config ./configs/babel-jest.config.json", | ||
"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:vitest": "npx vitest --config ./configs/vitest.config.ts", | ||
"test:ts-jest": "npx jest --config ./configs/ts-jest.config.json", | ||
"test:swc": "npx jest --config ./configs/swc-jest.config.json", | ||
"test:deno": "cd deno && deno test", | ||
@@ -107,0 +106,0 @@ "prepublishOnly": "npm run test && npm run build && npm run build:deno", |
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
610194