@modulify/validator 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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.2](https://github.com/modulify/validator/compare/v0.0.1...v0.0.2) (2024-02-05)
6
+
5
7
  ### 0.0.1 (2024-02-05)
6
8
 
7
9
 
package/README.md CHANGED
@@ -12,7 +12,17 @@ be used to create a custom view for them.
12
12
 
13
13
  ## Installation
14
14
 
15
- No installation yet
15
+ Using `yarn`:
16
+
17
+ ```
18
+ yarn add @modulify/validator
19
+ ```
20
+
21
+ or, using `npm`:
22
+
23
+ ```
24
+ npm install @modulify/validator --save
25
+ ```
16
26
 
17
27
  ## Usage
18
28
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@modulify/validator",
3
3
  "description": "Declarative validation util for JavaScript",
4
4
  "license": "MIT",
5
- "version": "0.0.1",
5
+ "version": "0.0.2",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
8
8
  "types": "types/index.d.ts",