@loopback/repository-tests 0.23.1 → 0.23.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/dist/crud/relations/fixtures/models/address.model.js +2 -1
- package/dist/crud/relations/fixtures/models/address.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/cart-item.model.js +2 -1
- package/dist/crud/relations/fixtures/models/cart-item.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/contact.model.js +2 -1
- package/dist/crud/relations/fixtures/models/contact.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/customer-cart-item-link.model.js +2 -1
- package/dist/crud/relations/fixtures/models/customer-cart-item-link.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/customer-promotion-link.model.js +2 -1
- package/dist/crud/relations/fixtures/models/customer-promotion-link.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/customer.model.js +5 -5
- package/dist/crud/relations/fixtures/models/customer.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/order.model.js +2 -1
- package/dist/crud/relations/fixtures/models/order.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/payment-method.model.js +8 -4
- package/dist/crud/relations/fixtures/models/payment-method.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/promotion.model.js +6 -3
- package/dist/crud/relations/fixtures/models/promotion.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/shipment.model.js +2 -1
- package/dist/crud/relations/fixtures/models/shipment.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/stakeholder.model.js +2 -1
- package/dist/crud/relations/fixtures/models/stakeholder.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/supplier.model.js +2 -1
- package/dist/crud/relations/fixtures/models/supplier.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/user-link.model.js +2 -1
- package/dist/crud/relations/fixtures/models/user-link.model.js.map +1 -1
- package/dist/crud/relations/fixtures/models/user.model.js +4 -4
- package/dist/crud/relations/fixtures/models/user.model.js.map +1 -1
- package/package.json +9 -9
|
@@ -8,8 +8,9 @@ exports.Address = void 0;
|
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
10
|
const customer_model_1 = require("./customer.model");
|
|
11
|
-
let Address =
|
|
11
|
+
let Address = class Address extends repository_1.Entity {
|
|
12
12
|
};
|
|
13
|
+
exports.Address = Address;
|
|
13
14
|
tslib_1.__decorate([
|
|
14
15
|
(0, repository_1.property)({
|
|
15
16
|
id: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"address.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/address.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAO8B;AAE9B,qDAAiE;AAG1D,IAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"address.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/address.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAO8B;AAE9B,qDAAiE;AAG1D,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,mBAAM;CA0BlC,CAAA;AA1BY,0BAAO;AAMlB;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;mCACc;AAIhB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;uCACa;AAIf;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;wCACc;AAIhB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;qCACW;AAIb;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;yCACe;AAGjB;IADC,IAAA,sBAAS,EAAC,GAAG,EAAE,CAAC,yBAAQ,CAAC;;2CACF;kBAzBb,OAAO;IADnB,IAAA,kBAAK,GAAE;GACK,OAAO,CA0BnB"}
|
|
@@ -8,8 +8,9 @@ exports.CartItem = void 0;
|
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
10
|
const _1 = require(".");
|
|
11
|
-
let CartItem =
|
|
11
|
+
let CartItem = class CartItem extends repository_1.Entity {
|
|
12
12
|
};
|
|
13
|
+
exports.CartItem = CartItem;
|
|
13
14
|
tslib_1.__decorate([
|
|
14
15
|
(0, repository_1.property)({
|
|
15
16
|
id: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cart-item.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/cart-item.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAO8B;AAC9B,wBAA4C;AAIrC,IAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"cart-item.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/cart-item.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAO8B;AAC9B,wBAA4C;AAIrC,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,mBAAM;CAenC,CAAA;AAfY,4BAAQ;AAMnB;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;oCACc;AAKhB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;6CACkB;AAGpB;IADC,IAAA,sBAAS,EAAC,GAAG,EAAE,CAAC,QAAK,CAAC;;yCACF;mBAdV,QAAQ;IADpB,IAAA,kBAAK,GAAE;GACK,QAAQ,CAepB"}
|
|
@@ -8,8 +8,9 @@ exports.Contact = void 0;
|
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
10
|
const stakeholder_model_1 = require("./stakeholder.model");
|
|
11
|
-
let Contact =
|
|
11
|
+
let Contact = class Contact extends repository_1.Entity {
|
|
12
12
|
};
|
|
13
|
+
exports.Contact = Contact;
|
|
13
14
|
tslib_1.__decorate([
|
|
14
15
|
(0, repository_1.property)({
|
|
15
16
|
id: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/contact.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAO8B;AAG9B,2DAAgD;AAGzC,IAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"contact.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/contact.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAO8B;AAG9B,2DAAgD;AAGzC,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,mBAAM;CAyBlC,CAAA;AAzBY,0BAAO;AAMlB;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;mCACc;AAIhB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;qCACW;AAIb;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;sCACY;AAGd;IADC,IAAA,sBAAS,EAAC,GAAG,EAAE,CAAC,+BAAW,EAAE,EAAC,WAAW,EAAE,IAAI,EAAC,CAAC;;8CACvB;AAO3B;IALC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,UAAU;KACpB,CAAC;;gDACsB;kBAxBb,OAAO;IADnB,IAAA,kBAAK,GAAE;GACK,OAAO,CAyBnB"}
|
|
@@ -7,8 +7,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7
7
|
exports.CustomerCartItemLink = void 0;
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
|
-
let CustomerCartItemLink =
|
|
10
|
+
let CustomerCartItemLink = class CustomerCartItemLink extends repository_1.Entity {
|
|
11
11
|
};
|
|
12
|
+
exports.CustomerCartItemLink = CustomerCartItemLink;
|
|
12
13
|
tslib_1.__decorate([
|
|
13
14
|
(0, repository_1.property)({
|
|
14
15
|
id: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer-cart-item-link.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/customer-cart-item-link.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAK8B;AAIvB,IAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"customer-cart-item-link.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/customer-cart-item-link.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAK8B;AAIvB,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,mBAAM;CAkB/C,CAAA;AAlBY,oDAAoB;AAM/B;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;gDACc;AAGhB;IADC,IAAA,qBAAQ,GAAE;;wDACa;AAGxB;IADC,IAAA,qBAAQ,GAAE;;wDACa;AAKxB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;yDACmB;+BAjBV,oBAAoB;IADhC,IAAA,kBAAK,GAAE;GACK,oBAAoB,CAkBhC"}
|
|
@@ -7,8 +7,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7
7
|
exports.CustomerPromotionLink = void 0;
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
|
-
let CustomerPromotionLink =
|
|
10
|
+
let CustomerPromotionLink = class CustomerPromotionLink extends repository_1.Entity {
|
|
11
11
|
};
|
|
12
|
+
exports.CustomerPromotionLink = CustomerPromotionLink;
|
|
12
13
|
tslib_1.__decorate([
|
|
13
14
|
(0, repository_1.property)({
|
|
14
15
|
id: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer-promotion-link.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/customer-promotion-link.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAK8B;AAIvB,IAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"customer-promotion-link.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/customer-promotion-link.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAK8B;AAIvB,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,mBAAM;CA0BhD,CAAA;AA1BY,sDAAqB;AAMhC;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;iDACc;AAGhB;IADC,IAAA,qBAAQ,GAAE;;yDACa;AAIxB;IAFC,IAAA,qBAAQ,GAAE;IACX,gEAAgE;;;2DACtC;AAO1B;IALC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,WAAW;QACpB,QAAQ,EAAE,IAAI;KACf,CAAC;;4DACoB;AAKtB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;0DACmB;gCAzBV,qBAAqB;IADjC,IAAA,kBAAK,GAAE;GACK,qBAAqB,CA0BjC"}
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
// Node module: @loopback/repository-tests
|
|
4
4
|
// This file is licensed under the MIT License.
|
|
5
5
|
// License text available at https://opensource.org/licenses/MIT
|
|
6
|
-
var Customer_1;
|
|
7
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
7
|
exports.Customer = void 0;
|
|
9
8
|
const tslib_1 = require("tslib");
|
|
@@ -16,8 +15,9 @@ const order_model_1 = require("./order.model");
|
|
|
16
15
|
const payment_method_model_1 = require("./payment-method.model");
|
|
17
16
|
const promotion_model_1 = require("./promotion.model");
|
|
18
17
|
const stakeholder_model_1 = require("./stakeholder.model");
|
|
19
|
-
let Customer =
|
|
18
|
+
let Customer = class Customer extends stakeholder_model_1.Stakeholder {
|
|
20
19
|
};
|
|
20
|
+
exports.Customer = Customer;
|
|
21
21
|
tslib_1.__decorate([
|
|
22
22
|
(0, repository_1.property)({
|
|
23
23
|
type: 'string',
|
|
@@ -33,11 +33,11 @@ tslib_1.__decorate([
|
|
|
33
33
|
tslib_1.__metadata("design:type", address_model_1.Address)
|
|
34
34
|
], Customer.prototype, "address", void 0);
|
|
35
35
|
tslib_1.__decorate([
|
|
36
|
-
(0, repository_1.hasMany)(() =>
|
|
36
|
+
(0, repository_1.hasMany)(() => Customer, { keyTo: 'parentId' }),
|
|
37
37
|
tslib_1.__metadata("design:type", Array)
|
|
38
38
|
], Customer.prototype, "customers", void 0);
|
|
39
39
|
tslib_1.__decorate([
|
|
40
|
-
(0, repository_1.belongsTo)(() =>
|
|
40
|
+
(0, repository_1.belongsTo)(() => Customer),
|
|
41
41
|
tslib_1.__metadata("design:type", Object)
|
|
42
42
|
], Customer.prototype, "parentId", void 0);
|
|
43
43
|
tslib_1.__decorate([
|
|
@@ -66,7 +66,7 @@ tslib_1.__decorate([
|
|
|
66
66
|
}),
|
|
67
67
|
tslib_1.__metadata("design:type", String)
|
|
68
68
|
], Customer.prototype, "paymentMethodType", void 0);
|
|
69
|
-
exports.Customer = Customer =
|
|
69
|
+
exports.Customer = Customer = tslib_1.__decorate([
|
|
70
70
|
(0, repository_1.model)()
|
|
71
71
|
], Customer);
|
|
72
72
|
//# sourceMappingURL=customer.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/customer.model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE
|
|
1
|
+
{"version":3,"file":"customer.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/customer.model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAU8B;AAG9B,mDAA8D;AAC9D,uDAAkE;AAElE,mFAAqE;AACrE,mFAAsE;AACtE,+CAAwD;AACxD,iEAGgC;AAChC,uDAAoE;AACpE,2DAAgD;AAGzC,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,+BAAW;CAuCxC,CAAA;AAvCY,4BAAQ;AAInB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;sCACW;AAGb;IADC,IAAA,oBAAO,EAAC,GAAG,EAAE,CAAC,mBAAK,CAAC;;wCACL;AAGhB;IADC,IAAA,mBAAM,EAAC,GAAG,EAAE,CAAC,uBAAO,CAAC;sCACb,uBAAO;yCAAC;AAGjB;IADC,IAAA,oBAAO,EAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,EAAC,KAAK,EAAE,UAAU,EAAC,CAAC;;2CACtB;AAGvB;IADC,IAAA,sBAAS,EAAC,GAAG,EAAE,CAAC,QAAQ,CAAC;;0CACH;AAGvB;IADC,IAAA,oBAAO,EAAC,GAAG,EAAE,CAAC,0BAAQ,EAAE,EAAC,OAAO,EAAE,EAAC,KAAK,EAAE,GAAG,EAAE,CAAC,oDAAoB,EAAC,EAAC,CAAC;;2CAClD;AAStB;IAPC,IAAA,oBAAO,EAAC,GAAG,EAAE,CAAC,2BAAS,EAAE;QACxB,OAAO,EAAE;YACP,KAAK,EAAE,GAAG,EAAE,CAAC,qDAAqB;YAClC,KAAK,EAAE,cAAc;YACrB,WAAW,EAAE,EAAC,aAAa,EAAE,eAAe,EAAC;SAC9C;KACF,CAAC;;4CACsB;AAGxB;IADC,IAAA,mBAAM,EAAC,GAAG,EAAE,CAAC,oCAAa,EAAE,EAAC,WAAW,EAAE,IAAI,EAAC,CAAC;sCAClC,oCAAa;+CAAC;AAO7B;IALC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,YAAY;KACtB,CAAC;;mDACwB;mBAtCf,QAAQ;IADpB,IAAA,kBAAK,GAAE;GACK,QAAQ,CAuCpB"}
|
|
@@ -9,8 +9,9 @@ const tslib_1 = require("tslib");
|
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
10
|
const customer_model_1 = require("./customer.model");
|
|
11
11
|
const shipment_model_1 = require("./shipment.model");
|
|
12
|
-
let Order =
|
|
12
|
+
let Order = class Order extends repository_1.Entity {
|
|
13
13
|
};
|
|
14
|
+
exports.Order = Order;
|
|
14
15
|
tslib_1.__decorate([
|
|
15
16
|
(0, repository_1.property)({
|
|
16
17
|
id: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"order.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/order.model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAO8B;AAE9B,qDAAiE;AACjE,qDAAiE;AAG1D,IAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"order.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/order.model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAO8B;AAE9B,qDAAiE;AACjE,qDAAiE;AAG1D,IAAM,KAAK,GAAX,MAAM,KAAM,SAAQ,mBAAM;CAyBhC,CAAA;AAzBY,sBAAK;AAMhB;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;iCACc;AAMhB;IAJC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf,CAAC;;0CACkB;AAMpB;IAJC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,SAAS;QACf,QAAQ,EAAE,KAAK;KAChB,CAAC;;wCACiB;AAGnB;IADC,IAAA,sBAAS,EAAC,GAAG,EAAE,CAAC,yBAAQ,CAAC;;yCACF;AAGxB;IADC,IAAA,sBAAS,EAAC,GAAG,EAAE,CAAC,yBAAQ,EAAE,EAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,UAAU,EAAC,CAAC;;2CAC/C;gBAxBV,KAAK;IADjB,IAAA,kBAAK,GAAE;GACK,KAAK,CAyBjB"}
|
|
@@ -8,8 +8,9 @@ exports.Cash = exports.CreditCard = exports.CardInfo = exports.PaymentMethod = v
|
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
10
|
const stakeholder_model_1 = require("./stakeholder.model");
|
|
11
|
-
let PaymentMethod =
|
|
11
|
+
let PaymentMethod = class PaymentMethod extends repository_1.Entity {
|
|
12
12
|
};
|
|
13
|
+
exports.PaymentMethod = PaymentMethod;
|
|
13
14
|
tslib_1.__decorate([
|
|
14
15
|
(0, repository_1.property)({
|
|
15
16
|
id: true,
|
|
@@ -25,8 +26,9 @@ tslib_1.__decorate([
|
|
|
25
26
|
exports.PaymentMethod = PaymentMethod = tslib_1.__decorate([
|
|
26
27
|
(0, repository_1.model)()
|
|
27
28
|
], PaymentMethod);
|
|
28
|
-
let CardInfo =
|
|
29
|
+
let CardInfo = class CardInfo extends repository_1.Entity {
|
|
29
30
|
};
|
|
31
|
+
exports.CardInfo = CardInfo;
|
|
30
32
|
tslib_1.__decorate([
|
|
31
33
|
(0, repository_1.property)({
|
|
32
34
|
id: true,
|
|
@@ -50,8 +52,9 @@ tslib_1.__decorate([
|
|
|
50
52
|
exports.CardInfo = CardInfo = tslib_1.__decorate([
|
|
51
53
|
(0, repository_1.model)()
|
|
52
54
|
], CardInfo);
|
|
53
|
-
let CreditCard =
|
|
55
|
+
let CreditCard = class CreditCard extends PaymentMethod {
|
|
54
56
|
};
|
|
57
|
+
exports.CreditCard = CreditCard;
|
|
55
58
|
tslib_1.__decorate([
|
|
56
59
|
(0, repository_1.property)({
|
|
57
60
|
type: 'number',
|
|
@@ -67,8 +70,9 @@ tslib_1.__decorate([
|
|
|
67
70
|
exports.CreditCard = CreditCard = tslib_1.__decorate([
|
|
68
71
|
(0, repository_1.model)()
|
|
69
72
|
], CreditCard);
|
|
70
|
-
let Cash =
|
|
73
|
+
let Cash = class Cash extends PaymentMethod {
|
|
71
74
|
};
|
|
75
|
+
exports.Cash = Cash;
|
|
72
76
|
tslib_1.__decorate([
|
|
73
77
|
(0, repository_1.property)({
|
|
74
78
|
type: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/payment-method.model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAQ8B;AAI9B,2DAAgD;AAGzC,IAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"payment-method.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/payment-method.model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAQ8B;AAI9B,2DAAgD;AAGzC,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,mBAAM;CAUxC,CAAA;AAVY,sCAAa;AAMxB;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;yCACc;AAGhB;IADC,IAAA,sBAAS,EAAC,GAAG,EAAE,CAAC,+BAAW,CAAC;;iDACL;wBATb,aAAa;IADzB,IAAA,kBAAK,GAAE;GACK,aAAa,CAUzB;AASM,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,mBAAM;CAiBnC,CAAA;AAjBY,4BAAQ;AAMnB;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;oCACc;AAGhB;IADC,IAAA,sBAAS,EAAC,GAAG,EAAE,CAAC,UAAU,CAAC;;8CACF;AAO1B;IALC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,gBAAgB;KAC1B,CAAC;;4CACiB;mBAhBR,QAAQ;IADpB,IAAA,kBAAK,GAAE;GACK,QAAQ,CAiBpB;AASM,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,aAAa;CAU5C,CAAA;AAVY,gCAAU;AAMrB;IALC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,CAAC;KACX,CAAC;;8CACiB;AAGnB;IADC,IAAA,mBAAM,EAAC,GAAG,EAAE,CAAC,QAAQ,CAAC;sCACb,QAAQ;4CAAC;qBATR,UAAU;IADtB,IAAA,kBAAK,GAAE;GACK,UAAU,CAUtB;AAUM,IAAM,IAAI,GAAV,MAAM,IAAK,SAAQ,aAAa;CAOtC,CAAA;AAPY,oBAAI;AAMf;IALC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,qBAAqB;KAC/B,CAAC;;oCACa;eANJ,IAAI;IADhB,IAAA,kBAAK,GAAE;GACK,IAAI,CAOhB"}
|
|
@@ -7,8 +7,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7
7
|
exports.HalfPrice = exports.FreeDelivery = exports.Promotion = void 0;
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
|
-
let Promotion =
|
|
10
|
+
let Promotion = class Promotion extends repository_1.Entity {
|
|
11
11
|
};
|
|
12
|
+
exports.Promotion = Promotion;
|
|
12
13
|
tslib_1.__decorate([
|
|
13
14
|
(0, repository_1.property)({
|
|
14
15
|
id: true,
|
|
@@ -26,8 +27,9 @@ tslib_1.__decorate([
|
|
|
26
27
|
exports.Promotion = Promotion = tslib_1.__decorate([
|
|
27
28
|
(0, repository_1.model)()
|
|
28
29
|
], Promotion);
|
|
29
|
-
let FreeDelivery =
|
|
30
|
+
let FreeDelivery = class FreeDelivery extends Promotion {
|
|
30
31
|
};
|
|
32
|
+
exports.FreeDelivery = FreeDelivery;
|
|
31
33
|
tslib_1.__decorate([
|
|
32
34
|
(0, repository_1.property)({
|
|
33
35
|
type: 'string',
|
|
@@ -37,8 +39,9 @@ tslib_1.__decorate([
|
|
|
37
39
|
exports.FreeDelivery = FreeDelivery = tslib_1.__decorate([
|
|
38
40
|
(0, repository_1.model)()
|
|
39
41
|
], FreeDelivery);
|
|
40
|
-
let HalfPrice =
|
|
42
|
+
let HalfPrice = class HalfPrice extends Promotion {
|
|
41
43
|
};
|
|
44
|
+
exports.HalfPrice = HalfPrice;
|
|
42
45
|
tslib_1.__decorate([
|
|
43
46
|
(0, repository_1.property)({
|
|
44
47
|
type: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"promotion.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/promotion.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAK8B;AAIvB,IAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"promotion.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/promotion.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAK8B;AAIvB,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,mBAAM;CAYpC,CAAA;AAZY,8BAAS;AAMpB;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;qCACc;AAKhB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;8CACkB;oBAXT,SAAS;IADrB,IAAA,kBAAK,GAAE;GACK,SAAS,CAYrB;AAUM,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,SAAS;CAK1C,CAAA;AALY,oCAAY;AAIvB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;0CACW;uBAJF,YAAY;IADxB,IAAA,kBAAK,GAAE;GACK,YAAY,CAKxB;AAaM,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,SAAS;CAKvC,CAAA;AALY,8BAAS;AAIpB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;uCACW;oBAJF,SAAS;IADrB,IAAA,kBAAK,GAAE;GACK,SAAS,CAKrB"}
|
|
@@ -8,11 +8,12 @@ exports.Shipment = void 0;
|
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
10
|
const order_model_1 = require("./order.model");
|
|
11
|
-
let Shipment =
|
|
11
|
+
let Shipment = class Shipment extends repository_1.Entity {
|
|
12
12
|
constructor(data) {
|
|
13
13
|
super(data);
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
|
+
exports.Shipment = Shipment;
|
|
16
17
|
tslib_1.__decorate([
|
|
17
18
|
(0, repository_1.property)({
|
|
18
19
|
id: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shipment.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/shipment.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAO8B;AAE9B,+CAAwD;AAGjD,IAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"shipment.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/shipment.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAO8B;AAE9B,+CAAwD;AAGjD,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,mBAAM;IAqBlC,YAAY,IAAwB;QAClC,KAAK,CAAC,IAAI,CAAC,CAAC;IACd,CAAC;CACF,CAAA;AAxBY,4BAAQ;AAMnB;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;oCACc;AAMhB;IAJC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;IACF,gEAAgE;;;6CAC5C;AAGpB;IADC,IAAA,qBAAQ,EAAC,EAAC,IAAI,EAAE,QAAQ,EAAC,CAAC;;sCACd;AAIb;IADC,IAAA,oBAAO,EAAC,GAAG,EAAE,CAAC,mBAAK,EAAE,EAAC,OAAO,EAAE,aAAa,EAAE,KAAK,EAAE,cAAc,EAAC,CAAC;;gDAC9C;mBAnBb,QAAQ;IADpB,IAAA,kBAAK,GAAE;;GACK,QAAQ,CAwBpB"}
|
|
@@ -8,8 +8,9 @@ exports.Stakeholder = void 0;
|
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
10
|
const contact_model_1 = require("./contact.model");
|
|
11
|
-
let Stakeholder =
|
|
11
|
+
let Stakeholder = class Stakeholder extends repository_1.Entity {
|
|
12
12
|
};
|
|
13
|
+
exports.Stakeholder = Stakeholder;
|
|
13
14
|
tslib_1.__decorate([
|
|
14
15
|
(0, repository_1.property)({
|
|
15
16
|
id: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stakeholder.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/stakeholder.model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAAqE;AAErE,mDAAwC;AAGjC,IAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"stakeholder.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/stakeholder.model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAAqE;AAErE,mDAAwC;AAGjC,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,mBAAM;CAUtC,CAAA;AAVY,kCAAW;AAMtB;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;uCACc;AAGhB;IADC,IAAA,mBAAM,EAAC,GAAG,EAAE,CAAC,uBAAO,CAAC;sCACb,uBAAO;4CAAC;sBATN,WAAW;IADvB,IAAA,kBAAK,GAAE;GACK,WAAW,CAUvB;AAED,0CAA0C;AAC1C,mCAAmC;AACnC,IAAI;AAEJ,6EAA6E;AAE7E,yCAAyC;AACzC,iFAAiF;AACjF,4DAA4D;AAC5D,4DAA4D;AAC5D,IAAI"}
|
|
@@ -8,8 +8,9 @@ exports.Supplier = void 0;
|
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
10
|
const stakeholder_model_1 = require("./stakeholder.model");
|
|
11
|
-
let Supplier =
|
|
11
|
+
let Supplier = class Supplier extends stakeholder_model_1.Stakeholder {
|
|
12
12
|
};
|
|
13
|
+
exports.Supplier = Supplier;
|
|
13
14
|
tslib_1.__decorate([
|
|
14
15
|
(0, repository_1.property)({
|
|
15
16
|
type: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"supplier.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/supplier.model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAK8B;AAI9B,2DAAgD;AAGzC,IAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"supplier.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/supplier.model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAK8B;AAI9B,2DAAgD;AAGzC,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,+BAAW;CAKxC,CAAA;AALY,4BAAQ;AAInB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;sCACW;mBAJF,QAAQ;IADpB,IAAA,kBAAK,GAAE;GACK,QAAQ,CAKpB"}
|
|
@@ -7,8 +7,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7
7
|
exports.UserLink = void 0;
|
|
8
8
|
const tslib_1 = require("tslib");
|
|
9
9
|
const repository_1 = require("@loopback/repository");
|
|
10
|
-
let UserLink =
|
|
10
|
+
let UserLink = class UserLink extends repository_1.Entity {
|
|
11
11
|
};
|
|
12
|
+
exports.UserLink = UserLink;
|
|
12
13
|
tslib_1.__decorate([
|
|
13
14
|
(0, repository_1.property)({
|
|
14
15
|
id: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-link.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/user-link.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAK8B;AAIvB,IAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"user-link.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/user-link.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAK8B;AAIvB,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,mBAAM;CAkBnC,CAAA;AAlBY,4BAAQ;AAMnB;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;oCACc;AAGhB;IADC,IAAA,qBAAQ,GAAE;;4CACa;AAGxB;IADC,IAAA,qBAAQ,GAAE;;4CACa;AAKxB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;6CACmB;mBAjBV,QAAQ;IADpB,IAAA,kBAAK,GAAE;GACK,QAAQ,CAkBpB"}
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
// Node module: @loopback/repository-tests
|
|
4
4
|
// This file is licensed under the MIT License.
|
|
5
5
|
// License text available at https://opensource.org/licenses/MIT
|
|
6
|
-
var User_1;
|
|
7
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
7
|
exports.User = void 0;
|
|
9
8
|
const tslib_1 = require("tslib");
|
|
10
9
|
const repository_1 = require("@loopback/repository");
|
|
11
10
|
const user_link_model_1 = require("./user-link.model");
|
|
12
|
-
let User =
|
|
11
|
+
let User = class User extends repository_1.Entity {
|
|
13
12
|
};
|
|
13
|
+
exports.User = User;
|
|
14
14
|
tslib_1.__decorate([
|
|
15
15
|
(0, repository_1.property)({
|
|
16
16
|
id: true,
|
|
@@ -26,7 +26,7 @@ tslib_1.__decorate([
|
|
|
26
26
|
tslib_1.__metadata("design:type", String)
|
|
27
27
|
], User.prototype, "name", void 0);
|
|
28
28
|
tslib_1.__decorate([
|
|
29
|
-
(0, repository_1.hasMany)(() =>
|
|
29
|
+
(0, repository_1.hasMany)(() => User, {
|
|
30
30
|
through: {
|
|
31
31
|
model: () => user_link_model_1.UserLink,
|
|
32
32
|
keyFrom: 'followerId',
|
|
@@ -35,7 +35,7 @@ tslib_1.__decorate([
|
|
|
35
35
|
}),
|
|
36
36
|
tslib_1.__metadata("design:type", Array)
|
|
37
37
|
], User.prototype, "users", void 0);
|
|
38
|
-
exports.User = User =
|
|
38
|
+
exports.User = User = tslib_1.__decorate([
|
|
39
39
|
(0, repository_1.model)()
|
|
40
40
|
], User);
|
|
41
41
|
//# sourceMappingURL=user.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/user.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE
|
|
1
|
+
{"version":3,"file":"user.model.js","sourceRoot":"","sources":["../../../../../src/crud/relations/fixtures/models/user.model.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,qDAO8B;AAE9B,uDAA2C;AAGpC,IAAM,IAAI,GAAV,MAAM,IAAK,SAAQ,mBAAM;CAqB/B,CAAA;AArBY,oBAAI;AAMf;IALC,IAAA,qBAAQ,EAAC;QACR,EAAE,EAAE,IAAI;QACR,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,IAAI;KACvB,CAAC;;gCACc;AAKhB;IAHC,IAAA,qBAAQ,EAAC;QACR,IAAI,EAAE,QAAQ;KACf,CAAC;;kCACW;AASb;IAPC,IAAA,oBAAO,EAAC,GAAG,EAAE,CAAC,IAAI,EAAE;QACnB,OAAO,EAAE;YACP,KAAK,EAAE,GAAG,EAAE,CAAC,0BAAQ;YACrB,OAAO,EAAE,YAAY;YACrB,KAAK,EAAE,YAAY;SACpB;KACF,CAAC;;mCACY;eApBH,IAAI;IADhB,IAAA,kBAAK,GAAE;GACK,IAAI,CAqBhB"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/repository-tests",
|
|
3
3
|
"description": "A shared test suite to verify `@loopback/repository` functionality with a given compatible connector",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.3",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
"@loopback/repository": "^6.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@loopback/testlab": "^6.1.
|
|
39
|
+
"@loopback/testlab": "^6.1.3",
|
|
40
40
|
"@types/debug": "^4.1.8",
|
|
41
41
|
"debug": "^4.3.4",
|
|
42
|
-
"tslib": "^2.6.
|
|
42
|
+
"tslib": "^2.6.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@loopback/build": "^10.1.
|
|
46
|
-
"@loopback/core": "^5.1.
|
|
47
|
-
"@loopback/repository": "^6.1.
|
|
45
|
+
"@loopback/build": "^10.1.3",
|
|
46
|
+
"@loopback/core": "^5.1.3",
|
|
47
|
+
"@loopback/repository": "^6.1.3",
|
|
48
48
|
"@types/debug": "^4.1.8",
|
|
49
|
-
"@types/lodash": "^4.14.
|
|
50
|
-
"@types/node": "^16.18.
|
|
49
|
+
"@types/lodash": "^4.14.198",
|
|
50
|
+
"@types/node": "^16.18.50",
|
|
51
51
|
"lodash": "^4.17.21"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d"
|
|
54
54
|
}
|