@fluidframework/protocol-definitions
Advanced tools
Comparing version 0.1019.0-14328 to 0.1019.0-14741
@@ -6,10 +6,24 @@ "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("./protocol")); | ||
__export(require("./storage")); | ||
__export(require("./summary")); | ||
__export(require("./scopes")); | ||
__exportStar(require("./clients"), exports); | ||
__exportStar(require("./consensus"), exports); | ||
__exportStar(require("./config"), exports); | ||
__exportStar(require("./error"), exports); | ||
__exportStar(require("./protocol"), exports); | ||
__exportStar(require("./storage"), exports); | ||
__exportStar(require("./summary"), exports); | ||
__exportStar(require("./users"), exports); | ||
__exportStar(require("./tokens"), exports); | ||
__exportStar(require("./scopes"), exports); | ||
__exportStar(require("./sockets"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NackErrorType = exports.MessageType = void 0; | ||
var MessageType; | ||
@@ -9,0 +10,0 @@ (function (MessageType) { |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ScopeType = void 0; | ||
var ScopeType; | ||
@@ -9,0 +10,0 @@ (function (ScopeType) { |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TreeEntry = exports.FileMode = void 0; | ||
var FileMode; | ||
@@ -9,0 +10,0 @@ (function (FileMode) { |
@@ -5,2 +5,3 @@ /*! | ||
*/ | ||
export {}; | ||
//# sourceMappingURL=clients.js.map |
@@ -5,2 +5,3 @@ /*! | ||
*/ | ||
export {}; | ||
//# sourceMappingURL=config.js.map |
@@ -5,2 +5,3 @@ /*! | ||
*/ | ||
export {}; | ||
//# sourceMappingURL=consensus.js.map |
@@ -5,2 +5,3 @@ /*! | ||
*/ | ||
export {}; | ||
//# sourceMappingURL=error.js.map |
@@ -5,6 +5,13 @@ /*! | ||
*/ | ||
export * from "./clients"; | ||
export * from "./consensus"; | ||
export * from "./config"; | ||
export * from "./error"; | ||
export * from "./protocol"; | ||
export * from "./storage"; | ||
export * from "./summary"; | ||
export * from "./users"; | ||
export * from "./tokens"; | ||
export * from "./scopes"; | ||
export * from "./sockets"; | ||
//# sourceMappingURL=index.js.map |
@@ -5,2 +5,3 @@ /*! | ||
*/ | ||
export {}; | ||
//# sourceMappingURL=sockets.js.map |
@@ -5,2 +5,3 @@ /*! | ||
*/ | ||
export {}; | ||
//# sourceMappingURL=summary.js.map |
@@ -5,2 +5,3 @@ /*! | ||
*/ | ||
export {}; | ||
//# sourceMappingURL=tokens.js.map |
@@ -5,2 +5,3 @@ /*! | ||
*/ | ||
export {}; | ||
//# sourceMappingURL=users.js.map |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "0.1019.0-14328", | ||
"version": "0.1019.0-14741", | ||
"description": "Fluid protocol definitions", | ||
@@ -49,5 +49,5 @@ "homepage": "https://fluidframework.com", | ||
"rimraf": "^2.6.2", | ||
"typescript": "~3.8.2", | ||
"typescript": "~4.1.3", | ||
"typescript-formatter": "7.1.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
147823
2391