orchid-orm 1.5.27 → 1.5.29
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/.turbo/turbo-check.log +26 -0
- package/CHANGELOG.md +14 -0
- package/package.json +4 -4
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
> orchid-orm@1.5.28 check /home/romeo/dev/my/orchid-orm/packages/orm
|
|
3
|
+
> jest
|
|
4
|
+
|
|
5
|
+
PASS src/relations/hasAndBelongsToMany.test.ts
|
|
6
|
+
PASS src/transaction.test.ts
|
|
7
|
+
PASS src/orm.test.ts
|
|
8
|
+
PASS src/relations/hasOne.test.ts
|
|
9
|
+
PASS src/relations/hasMany.test.ts
|
|
10
|
+
PASS src/relations/belongsTo.test.ts
|
|
11
|
+
PASS src/table.test.ts
|
|
12
|
+
PASS src/codegen/updateTableFile/renameTable.test.ts
|
|
13
|
+
PASS src/codegen/updateTableFile/createTable.test.ts
|
|
14
|
+
PASS src/bin/init.test.ts
|
|
15
|
+
PASS src/codegen/updateMainFile.test.ts (6.233 s)
|
|
16
|
+
PASS src/repo.test.ts
|
|
17
|
+
PASS src/codegen/updateTableFile/changeTable.test.ts
|
|
18
|
+
PASS src/relations/relations.test.ts
|
|
19
|
+
PASS src/codegen/appCodeUpdater.test.ts
|
|
20
|
+
PASS src/codegen/createBaseTableFile.test.ts
|
|
21
|
+
|
|
22
|
+
Test Suites: 16 passed, 16 total
|
|
23
|
+
Tests: 319 passed, 319 total
|
|
24
|
+
Snapshots: 0 total
|
|
25
|
+
Time: 7.844 s
|
|
26
|
+
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orchid-orm",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.29",
|
|
4
4
|
"description": "Postgres ORM",
|
|
5
5
|
"homepage": "https://orchid-orm.netlify.app/guide/orm-setup-and-overview.html",
|
|
6
6
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"author": "Roman Kushyn",
|
|
41
41
|
"license": "ISC",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"pqb": "0.9.
|
|
43
|
+
"pqb": "0.9.17",
|
|
44
44
|
"prompts": "^2.4.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"@types/prompts": "^2.4.2",
|
|
53
53
|
"dotenv": "^16.0.1",
|
|
54
54
|
"jest": "^28.1.2",
|
|
55
|
-
"orchid-orm-schema-to-zod": "0.2.
|
|
55
|
+
"orchid-orm-schema-to-zod": "0.2.23",
|
|
56
56
|
"pg": "^8.7.3",
|
|
57
57
|
"pg-transactional-tests": "^1.0.7",
|
|
58
|
-
"rake-db": "2.3.
|
|
58
|
+
"rake-db": "2.3.30",
|
|
59
59
|
"rimraf": "^3.0.2",
|
|
60
60
|
"rollup": "^2.79.0",
|
|
61
61
|
"rollup-plugin-dts": "^4.2.2",
|