@trudb/tru-common-lib 0.0.764 → 0.0.765

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.
@@ -6,6 +6,6 @@ export declare abstract class TruEditPkeyControlConfigBase {
6
6
  abstract propertyPath: string | undefined;
7
7
  abstract get property(): TruPropertyConfigBase;
8
8
  abstract set entity(value: any);
9
- abstract get $(): number | null;
9
+ abstract get $(): number;
10
10
  constructor();
11
11
  }
@@ -4,5 +4,4 @@ export declare class TruPropertyConfigForeignKey extends TruPropertyConfigBase {
4
4
  table: string | undefined;
5
5
  foreignTableName: string | undefined;
6
6
  choicesQuery: string | undefined;
7
- defaultValue: number | null;
8
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.0.764",
3
+ "version": "0.0.765",
4
4
  "type": "module",
5
5
  "peerDependencies": {},
6
6
  "dependencies": {