@fluidframework/merge-tree
Advanced tools
Comparing version 0.34.0 to 0.34.1
@@ -22,3 +22,8 @@ /*! | ||
*/ | ||
UNLINK = -3 | ||
UNLINK = -3, | ||
/** | ||
* Notification that a local change has been acknowledged by the server. | ||
* This means that it has made the round trip to the server and has had a sequence number assigned. | ||
*/ | ||
ACKNOWLEDGED = -4 | ||
} | ||
@@ -58,3 +63,3 @@ export declare type MergeTreeDeltaOperationTypes = MergeTreeDeltaOperationType | MergeTreeMaintenanceType; | ||
} | ||
export declare type MergeTreeMaintenanceCallback = (MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs) => void; | ||
export declare type MergeTreeMaintenanceCallback = (MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs, opArgs: IMergeTreeDeltaOpArgs | undefined) => void; | ||
//# sourceMappingURL=mergeTreeDeltaCallback.d.ts.map |
@@ -22,3 +22,8 @@ /*! | ||
*/ | ||
UNLINK = -3 | ||
UNLINK = -3, | ||
/** | ||
* Notification that a local change has been acknowledged by the server. | ||
* This means that it has made the round trip to the server and has had a sequence number assigned. | ||
*/ | ||
ACKNOWLEDGED = -4 | ||
} | ||
@@ -58,3 +63,3 @@ export declare type MergeTreeDeltaOperationTypes = MergeTreeDeltaOperationType | MergeTreeMaintenanceType; | ||
} | ||
export declare type MergeTreeMaintenanceCallback = (MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs) => void; | ||
export declare type MergeTreeMaintenanceCallback = (MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs, opArgs: IMergeTreeDeltaOpArgs | undefined) => void; | ||
//# sourceMappingURL=mergeTreeDeltaCallback.d.ts.map |
{ | ||
"name": "@fluidframework/merge-tree", | ||
"version": "0.34.0", | ||
"version": "0.34.1", | ||
"description": "Merge tree", | ||
@@ -58,7 +58,7 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-utils": "^0.27.0", | ||
"@fluidframework/container-definitions": "^0.34.0", | ||
"@fluidframework/core-interfaces": "^0.34.0", | ||
"@fluidframework/datastore-definitions": "^0.34.0", | ||
"@fluidframework/container-definitions": "^0.34.1", | ||
"@fluidframework/core-interfaces": "^0.34.1", | ||
"@fluidframework/datastore-definitions": "^0.34.1", | ||
"@fluidframework/protocol-definitions": "^0.1019.0", | ||
"@fluidframework/telemetry-utils": "^0.34.0", | ||
"@fluidframework/telemetry-utils": "^0.34.1", | ||
"assert": "^2.0.0" | ||
@@ -69,4 +69,4 @@ }, | ||
"@fluidframework/eslint-config-fluid": "^0.22.1", | ||
"@fluidframework/mocha-test-setup": "^0.34.0", | ||
"@fluidframework/test-runtime-utils": "^0.34.0", | ||
"@fluidframework/mocha-test-setup": "^0.34.1", | ||
"@fluidframework/test-runtime-utils": "^0.34.1", | ||
"@types/assert": "^1.5.2", | ||
@@ -73,0 +73,0 @@ "@types/diff": "^3.5.1", |
@@ -28,2 +28,7 @@ /*! | ||
UNLINK = -3, | ||
/** | ||
* Notification that a local change has been acknowledged by the server. | ||
* This means that it has made the round trip to the server and has had a sequence number assigned. | ||
*/ | ||
ACKNOWLEDGED = -4, | ||
} | ||
@@ -74,2 +79,2 @@ | ||
export type MergeTreeMaintenanceCallback = | ||
(MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs) => void; | ||
(MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs, opArgs: IMergeTreeDeltaOpArgs | undefined) => void; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
5058162
25734