@fluidframework/protocol-base
Advanced tools
Comparing version 5.0.0-250395 to 5.0.0-256582
"use strict"; | ||
/*! | ||
* Copyright (c) Microsoft Corporation and contributors. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +7,0 @@ exports.buildGitTreeHierarchy = exports.getGitType = exports.getGitMode = void 0; |
@@ -91,11 +91,12 @@ "use strict"; | ||
// In place, remove any identifying client information | ||
snapshot.members.forEach((member) => { | ||
member[1] = { | ||
...member[1], | ||
snapshot.members = snapshot.members.map(([id, sequencedClient]) => [ | ||
id, | ||
{ | ||
...sequencedClient, | ||
client: { | ||
...member[1].client, | ||
...sequencedClient.client, | ||
user: { id: "" }, | ||
}, | ||
}; | ||
}); | ||
}, | ||
]); | ||
} | ||
@@ -102,0 +103,0 @@ return { |
@@ -0,1 +1,5 @@ | ||
/*! | ||
* Copyright (c) Microsoft Corporation and contributors. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
import { FileMode, SummaryType, } from "@fluidframework/protocol-definitions"; | ||
@@ -2,0 +6,0 @@ import { unreachableCase } from "@fluidframework/common-utils"; |
@@ -88,11 +88,12 @@ /*! | ||
// In place, remove any identifying client information | ||
snapshot.members.forEach((member) => { | ||
member[1] = { | ||
...member[1], | ||
snapshot.members = snapshot.members.map(([id, sequencedClient]) => [ | ||
id, | ||
{ | ||
...sequencedClient, | ||
client: { | ||
...member[1].client, | ||
...sequencedClient.client, | ||
user: { id: "" }, | ||
}, | ||
}; | ||
}); | ||
}, | ||
]); | ||
} | ||
@@ -99,0 +100,0 @@ return { |
{ | ||
"name": "@fluidframework/protocol-base", | ||
"version": "5.0.0-250395", | ||
"version": "5.0.0-256582", | ||
"description": "Fluid protocol base", | ||
@@ -63,3 +63,3 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-utils": "^3.1.0", | ||
"@fluidframework/gitresources": "5.0.0-250395", | ||
"@fluidframework/gitresources": "5.0.0-256582", | ||
"@fluidframework/protocol-definitions": "^3.2.0", | ||
@@ -73,3 +73,3 @@ "events": "^3.1.0" | ||
"@fluidframework/eslint-config-fluid": "^4.0.0", | ||
"@fluidframework/protocol-base-previous": "npm:@fluidframework/protocol-base@2.0.0", | ||
"@fluidframework/protocol-base-previous": "npm:@fluidframework/protocol-base@4.0.0", | ||
"@microsoft/api-extractor": "^7.42.3", | ||
@@ -76,0 +76,0 @@ "@types/assert": "^1.5.1", |
@@ -5,2 +5,3 @@ /*! | ||
*/ | ||
import * as git from "@fluidframework/gitresources"; | ||
@@ -7,0 +8,0 @@ import { |
@@ -162,11 +162,12 @@ /*! | ||
// In place, remove any identifying client information | ||
snapshot.members.forEach((member) => { | ||
member[1] = { | ||
...member[1], | ||
snapshot.members = snapshot.members.map(([id, sequencedClient]) => [ | ||
id, | ||
{ | ||
...sequencedClient, | ||
client: { | ||
...member[1].client, | ||
...sequencedClient.client, | ||
user: { id: "" }, | ||
}, | ||
}; | ||
}); | ||
}, | ||
]); | ||
} | ||
@@ -173,0 +174,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
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
210877
2593
+ Added@fluidframework/gitresources@5.0.0-256582(transitive)
- Removed@fluidframework/gitresources@5.0.0-250395(transitive)