@fluidframework/protocol-base
Advanced tools
Comparing version 0.1019.0-14328 to 0.1019.0-14741
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.addBlobToTree = exports.AttachmentTreeEntry = exports.TreeTreeEntry = exports.CommitTreeEntry = exports.BlobTreeEntry = exports.buildHierarchy = exports.getGitType = exports.getGitMode = void 0; | ||
const protocol_definitions_1 = require("@fluidframework/protocol-definitions"); | ||
@@ -9,0 +10,0 @@ const common_utils_1 = require("@fluidframework/common-utils"); |
@@ -6,11 +6,18 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./blobs")); | ||
__export(require("./protocol")); | ||
__export(require("./quorum")); | ||
__export(require("./utils")); | ||
__export(require("./scribeHelper")); | ||
__exportStar(require("./blobs"), exports); | ||
__exportStar(require("./protocol"), exports); | ||
__exportStar(require("./quorum"), exports); | ||
__exportStar(require("./utils"), exports); | ||
__exportStar(require("./scribeHelper"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/protocol-base"; | ||
export declare const pkgVersion = "0.1019.0-14328"; | ||
export declare const pkgVersion = "0.1019.0-14741"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -9,4 +9,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgVersion = exports.pkgName = void 0; | ||
exports.pkgName = "@fluidframework/protocol-base"; | ||
exports.pkgVersion = "0.1019.0-14328"; | ||
exports.pkgVersion = "0.1019.0-14741"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ProtocolOpHandler = exports.isSystemMessage = void 0; | ||
const protocol_definitions_1 = require("@fluidframework/protocol-definitions"); | ||
@@ -9,0 +10,0 @@ const quorum_1 = require("./quorum"); |
@@ -10,2 +10,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.QuorumProxy = exports.Quorum = void 0; | ||
// eslint-disable-next-line import/no-internal-modules | ||
@@ -12,0 +13,0 @@ const cloneDeep_1 = __importDefault(require("lodash/cloneDeep")); |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.generateServiceProtocolEntries = exports.mergeAppAndProtocolTree = exports.getQuorumTreeEntries = void 0; | ||
const protocol_definitions_1 = require("@fluidframework/protocol-definitions"); | ||
@@ -9,0 +10,0 @@ function getQuorumTreeEntries(documentId, minimumSequenceNumber, sequenceNumber, term, quorumSnapshot) { |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isSystemType = void 0; | ||
const protocol_definitions_1 = require("@fluidframework/protocol-definitions"); | ||
@@ -16,6 +17,7 @@ /** | ||
*/ | ||
exports.isSystemType = (type) => (type === protocol_definitions_1.MessageType.RemoteHelp || | ||
const isSystemType = (type) => (type === protocol_definitions_1.MessageType.RemoteHelp || | ||
type === protocol_definitions_1.MessageType.ClientJoin || | ||
type === protocol_definitions_1.MessageType.ClientLeave || | ||
type === protocol_definitions_1.MessageType.Control); | ||
exports.isSystemType = isSystemType; | ||
//# sourceMappingURL=utils.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/protocol-base"; | ||
export declare const pkgVersion = "0.1019.0-14328"; | ||
export declare const pkgVersion = "0.1019.0-14741"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/protocol-base"; | ||
export const pkgVersion = "0.1019.0-14328"; | ||
export const pkgVersion = "0.1019.0-14741"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/protocol-base", | ||
"version": "0.1019.0-14328", | ||
"version": "0.1019.0-14741", | ||
"description": "Fluid protocol base", | ||
@@ -57,4 +57,4 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-utils": "^0.27.0", | ||
"@fluidframework/gitresources": "0.1019.0-14328", | ||
"@fluidframework/protocol-definitions": "0.1019.0-14328", | ||
"@fluidframework/gitresources": "0.1019.0-14741", | ||
"@fluidframework/protocol-definitions": "0.1019.0-14741", | ||
"assert": "^2.0.0", | ||
@@ -86,5 +86,5 @@ "lodash": "^4.17.19" | ||
"rimraf": "^2.6.2", | ||
"typescript": "~3.8.2", | ||
"typescript": "~4.1.3", | ||
"typescript-formatter": "7.1.0" | ||
} | ||
} |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/protocol-base"; | ||
export const pkgVersion = "0.1019.0-14328"; | ||
export const pkgVersion = "0.1019.0-14741"; |
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
216311
2646
+ Added@fluidframework/gitresources@0.1019.0-14741(transitive)
+ Added@fluidframework/protocol-definitions@0.1019.0-14741(transitive)
- Removed@fluidframework/gitresources@0.1019.0-14328(transitive)
- Removed@fluidframework/protocol-definitions@0.1019.0-14328(transitive)