lakutata 2.0.14 → 2.0.16
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/orm.mjs +13 -13
- package/package.json +1 -1
- package/src/components/docker/Docker.cjs +2 -4
- package/src/components/docker/Docker.mjs +2 -4
- package/src/decorators/orm/Column.cjs +1 -1
- package/src/decorators/orm/Column.mjs +2 -2
- package/src/decorators/orm/PrimaryColumn.cjs +1 -1
- package/src/decorators/orm/PrimaryColumn.mjs +2 -2
- package/vendor/Package.14.cjs +18 -20
- package/vendor/Package.14.mjs +17 -19
package/orm.mjs
CHANGED
|
@@ -2,11 +2,11 @@ import "./vendor/Package.4.mjs";
|
|
|
2
2
|
|
|
3
3
|
import { g as e } from "./vendor/Package.5.mjs";
|
|
4
4
|
|
|
5
|
-
import { r, F as a, c, d, O
|
|
5
|
+
import { r, F as a, b as c, c as d, O, P as _, B as b, d as P, R as E, D as R, e as B } from "./vendor/Package.14.mjs";
|
|
6
6
|
|
|
7
|
-
export { A as AbstractLogger, w as AdvancedConsoleLogger, i as Brackets,
|
|
7
|
+
export { A as AbstractLogger, w as AdvancedConsoleLogger, i as Brackets, f as ConnectionOptionsReader, o as DefaultNamingStrategy, g as DeleteQueryBuilder, l as DeleteResult, z as EntityMetadata, y as FileLogger, t as FindOperator, v as FindOptionsUtils, s as In, I as InsertQueryBuilder, j as InsertResult, p as InstanceChecker, M as Migration, n as MigrationExecutor, J as MongoRepository, Z as MssqlParameter, Q as QueryBuilder, m as QueryResult, h as RelationQueryBuilder, G as Repository, S as SelectQueryBuilder, x as SimpleConsoleLogger, Y as Table, K as TableCheck, L as TableColumn, N as TableExclusion, V as TableForeignKey, W as TableIndex, X as TableUnique, H as TreeRepository, T as TreeRepositoryUtils, U as UpdateQueryBuilder, k as UpdateResult, q as getFromContainer, u as useContainer } from "./vendor/Package.14.mjs";
|
|
8
8
|
|
|
9
|
-
import { D as
|
|
9
|
+
import { D as F } from "./vendor/Package.15.mjs";
|
|
10
10
|
|
|
11
11
|
import "./vendor/Package.8.mjs";
|
|
12
12
|
|
|
@@ -60,9 +60,9 @@ import "node:stream";
|
|
|
60
60
|
|
|
61
61
|
import "node:string_decoder";
|
|
62
62
|
|
|
63
|
-
var
|
|
63
|
+
var C = r();
|
|
64
64
|
|
|
65
|
-
const D = e(
|
|
65
|
+
const D = e(C);
|
|
66
66
|
|
|
67
67
|
var $ = {};
|
|
68
68
|
|
|
@@ -612,7 +612,7 @@ Object.defineProperty(zt, "__esModule", {
|
|
|
612
612
|
|
|
613
613
|
var Zt = zt.BaseEntity = void 0;
|
|
614
614
|
|
|
615
|
-
const Jt =
|
|
615
|
+
const Jt = O;
|
|
616
616
|
|
|
617
617
|
class BaseEntity {
|
|
618
618
|
hasId() {
|
|
@@ -960,7 +960,7 @@ var ar = or.BSON = void 0;
|
|
|
960
960
|
return t.serialize;
|
|
961
961
|
}
|
|
962
962
|
});
|
|
963
|
-
const r =
|
|
963
|
+
const r = _;
|
|
964
964
|
})(nr);
|
|
965
965
|
|
|
966
966
|
const ir = e(nr);
|
|
@@ -999,7 +999,7 @@ Object.defineProperty(lr, "__esModule", {
|
|
|
999
999
|
|
|
1000
1000
|
var yr = lr.NotBrackets = void 0;
|
|
1001
1001
|
|
|
1002
|
-
const pr =
|
|
1002
|
+
const pr = b;
|
|
1003
1003
|
|
|
1004
1004
|
class NotBrackets extends pr.Brackets {
|
|
1005
1005
|
constructor() {
|
|
@@ -1010,7 +1010,7 @@ class NotBrackets extends pr.Brackets {
|
|
|
1010
1010
|
|
|
1011
1011
|
yr = lr.NotBrackets = NotBrackets;
|
|
1012
1012
|
|
|
1013
|
-
var vr =
|
|
1013
|
+
var vr = P();
|
|
1014
1014
|
|
|
1015
1015
|
const fr = e(vr);
|
|
1016
1016
|
|
|
@@ -1024,11 +1024,11 @@ Object.defineProperty(Or, "__esModule", {
|
|
|
1024
1024
|
|
|
1025
1025
|
var mr = Or.LegacyOracleNamingStrategy = void 0;
|
|
1026
1026
|
|
|
1027
|
-
const _r =
|
|
1027
|
+
const _r = E;
|
|
1028
1028
|
|
|
1029
|
-
const gr =
|
|
1029
|
+
const gr = R;
|
|
1030
1030
|
|
|
1031
|
-
const hr =
|
|
1031
|
+
const hr = B;
|
|
1032
1032
|
|
|
1033
1033
|
class LegacyOracleNamingStrategy extends gr.DefaultNamingStrategy {
|
|
1034
1034
|
constructor(e = "hash") {
|
|
@@ -1111,7 +1111,7 @@ class EntitySchemaOptions {}
|
|
|
1111
1111
|
|
|
1112
1112
|
Rr = Er.EntitySchemaOptions = EntitySchemaOptions;
|
|
1113
1113
|
|
|
1114
|
-
const Br =
|
|
1114
|
+
const Br = F.DataSource;
|
|
1115
1115
|
|
|
1116
1116
|
const Ir = vr.MongoEntityManager;
|
|
1117
1117
|
|
package/package.json
CHANGED
|
@@ -2611,7 +2611,7 @@ exports.Docker = class Docker extends t.Component {
|
|
|
2611
2611
|
};
|
|
2612
2612
|
const r = {
|
|
2613
2613
|
dockerfile: e.dockerfile,
|
|
2614
|
-
t: e.repoTag ? e.repoTag : `
|
|
2614
|
+
t: e.repoTag ? e.repoTag : `unnamed_img_${Date.now().toString(16)}${Math.floor(Math.random() * 255).toString(16).padStart(2, "0")}`,
|
|
2615
2615
|
remote: e.remote,
|
|
2616
2616
|
q: e.quite,
|
|
2617
2617
|
nocache: e.nocache,
|
|
@@ -2626,9 +2626,6 @@ exports.Docker = class Docker extends t.Component {
|
|
|
2626
2626
|
};
|
|
2627
2627
|
try {
|
|
2628
2628
|
const i = await this.#e.buildImage(t, r);
|
|
2629
|
-
this.#e.modem.followProgress(i, (e => {}), (e => {
|
|
2630
|
-
console.log(e);
|
|
2631
|
-
}));
|
|
2632
2629
|
return new Promise(((t, r) => {
|
|
2633
2630
|
let n = undefined;
|
|
2634
2631
|
let s = undefined;
|
|
@@ -2638,6 +2635,7 @@ exports.Docker = class Docker extends t.Component {
|
|
|
2638
2635
|
const r = JSON.parse(t);
|
|
2639
2636
|
if (r.error) s = new g.DockerImageBuildException(r.error);
|
|
2640
2637
|
if (r.aux) n = r.aux.ID;
|
|
2638
|
+
console.log(r);
|
|
2641
2639
|
if (e.outputCallback) e.outputCallback(r);
|
|
2642
2640
|
})).once("close", (() => {
|
|
2643
2641
|
if (s) return r(s);
|
|
@@ -2607,7 +2607,7 @@ let qr = class Docker extends i {
|
|
|
2607
2607
|
};
|
|
2608
2608
|
const i = {
|
|
2609
2609
|
dockerfile: t.dockerfile,
|
|
2610
|
-
t: t.repoTag ? t.repoTag : `
|
|
2610
|
+
t: t.repoTag ? t.repoTag : `unnamed_img_${Date.now().toString(16)}${Math.floor(Math.random() * 255).toString(16).padStart(2, "0")}`,
|
|
2611
2611
|
remote: t.remote,
|
|
2612
2612
|
q: t.quite,
|
|
2613
2613
|
nocache: t.nocache,
|
|
@@ -2622,9 +2622,6 @@ let qr = class Docker extends i {
|
|
|
2622
2622
|
};
|
|
2623
2623
|
try {
|
|
2624
2624
|
const r = await this.#t.buildImage(e, i);
|
|
2625
|
-
this.#t.modem.followProgress(r, (t => {}), (t => {
|
|
2626
|
-
console.log(t);
|
|
2627
|
-
}));
|
|
2628
2625
|
return new Promise(((e, i) => {
|
|
2629
2626
|
let n = undefined;
|
|
2630
2627
|
let s = undefined;
|
|
@@ -2634,6 +2631,7 @@ let qr = class Docker extends i {
|
|
|
2634
2631
|
const i = JSON.parse(e);
|
|
2635
2632
|
if (i.error) s = new y(i.error);
|
|
2636
2633
|
if (i.aux) n = i.aux.ID;
|
|
2634
|
+
console.log(i);
|
|
2637
2635
|
if (t.outputCallback) t.outputCallback(i);
|
|
2638
2636
|
})).once("close", (() => {
|
|
2639
2637
|
if (s) return i(s);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../../vendor/Package.5.mjs";
|
|
2
2
|
|
|
3
|
-
import { r as e,
|
|
3
|
+
import { r as e, C as t } from "../../../vendor/Package.14.mjs";
|
|
4
4
|
|
|
5
5
|
import "../../../vendor/Package.8.mjs";
|
|
6
6
|
|
|
@@ -66,7 +66,7 @@ var o = r.Column = void 0;
|
|
|
66
66
|
|
|
67
67
|
const a = e();
|
|
68
68
|
|
|
69
|
-
const n = t
|
|
69
|
+
const n = t;
|
|
70
70
|
|
|
71
71
|
function i(e, t) {
|
|
72
72
|
return function(r, o) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../../vendor/Package.5.mjs";
|
|
2
2
|
|
|
3
|
-
import { r as e,
|
|
3
|
+
import { r as e, C as r, a as t } from "../../../vendor/Package.14.mjs";
|
|
4
4
|
|
|
5
5
|
import "../../../vendor/Package.8.mjs";
|
|
6
6
|
|
|
@@ -66,7 +66,7 @@ var a = o.PrimaryColumn = void 0;
|
|
|
66
66
|
|
|
67
67
|
const n = e();
|
|
68
68
|
|
|
69
|
-
const m = r
|
|
69
|
+
const m = r;
|
|
70
70
|
|
|
71
71
|
const i = t();
|
|
72
72
|
|
package/vendor/Package.14.cjs
CHANGED
|
@@ -29660,26 +29660,24 @@ function Ff() {
|
|
|
29660
29660
|
|
|
29661
29661
|
var $f = {};
|
|
29662
29662
|
|
|
29663
|
-
|
|
29663
|
+
"use strict";
|
|
29664
29664
|
|
|
29665
|
-
|
|
29666
|
-
|
|
29667
|
-
|
|
29668
|
-
|
|
29669
|
-
|
|
29670
|
-
|
|
29671
|
-
|
|
29672
|
-
|
|
29673
|
-
|
|
29674
|
-
|
|
29675
|
-
|
|
29676
|
-
|
|
29677
|
-
}
|
|
29678
|
-
};
|
|
29679
|
-
$f.ColumnTypeUndefinedError = t;
|
|
29680
|
-
return $f;
|
|
29665
|
+
Object.defineProperty($f, "__esModule", {
|
|
29666
|
+
value: true
|
|
29667
|
+
});
|
|
29668
|
+
|
|
29669
|
+
var qf = $f.ColumnTypeUndefinedError = void 0;
|
|
29670
|
+
|
|
29671
|
+
const Gf = Mp;
|
|
29672
|
+
|
|
29673
|
+
class ColumnTypeUndefinedError extends Gf.TypeORMError {
|
|
29674
|
+
constructor(e, t) {
|
|
29675
|
+
super(`Column type for ${e.constructor.name}#${t} is not defined and cannot be guessed. ` + `Make sure you have turned on an "emitDecoratorMetadata": true option in tsconfig.json. ` + `Also make sure you have imported "reflect-metadata" on top of the main entry file in your application (before any entity imported).` + `If you are using JavaScript instead of TypeScript you must explicitly provide a column type.`);
|
|
29676
|
+
}
|
|
29681
29677
|
}
|
|
29682
29678
|
|
|
29679
|
+
qf = $f.ColumnTypeUndefinedError = ColumnTypeUndefinedError;
|
|
29680
|
+
|
|
29683
29681
|
var Qf = {};
|
|
29684
29682
|
|
|
29685
29683
|
var jf;
|
|
@@ -29850,7 +29848,7 @@ function aE() {
|
|
|
29850
29848
|
t.__exportStar(Lf(), e);
|
|
29851
29849
|
t.__exportStar(kf(), e);
|
|
29852
29850
|
t.__exportStar(Ff(), e);
|
|
29853
|
-
t.__exportStar(
|
|
29851
|
+
t.__exportStar($f, e);
|
|
29854
29852
|
t.__exportStar(Hf(), e);
|
|
29855
29853
|
t.__exportStar(Yf, e);
|
|
29856
29854
|
t.__exportStar(Xf(), e);
|
|
@@ -72483,6 +72481,8 @@ function qB() {
|
|
|
72483
72481
|
|
|
72484
72482
|
exports.Brackets = Yg;
|
|
72485
72483
|
|
|
72484
|
+
exports.ColumnTypeUndefinedError = $f;
|
|
72485
|
+
|
|
72486
72486
|
exports.DefaultNamingStrategy = hb;
|
|
72487
72487
|
|
|
72488
72488
|
exports.EventListenerTypes = Gk;
|
|
@@ -72499,8 +72499,6 @@ exports.error = vp;
|
|
|
72499
72499
|
|
|
72500
72500
|
exports.requireAbstractRepository = NN;
|
|
72501
72501
|
|
|
72502
|
-
exports.requireColumnTypeUndefinedError = Gf;
|
|
72503
|
-
|
|
72504
72502
|
exports.requireDataSource = UB;
|
|
72505
72503
|
|
|
72506
72504
|
exports.requireEntityManager = iA;
|
package/vendor/Package.14.mjs
CHANGED
|
@@ -29630,26 +29630,24 @@ function vf() {
|
|
|
29630
29630
|
|
|
29631
29631
|
var If = {};
|
|
29632
29632
|
|
|
29633
|
-
|
|
29633
|
+
"use strict";
|
|
29634
29634
|
|
|
29635
|
-
|
|
29636
|
-
|
|
29637
|
-
|
|
29638
|
-
|
|
29639
|
-
|
|
29640
|
-
|
|
29641
|
-
|
|
29642
|
-
|
|
29643
|
-
|
|
29644
|
-
|
|
29645
|
-
|
|
29646
|
-
|
|
29647
|
-
}
|
|
29648
|
-
};
|
|
29649
|
-
If.ColumnTypeUndefinedError = t;
|
|
29650
|
-
return If;
|
|
29635
|
+
Object.defineProperty(If, "__esModule", {
|
|
29636
|
+
value: true
|
|
29637
|
+
});
|
|
29638
|
+
|
|
29639
|
+
var Mf = If.ColumnTypeUndefinedError = void 0;
|
|
29640
|
+
|
|
29641
|
+
const wf = gp;
|
|
29642
|
+
|
|
29643
|
+
class ColumnTypeUndefinedError extends wf.TypeORMError {
|
|
29644
|
+
constructor(e, t) {
|
|
29645
|
+
super(`Column type for ${e.constructor.name}#${t} is not defined and cannot be guessed. ` + `Make sure you have turned on an "emitDecoratorMetadata": true option in tsconfig.json. ` + `Also make sure you have imported "reflect-metadata" on top of the main entry file in your application (before any entity imported).` + `If you are using JavaScript instead of TypeScript you must explicitly provide a column type.`);
|
|
29646
|
+
}
|
|
29651
29647
|
}
|
|
29652
29648
|
|
|
29649
|
+
Mf = If.ColumnTypeUndefinedError = ColumnTypeUndefinedError;
|
|
29650
|
+
|
|
29653
29651
|
var Df = {};
|
|
29654
29652
|
|
|
29655
29653
|
var Lf;
|
|
@@ -29820,7 +29818,7 @@ function Yf() {
|
|
|
29820
29818
|
t.__exportStar(bf(), e);
|
|
29821
29819
|
t.__exportStar(Af(), e);
|
|
29822
29820
|
t.__exportStar(vf(), e);
|
|
29823
|
-
t.__exportStar(
|
|
29821
|
+
t.__exportStar(If, e);
|
|
29824
29822
|
t.__exportStar(Pf(), e);
|
|
29825
29823
|
t.__exportStar(xf, e);
|
|
29826
29824
|
t.__exportStar($f(), e);
|
|
@@ -72451,4 +72449,4 @@ function pF() {
|
|
|
72451
72449
|
return R;
|
|
72452
72450
|
}
|
|
72453
72451
|
|
|
72454
|
-
export { SB as A, kg as B,
|
|
72452
|
+
export { SB as A, kg as B, If as C, Eb as D, uU as E, Bg as F, SN as G, vN as H, uy as I, bN as J, kb as K, Rb as L, Kb as M, Bb as N, ch as O, D as P, Jg as Q, gb as R, uS as S, ON as T, JS as U, Mb as V, vb as W, Pb as X, Fb as Y, zb as Z, lF as _, Mh as a, CA as b, qN as c, IA as d, fp as e, $E as f, lT as g, My as h, Ug as i, sy as j, FS as k, cT as l, nR as m, Xb as n, yb as o, dh as p, Dk as q, pF as r, Hg as s, qg as t, Uk as u, sS as v, RB as w, NB as x, MB as y, yC as z };
|