@clipboard-health/contract-core
Advanced tools
Comparing version 0.10.0 to 0.11.0
{ | ||
"name": "@clipboard-health/contract-core", | ||
"description": "Shared Zod schemas for Clipboard Health's contracts.", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"bugs": "https://github.com/ClipboardHealth/core-utils/issues", | ||
@@ -11,3 +11,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"@clipboard-health/testing-core": "0.10.0" | ||
"@clipboard-health/testing-core": "0.11.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "keywords": [ |
@@ -22,5 +22,5 @@ # @clipboard-health/contract-core <!-- omit from toc --> | ||
<!-- prettier-ignore --> | ||
<embedex source="packages/contract-core/examples/schemas.ts"> | ||
```ts | ||
// packages/contract-core/examples/schemas.ts | ||
import { apiErrors, booleanString, nonEmptyString, uuid } from "@clipboard-health/contract-core"; | ||
@@ -70,7 +70,8 @@ import { type ZodError } from "zod"; | ||
} | ||
``` | ||
</embedex> | ||
## Local development commands | ||
See [`package.json`](./package.json) `scripts` for a list of commands. |
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
8841
76