test-entity-library-asm 2.2.9 → 2.3.0
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/CustomRepository.js
CHANGED
|
@@ -129,7 +129,7 @@ var CustomRepository = /** @class */ (function (_super) {
|
|
|
129
129
|
});
|
|
130
130
|
});
|
|
131
131
|
};
|
|
132
|
-
CustomRepository.prototype.
|
|
132
|
+
CustomRepository.prototype.anyOtherRepositoryMethod = function (args) {
|
|
133
133
|
return __awaiter(this, void 0, void 0, function () {
|
|
134
134
|
return __generator(this, function (_a) {
|
|
135
135
|
return [2 /*return*/];
|
package/package.json
CHANGED
package/src/CustomRepository.ts
CHANGED