arkormx 2.0.5 → 2.0.7
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/MorphToManyRelation-B2rHb9hS.mjs +4458 -0
- package/dist/MorphToManyRelation-CHqI2nyG.cjs +5241 -0
- package/dist/URLDriver-DxufCVQn.d.mts +5465 -0
- package/dist/URLDriver-LfQB9POc.d.cts +5465 -0
- package/dist/cli.mjs +1 -1
- package/dist/index.cjs +5362 -9838
- package/dist/index.d.cts +1 -5285
- package/dist/index.d.mts +1 -5285
- package/dist/index.mjs +5246 -9694
- package/dist/relationship/index.cjs +16 -0
- package/dist/relationship/index.d.cts +2 -0
- package/dist/relationship/index.d.mts +2 -0
- package/dist/relationship/index.mjs +3 -0
- package/package.json +5 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
+
const require_MorphToManyRelation = require('../MorphToManyRelation-CHqI2nyG.cjs');
|
|
3
|
+
|
|
4
|
+
exports.BelongsToManyRelation = require_MorphToManyRelation.BelongsToManyRelation;
|
|
5
|
+
exports.BelongsToRelation = require_MorphToManyRelation.BelongsToRelation;
|
|
6
|
+
exports.HasManyRelation = require_MorphToManyRelation.HasManyRelation;
|
|
7
|
+
exports.HasManyThroughRelation = require_MorphToManyRelation.HasManyThroughRelation;
|
|
8
|
+
exports.HasOneRelation = require_MorphToManyRelation.HasOneRelation;
|
|
9
|
+
exports.HasOneThroughRelation = require_MorphToManyRelation.HasOneThroughRelation;
|
|
10
|
+
exports.MorphManyRelation = require_MorphToManyRelation.MorphManyRelation;
|
|
11
|
+
exports.MorphOneRelation = require_MorphToManyRelation.MorphOneRelation;
|
|
12
|
+
exports.MorphToManyRelation = require_MorphToManyRelation.MorphToManyRelation;
|
|
13
|
+
exports.Relation = require_MorphToManyRelation.Relation;
|
|
14
|
+
exports.RelationTableLoader = require_MorphToManyRelation.RelationTableLoader;
|
|
15
|
+
exports.SetBasedEagerLoader = require_MorphToManyRelation.SetBasedEagerLoader;
|
|
16
|
+
exports.SingleResultRelation = require_MorphToManyRelation.SingleResultRelation;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { Aa as MorphToManyRelation, Ba as Relation, Fa as HasManyThroughRelation, Ia as HasManyRelation, La as BelongsToRelation, Ma as MorphManyRelation, Na as HasOneThroughRelation, Pa as HasOneRelation, Ra as SingleResultRelation, Va as RelationTableLoader, ja as MorphOneRelation, ka as SetBasedEagerLoader, za as BelongsToManyRelation } from "../URLDriver-LfQB9POc.cjs";
|
|
2
|
+
export { BelongsToManyRelation, BelongsToRelation, HasManyRelation, HasManyThroughRelation, HasOneRelation, HasOneThroughRelation, MorphManyRelation, MorphOneRelation, MorphToManyRelation, Relation, RelationTableLoader, SetBasedEagerLoader, SingleResultRelation };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { Aa as MorphToManyRelation, Ba as Relation, Fa as HasManyThroughRelation, Ia as HasManyRelation, La as BelongsToRelation, Ma as MorphManyRelation, Na as HasOneThroughRelation, Pa as HasOneRelation, Ra as SingleResultRelation, Va as RelationTableLoader, ja as MorphOneRelation, ka as SetBasedEagerLoader, za as BelongsToManyRelation } from "../URLDriver-DxufCVQn.mjs";
|
|
2
|
+
export { BelongsToManyRelation, BelongsToRelation, HasManyRelation, HasManyThroughRelation, HasOneRelation, HasOneThroughRelation, MorphManyRelation, MorphOneRelation, MorphToManyRelation, Relation, RelationTableLoader, SetBasedEagerLoader, SingleResultRelation };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { a as HasOneRelation, c as BelongsToRelation, d as Relation, i as HasOneThroughRelation, l as SingleResultRelation, mn as RelationTableLoader, n as MorphOneRelation, o as HasManyThroughRelation, pn as SetBasedEagerLoader, r as MorphManyRelation, s as HasManyRelation, t as MorphToManyRelation, u as BelongsToManyRelation } from "../MorphToManyRelation-B2rHb9hS.mjs";
|
|
2
|
+
|
|
3
|
+
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.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"description": "Modern TypeScript-first ORM for Node.js.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"orm",
|
|
@@ -33,6 +33,10 @@
|
|
|
33
33
|
"import": "./dist/index.mjs",
|
|
34
34
|
"require": "./dist/index.cjs"
|
|
35
35
|
},
|
|
36
|
+
"./relationship": {
|
|
37
|
+
"import": "./dist/relationship/index.mjs",
|
|
38
|
+
"require": "./dist/relationship/index.cjs"
|
|
39
|
+
},
|
|
36
40
|
"./package.json": "./package.json"
|
|
37
41
|
},
|
|
38
42
|
"files": [
|