@dfinity/zod-schemas 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ npm i @dfinity/principal
25
25
 
26
26
  ## Features
27
27
 
28
- `utils-js` implements following features:
28
+ The library implements following features:
29
29
 
30
30
  <!-- TSDOC_START -->
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dfinity/zod-schemas",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A collection of reusable Zod schemas and validators for common data patterns in ICP applications",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/cjs/index.cjs.js",
@@ -21,7 +21,7 @@
21
21
  "repository": {
22
22
  "type": "git",
23
23
  "url": "git+https://github.com/dfinity/ic-js.git",
24
- "directory": "packages/utils"
24
+ "directory": "packages/zod-schemas"
25
25
  },
26
26
  "bugs": {
27
27
  "url": "https://github.com/dfinity/ic-js"