@travetto/schema-faker 6.0.0-rc.2 → 6.0.1
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/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -27,7 +27,9 @@ By default all types are mapped as-is:
|
|
|
27
27
|
* url
|
|
28
28
|
* telephone
|
|
29
29
|
* postalCode
|
|
30
|
+
|
|
30
31
|
* Sub-schemas as registered via [@Schema](https://github.com/travetto/travetto/tree/main/module/schema/src/decorator/schema.ts#L13) decorators
|
|
32
|
+
|
|
31
33
|
In addition to the general types, the code relies upon name matching to provide additional refinement:
|
|
32
34
|
|
|
33
35
|
**Code: Supported Mappings**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/schema-faker",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "Data generation for schema-registered objects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"faker",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"directory": "module/schema-faker"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@faker-js/faker": "^
|
|
29
|
-
"@travetto/schema": "^6.0.
|
|
28
|
+
"@faker-js/faker": "^10.0.0",
|
|
29
|
+
"@travetto/schema": "^6.0.1"
|
|
30
30
|
},
|
|
31
31
|
"travetto": {
|
|
32
32
|
"displayName": "Schema Faker"
|