@fluidframework/runtime-definitions
Advanced tools
Comparing version 0.33.3 to 0.34.0-14942
@@ -7,4 +7,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IAgentScheduler = exports.ITaskManager = void 0; | ||
exports.ITaskManager = "ITaskManager"; | ||
exports.IAgentScheduler = "IAgentScheduler"; | ||
//# sourceMappingURL=agent.js.map |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FlushMode = void 0; | ||
/** | ||
@@ -9,0 +10,0 @@ * Runtime flush mode handling |
@@ -7,3 +7,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IFluidDataStoreFactory = void 0; | ||
exports.IFluidDataStoreFactory = "IFluidDataStoreFactory"; | ||
//# sourceMappingURL=dataStoreFactory.js.map |
@@ -7,3 +7,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IFluidDataStoreRegistry = void 0; | ||
exports.IFluidDataStoreRegistry = "IFluidDataStoreRegistry"; | ||
//# sourceMappingURL=dataStoreRegistry.js.map |
@@ -7,4 +7,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.gcBlobKey = void 0; | ||
// The key to use for storing garbage collection blob in summary. | ||
exports.gcBlobKey = "gc"; | ||
//# sourceMappingURL=garbageCollection.js.map |
@@ -6,12 +6,20 @@ "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("./agent")); | ||
__export(require("./dataStoreFactory")); | ||
__export(require("./dataStoreRegistry")); | ||
__export(require("./dataStoreContext")); | ||
__export(require("./garbageCollection")); | ||
__export(require("./summary")); | ||
__exportStar(require("./agent"), exports); | ||
__exportStar(require("./dataStoreFactory"), exports); | ||
__exportStar(require("./dataStoreRegistry"), exports); | ||
__exportStar(require("./dataStoreContext"), exports); | ||
__exportStar(require("./garbageCollection"), exports); | ||
__exportStar(require("./protocol"), exports); | ||
__exportStar(require("./summary"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.channelsTreeName = exports.CreateSummarizerNodeSource = void 0; | ||
var CreateSummarizerNodeSource; | ||
@@ -9,0 +10,0 @@ (function (CreateSummarizerNodeSource) { |
{ | ||
"name": "@fluidframework/runtime-definitions", | ||
"version": "0.33.3", | ||
"version": "0.34.0-14942", | ||
"description": "Fluid Runtime definitions", | ||
@@ -23,3 +23,2 @@ "homepage": "https://fluidframework.com", | ||
"lint:fix": "npm run eslint:fix", | ||
"test:types": "tsd", | ||
"tsc": "tsc", | ||
@@ -32,45 +31,27 @@ "tsfmt": "tsfmt --verify", | ||
"@fluidframework/common-utils": "^0.27.0", | ||
"@fluidframework/container-definitions": "^0.33.3", | ||
"@fluidframework/core-interfaces": "^0.33.3", | ||
"@fluidframework/driver-definitions": "^0.33.3", | ||
"@fluidframework/protocol-definitions": "^0.1018.0", | ||
"@fluidframework/container-definitions": "0.34.0-14942", | ||
"@fluidframework/core-interfaces": "0.34.0-14942", | ||
"@fluidframework/driver-definitions": "0.34.0-14942", | ||
"@fluidframework/protocol-definitions": "^0.1019.0-0", | ||
"@types/node": "^10.17.24" | ||
}, | ||
"devDependencies": { | ||
"@fluidframework/build-common": "^0.19.2", | ||
"@fluidframework/eslint-config-fluid": "^0.21.0", | ||
"@fluidframework/build-common": "^0.20.0-0", | ||
"@fluidframework/eslint-config-fluid": "^0.22.1-0", | ||
"@microsoft/api-extractor": "^7.7.2", | ||
"@typescript-eslint/eslint-plugin": "~4.2.0", | ||
"@typescript-eslint/parser": "~4.2.0", | ||
"@typescript-eslint/eslint-plugin": "~4.14.0", | ||
"@typescript-eslint/parser": "~4.14.0", | ||
"concurrently": "^5.2.0", | ||
"copyfiles": "^2.1.0", | ||
"eslint": "~7.9.0", | ||
"eslint": "~7.18.0", | ||
"eslint-plugin-eslint-comments": "~3.2.0", | ||
"eslint-plugin-import": "~2.22.0", | ||
"eslint-plugin-import": "~2.22.1", | ||
"eslint-plugin-no-null": "~1.0.2", | ||
"eslint-plugin-prefer-arrow": "~1.2.2", | ||
"eslint-plugin-react": "~7.21.2", | ||
"eslint-plugin-unicorn": "~22.0.0", | ||
"eslint-plugin-react": "~7.22.0", | ||
"eslint-plugin-unicorn": "~26.0.1", | ||
"rimraf": "^2.6.2", | ||
"tsd": "^0.11.0", | ||
"typescript": "~3.7.4", | ||
"typescript": "~4.1.3", | ||
"typescript-formatter": "7.1.0" | ||
}, | ||
"tsd": { | ||
"directory": "test-d", | ||
"compilerOptions": { | ||
"rootDir": "test-d", | ||
"include": [ | ||
"test-d/*" | ||
], | ||
"lib": [ | ||
"es2015" | ||
], | ||
"types": [], | ||
"exclude": [ | ||
"dist", | ||
"node_modules" | ||
] | ||
} | ||
} | ||
} |
@@ -6,3 +6,2 @@ { | ||
"node_modules", | ||
"test-d" | ||
], | ||
@@ -16,2 +15,2 @@ "compilerOptions": { | ||
] | ||
} | ||
} |
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
114974
17
1575
+ Added@fluidframework/container-definitions@0.34.0-14942(transitive)
+ Added@fluidframework/core-interfaces@0.34.0-14942(transitive)
+ Added@fluidframework/driver-definitions@0.34.0-14942(transitive)
+ Added@fluidframework/protocol-definitions@0.1019.0(transitive)
- Removed@fluidframework/container-definitions@0.33.5(transitive)
- Removed@fluidframework/core-interfaces@0.33.5(transitive)
- Removed@fluidframework/driver-definitions@0.33.5(transitive)
- Removed@fluidframework/protocol-definitions@0.1018.0(transitive)