dbcube 5.2.2 → 5.2.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dbcube",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
4
4
|
"description": "DBCube ORM: the fastest way to work with MySQL, PostgreSQL, SQLite and MongoDB in Node.js — daemon-powered query engine (sub-millisecond queries), fluent query builder, transactions, eager loading and .cube schema files.",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@dbcube/core": "^5.2.
|
|
58
|
-
"@dbcube/query-builder": "^5.2.
|
|
57
|
+
"@dbcube/core": "^5.2.3",
|
|
58
|
+
"@dbcube/query-builder": "^5.2.3"
|
|
59
59
|
},
|
|
60
60
|
"files": [
|
|
61
61
|
"dist/**/*"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"chalk": "^5.6.2",
|
|
71
71
|
"dotenv": "^17.4.2",
|
|
72
72
|
"dts-bundle-generator": "^9.5.1",
|
|
73
|
-
"rollup": "^4.
|
|
73
|
+
"rollup": "^4.62.0",
|
|
74
74
|
"tsup": "^8.5.1",
|
|
75
75
|
"typescript": "^6.0.3"
|
|
76
76
|
}
|