@ripetchor/vivi 0.0.5 → 0.0.6

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 +1 -1
package/README.md CHANGED
@@ -250,7 +250,7 @@ console.log(user); // { name: 'Alice', age: 25 }
250
250
  ### Issues utils
251
251
 
252
252
  ```ts
253
- import { v, flattenErrors, issuesToObject, issuesToString } from "@ripetchor/utils";
253
+ import { v, flattenErrors, issuesToObject, issuesToString } from "@ripetchor/vivi";
254
254
 
255
255
  const schema = v.object({
256
256
  user: v.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ripetchor/vivi",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "scripts": {
5
5
  "build": "tsdown",
6
6
  "dev": "tsdown --watch",