schema-seed-generators 0.1.1 → 0.1.3
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 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# schema-seed-generators
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Data generators and inference engine for [schema-seed](https://www.npmjs.com/package/schema-seed).
|
|
4
4
|
|
|
5
|
-
For
|
|
5
|
+
For more information, visit the [main schema-seed documentation](https://github.com/AliNazar-111/schema-seed).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "schema-seed-generators",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Data generators for schema-seed",
|
|
6
6
|
"author": "Ali Nazar",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"LICENSE"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"schema-seed-core": "0.1.
|
|
46
|
+
"schema-seed-core": "0.1.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"tsup": "^8.3.5",
|