@clipboard-health/contract-core
Advanced tools
Comparing version 0.9.1 to 0.10.0
{ | ||
"name": "@clipboard-health/contract-core", | ||
"description": "Shared Zod schemas for Clipboard Health's contracts.", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"bugs": "https://github.com/ClipboardHealth/core-utils/issues", | ||
@@ -11,3 +11,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"@clipboard-health/testing-core": "0.9.1" | ||
"@clipboard-health/testing-core": "0.10.0" | ||
}, | ||
@@ -30,5 +30,2 @@ "keywords": [ | ||
}, | ||
"scripts": { | ||
"embed": "embedme README.md" | ||
}, | ||
"type": "commonjs", | ||
@@ -35,0 +32,0 @@ "typings": "./src/index.d.ts", |
@@ -24,4 +24,3 @@ # @clipboard-health/contract-core <!-- omit from toc --> | ||
```ts | ||
// ./examples/schemas.ts | ||
// packages/contract-core/examples/schemas.ts | ||
import { apiErrors, booleanString, nonEmptyString, uuid } from "@clipboard-health/contract-core"; | ||
@@ -28,0 +27,0 @@ import { type ZodError } from "zod"; |
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
8838
75