@imbricate/core 3.3.2 → 3.3.4

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.
@@ -38,6 +38,7 @@ export type ImbricateDatabaseSchemaPropertyForCreation<T extends IMBRICATE_PROPE
38
38
  readonly propertyName: string;
39
39
  readonly propertyType: T;
40
40
  readonly propertyOptions: ImbricateDatabaseSchemaPropertyOptions<T>;
41
+ readonly isPrimaryKey?: boolean;
41
42
  };
42
43
  export type ImbricateDatabaseSchema = {
43
44
  readonly properties: Array<ImbricateDatabaseSchemaProperty<IMBRICATE_PROPERTY_TYPE>>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@imbricate/core",
3
3
  "main": "index.js",
4
- "version": "3.3.2",
4
+ "version": "3.3.4",
5
5
  "description": "Imbricate Core, Notebook for Engineers",
6
6
  "repository": {
7
7
  "type": "git",