@prestizni-software/client-dem 0.2.11 → 0.2.13
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/AutoUpdatedClientObjectClass.ts +1 -1
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
|
@@ -355,7 +355,7 @@ export abstract class AutoUpdatedClientObject<T extends Constructor<any>> {
|
|
|
355
355
|
|
|
356
356
|
private async loadForceReferences(
|
|
357
357
|
obj: any = this.data,
|
|
358
|
-
proto: any = Object.getPrototypeOf(this)
|
|
358
|
+
proto: any = Object.getPrototypeOf(this.classProp.prototype)
|
|
359
359
|
) {
|
|
360
360
|
const props: string[] = Reflect.getMetadata("props", proto) || [];
|
|
361
361
|
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.2.13](https://github.com/Prestizni-Software/client-dem/compare/v0.2.12...v0.2.13) (2025-11-06)
|
|
6
|
+
|
|
7
|
+
### [0.2.12](https://github.com/Prestizni-Software/client-dem/compare/v0.2.11...v0.2.12) (2025-11-06)
|
|
8
|
+
|
|
5
9
|
### [0.2.11](https://github.com/Prestizni-Software/client-dem/compare/v0.2.10...v0.2.11) (2025-11-06)
|
|
6
10
|
|
|
7
11
|
### [0.2.10](https://github.com/Prestizni-Software/client-dem/compare/v0.2.9...v0.2.10) (2025-11-06)
|