orchid-orm-test-factory 0.3.121 → 0.3.122
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
This is a tool for building and creating mock objects basing on [Orchid ORM](https://github.com/romeerez/orchid-orm/tree/main/packages/orm) models.
|
|
4
4
|
|
|
5
|
-
[Read docs here](https://orchid-orm.netlify.app/guide/
|
|
5
|
+
[Read docs here](https://orchid-orm.netlify.app/guide/test-factories.html).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orchid-orm-test-factory",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.122",
|
|
4
4
|
"description": "Orchid ORM factories for tests",
|
|
5
5
|
"homepage": "https://orchid-orm.netlify.app/guide/orm-test-factories.html",
|
|
6
6
|
"repository": {
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"@anatine/zod-mock": "^3.6.0",
|
|
46
46
|
"@faker-js/faker": "^7.6.0",
|
|
47
47
|
"zod": "^3.21.4",
|
|
48
|
-
"orchid-orm": "1.15.
|
|
49
|
-
"orchid-orm-schema-to-zod": "0.3.
|
|
48
|
+
"orchid-orm": "1.15.1",
|
|
49
|
+
"orchid-orm-schema-to-zod": "0.3.105",
|
|
50
50
|
"orchid-core": "0.10.0",
|
|
51
|
-
"pqb": "0.17.
|
|
51
|
+
"pqb": "0.17.6"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"test-utils": "0.0.
|
|
54
|
+
"test-utils": "0.0.3"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"test": "jest --watch --verbose false",
|