@ripetchor/vivi 0.0.8 → 0.0.9

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
@@ -331,7 +331,7 @@ console.log(flattenErrors(result.error.issues));
331
331
  ## Custom validator
332
332
 
333
333
  ```ts
334
- import { customValidator, ViviError, type ParseFn, type Path } from from '@ripetchor/vivi';
334
+ import { customValidator, ViviError, type ParseFn, type Path } from '@ripetchor/vivi';
335
335
 
336
336
 
337
337
  interface User {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ripetchor/vivi",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "scripts": {
5
5
  "build": "tsdown",
6
6
  "dev": "tsdown --watch",