dexie-cloud-common
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -27,2 +27,3 @@ export type DBOpPrimaryKey = string | (string | number)[]; | ||
opNo?: number; | ||
isAdditionalChunk?: boolean; | ||
} | ||
@@ -29,0 +30,0 @@ export interface DBInsertOperation<PK = DBOpPrimaryKey> extends DBOperationCommon<PK> { |
{ | ||
"name": "dexie-cloud-common", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "Library for shared code between dexie-cloud-addon, dexie-cloud (CLI) and dexie-cloud-server", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77896
706