@fluidframework/map
Advanced tools
Comparing version 0.26.1 to 0.27.0
@@ -205,3 +205,3 @@ /*! | ||
*/ | ||
protected loadCore(branchId: string, storage: IChannelStorageService): Promise<void>; | ||
protected loadCore(branchId: string | undefined, storage: IChannelStorageService): Promise<void>; | ||
/** | ||
@@ -208,0 +208,0 @@ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.registerCore} |
@@ -140,3 +140,3 @@ /*! | ||
*/ | ||
protected loadCore(branchId: string, storage: IChannelStorageService): Promise<void>; | ||
protected loadCore(branchId: string | undefined, storage: IChannelStorageService): Promise<void>; | ||
/** | ||
@@ -143,0 +143,0 @@ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.onDisconnect} |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/map"; | ||
export declare const pkgVersion = "0.26.1"; | ||
export declare const pkgVersion = "0.27.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -10,3 +10,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/map"; | ||
exports.pkgVersion = "0.26.1"; | ||
exports.pkgVersion = "0.27.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -205,3 +205,3 @@ /*! | ||
*/ | ||
protected loadCore(branchId: string, storage: IChannelStorageService): Promise<void>; | ||
protected loadCore(branchId: string | undefined, storage: IChannelStorageService): Promise<void>; | ||
/** | ||
@@ -208,0 +208,0 @@ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.registerCore} |
@@ -140,3 +140,3 @@ /*! | ||
*/ | ||
protected loadCore(branchId: string, storage: IChannelStorageService): Promise<void>; | ||
protected loadCore(branchId: string | undefined, storage: IChannelStorageService): Promise<void>; | ||
/** | ||
@@ -143,0 +143,0 @@ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.onDisconnect} |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/map"; | ||
export declare const pkgVersion = "0.26.1"; | ||
export declare const pkgVersion = "0.27.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/map"; | ||
export const pkgVersion = "0.26.1"; | ||
export const pkgVersion = "0.27.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/map", | ||
"version": "0.26.1", | ||
"version": "0.27.0", | ||
"description": "Distributed map", | ||
@@ -56,8 +56,8 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-definitions": "^0.19.1", | ||
"@fluidframework/common-utils": "^0.23.0", | ||
"@fluidframework/core-interfaces": "^0.26.1", | ||
"@fluidframework/datastore-definitions": "^0.26.1", | ||
"@fluidframework/protocol-base": "^0.1012.0", | ||
"@fluidframework/protocol-definitions": "^0.1012.0", | ||
"@fluidframework/shared-object-base": "^0.26.1", | ||
"@fluidframework/common-utils": "^0.24.0", | ||
"@fluidframework/core-interfaces": "^0.27.0", | ||
"@fluidframework/datastore-definitions": "^0.27.0", | ||
"@fluidframework/protocol-base": "^0.1013.0", | ||
"@fluidframework/protocol-definitions": "^0.1013.0", | ||
"@fluidframework/shared-object-base": "^0.27.0", | ||
"debug": "^4.1.1" | ||
@@ -68,4 +68,4 @@ }, | ||
"@fluidframework/eslint-config-fluid": "^0.19.1", | ||
"@fluidframework/mocha-test-setup": "^0.26.1", | ||
"@fluidframework/test-runtime-utils": "^0.26.1", | ||
"@fluidframework/mocha-test-setup": "^0.27.0", | ||
"@fluidframework/test-runtime-utils": "^0.27.0", | ||
"@microsoft/api-extractor": "^7.7.2", | ||
@@ -72,0 +72,0 @@ "@types/debug": "^4.1.5", |
@@ -656,3 +656,3 @@ /*! | ||
protected async loadCore( | ||
branchId: string, | ||
branchId: string | undefined, | ||
storage: IChannelStorageService) { | ||
@@ -659,0 +659,0 @@ const header = await storage.read(snapshotFileName); |
@@ -336,3 +336,3 @@ /*! | ||
protected async loadCore( | ||
branchId: string, | ||
branchId: string | undefined, | ||
storage: IChannelStorageService) { | ||
@@ -339,0 +339,0 @@ const header = await storage.read(snapshotFileName); |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/map"; | ||
export const pkgVersion = "0.26.1"; | ||
export const pkgVersion = "0.27.0"; |
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 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 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
1356434
+ Added@fluidframework/common-utils@0.24.0(transitive)
+ Added@fluidframework/container-definitions@0.27.15(transitive)
+ Added@fluidframework/container-utils@0.27.15(transitive)
+ Added@fluidframework/core-interfaces@0.27.15(transitive)
+ Added@fluidframework/datastore@0.27.15(transitive)
+ Added@fluidframework/datastore-definitions@0.27.15(transitive)
+ Added@fluidframework/driver-definitions@0.27.15(transitive)
+ Added@fluidframework/driver-utils@0.27.15(transitive)
+ Added@fluidframework/gitresources@0.1013.0(transitive)
+ Added@fluidframework/protocol-base@0.1013.0(transitive)
+ Added@fluidframework/protocol-definitions@0.1013.0(transitive)
+ Added@fluidframework/runtime-definitions@0.27.15(transitive)
+ Added@fluidframework/runtime-utils@0.27.15(transitive)
+ Added@fluidframework/shared-object-base@0.27.15(transitive)
+ Added@fluidframework/telemetry-utils@0.27.15(transitive)
- Removed@fluidframework/common-utils@0.23.0(transitive)
- Removed@fluidframework/container-definitions@0.26.10(transitive)
- Removed@fluidframework/container-utils@0.26.10(transitive)
- Removed@fluidframework/core-interfaces@0.26.10(transitive)
- Removed@fluidframework/datastore@0.26.10(transitive)
- Removed@fluidframework/datastore-definitions@0.26.10(transitive)
- Removed@fluidframework/driver-definitions@0.26.10(transitive)
- Removed@fluidframework/driver-utils@0.26.10(transitive)
- Removed@fluidframework/gitresources@0.1012.2(transitive)
- Removed@fluidframework/protocol-base@0.1012.2(transitive)
- Removed@fluidframework/protocol-definitions@0.1012.2(transitive)
- Removed@fluidframework/runtime-definitions@0.26.10(transitive)
- Removed@fluidframework/runtime-utils@0.26.10(transitive)
- Removed@fluidframework/shared-object-base@0.26.10(transitive)
- Removed@fluidframework/telemetry-utils@0.26.10(transitive)
- Removedperformance-now@2.1.0(transitive)