orchid-orm-test-factory 0.1.6 → 0.1.8

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
@@ -1,5 +1,24 @@
1
1
  # orchid-orm-test-factory
2
2
 
3
+ ## 0.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - pqb@0.7.5
9
+ - orchid-orm@1.3.8
10
+ - orchid-orm-schema-to-zod@0.1.5
11
+
12
+ ## 0.1.7
13
+
14
+ ### Patch Changes
15
+
16
+ - Update homepage link in package.json
17
+ - Updated dependencies
18
+ - orchid-orm@1.3.7
19
+ - pqb@0.7.4
20
+ - orchid-orm-schema-to-zod@0.1.4
21
+
3
22
  ## 0.1.6
4
23
 
5
24
  ### Patch Changes
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Orchid ORM test factory
2
2
 
3
- This is a tool for building and creating mock objects basing on [Orchid ORM](https://github.com/romeerez/orchid-orm/tree/main/packages/orchid-orm) models.
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/orm-test-factories).
5
+ [Read docs here](https://orchid-orm.netlify.app/guide/orm-test-factories.html).
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "orchid-orm-test-factory",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Orchid ORM factories for tests",
5
- "homepage": "https://orchid-orm.netlify.app/guide/orm-test-factories",
5
+ "homepage": "https://orchid-orm.netlify.app/guide/orm-test-factories.html",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/romeerez/orchid-orm/tree/main/packages/test-factory"
@@ -40,9 +40,9 @@
40
40
  "dependencies": {
41
41
  "@anatine/zod-mock": "^3.6.0",
42
42
  "@faker-js/faker": "^7.6.0",
43
- "orchid-orm": "1.3.6",
44
- "orchid-orm-schema-to-zod": "0.1.3",
45
- "pqb": "0.7.3",
43
+ "orchid-orm": "1.3.8",
44
+ "orchid-orm-schema-to-zod": "0.1.5",
45
+ "pqb": "0.7.5",
46
46
  "zod": "^3.19.1"
47
47
  },
48
48
  "devDependencies": {