@domain-first/types 2.0.1 → 2.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 +6 -3
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- Type-safe Entities and Value Objects powered by Standard Schema.
8
+ Type-Safe Entities and Value Objects with Standard Schema Validation.
9
9
  </p>
10
10
 
11
11
  <p align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domain-first/types",
3
- "description": "Type-safe Entities and Value Objects powered by Standard Schema",
3
+ "description": "Type-Safe Entities and Value Objects with Standard Schema Validation",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "entity",
@@ -10,9 +10,12 @@
10
10
  "domain model",
11
11
  "domain-first",
12
12
  "ddd",
13
- "domain-driven"
13
+ "domain-driven",
14
+ "standard schema",
15
+ "zod",
16
+ "valibot"
14
17
  ],
15
- "version": "2.0.1",
18
+ "version": "2.0.2",
16
19
  "type": "module",
17
20
  "repository": {
18
21
  "type": "git",