@rippledb/zod 0.1.2 → 0.1.3

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 +3 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Zod schemas for runtime validation of RippleDB types.
4
4
 
5
+ 📚 **Documentation:** [rippledb.dev/docs/reference/zod](https://rippledb.dev/docs/reference/zod)
6
+
5
7
  ## Installation
6
8
 
7
9
  ```bash
@@ -57,4 +59,4 @@ const todoChangeSchema = createChangeSchema(todoSchema);
57
59
 
58
60
  ## License
59
61
 
60
- Proprietary
62
+ MIT
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@rippledb/zod",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
+ "license": "MIT",
4
5
  "description": "Zod schemas for runtime validation of RippleDB types",
5
6
  "private": false,
6
7
  "type": "module",