arkormx 2.4.4 → 2.4.6
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/dist/cli.mjs +25 -3
- package/dist/{index-CkArG8H3.d.mts → index-BgrakiJb.d.mts} +119 -5
- package/dist/{index-ZCGeN4Yi.d.cts → index-BsXCqK-l.d.cts} +119 -5
- package/dist/index.cjs +610 -344
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +610 -344
- package/dist/relationship/index.d.cts +1 -1
- package/dist/relationship/index.d.mts +1 -1
- package/package.json +3 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $a as SetBasedEagerLoader, ao as HasManyThroughRelation, co as SingleResultRelation, do as RelationTableLoader, eo as MorphToManyRelation, io as HasOneRelation, lo as BelongsToManyRelation, no as MorphManyRelation, oo as HasManyRelation, ro as HasOneThroughRelation, so as BelongsToRelation, to as MorphOneRelation, uo as Relation } from "../index-
|
|
1
|
+
import { $a as SetBasedEagerLoader, ao as HasManyThroughRelation, co as SingleResultRelation, do as RelationTableLoader, eo as MorphToManyRelation, io as HasOneRelation, lo as BelongsToManyRelation, no as MorphManyRelation, oo as HasManyRelation, ro as HasOneThroughRelation, so as BelongsToRelation, to as MorphOneRelation, uo as Relation } from "../index-BsXCqK-l.cjs";
|
|
2
2
|
export { BelongsToManyRelation, BelongsToRelation, HasManyRelation, HasManyThroughRelation, HasOneRelation, HasOneThroughRelation, MorphManyRelation, MorphOneRelation, MorphToManyRelation, Relation, RelationTableLoader, SetBasedEagerLoader, SingleResultRelation };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $a as SetBasedEagerLoader, ao as HasManyThroughRelation, co as SingleResultRelation, do as RelationTableLoader, eo as MorphToManyRelation, io as HasOneRelation, lo as BelongsToManyRelation, no as MorphManyRelation, oo as HasManyRelation, ro as HasOneThroughRelation, so as BelongsToRelation, to as MorphOneRelation, uo as Relation } from "../index-
|
|
1
|
+
import { $a as SetBasedEagerLoader, ao as HasManyThroughRelation, co as SingleResultRelation, do as RelationTableLoader, eo as MorphToManyRelation, io as HasOneRelation, lo as BelongsToManyRelation, no as MorphManyRelation, oo as HasManyRelation, ro as HasOneThroughRelation, so as BelongsToRelation, to as MorphOneRelation, uo as Relation } from "../index-BgrakiJb.mjs";
|
|
2
2
|
export { BelongsToManyRelation, BelongsToRelation, HasManyRelation, HasManyThroughRelation, HasOneRelation, HasOneThroughRelation, MorphManyRelation, MorphOneRelation, MorphToManyRelation, Relation, RelationTableLoader, SetBasedEagerLoader, SingleResultRelation };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arkormx",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.6",
|
|
4
4
|
"description": "Modern TypeScript-first ORM for Node.js.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"orm",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@types/node": "^25.6.2",
|
|
61
61
|
"@types/pg": "^8.16.0",
|
|
62
62
|
"@viteplus/versions": "^2.0.6",
|
|
63
|
-
"@vitest/coverage-v8": "^4.1.
|
|
63
|
+
"@vitest/coverage-v8": "^4.1.8",
|
|
64
64
|
"barrelize": "^1.7.3",
|
|
65
65
|
"dotenv": "^17.3.1",
|
|
66
66
|
"eslint": "^10.3.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"unrun": "^0.3.0",
|
|
74
74
|
"vite-plugin-swc-transform": "^1.1.1",
|
|
75
75
|
"vitepress": "^2.0.0-alpha.17",
|
|
76
|
-
"vitest": "^4.1.
|
|
76
|
+
"vitest": "^4.1.8"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
79
79
|
"node": ">=20.0.0"
|