@fluidframework/garbage-collector
Advanced tools
Comparing version 2.0.0-dev.1.4.6.106135 to 2.0.0-dev.2.2.0.111723
@@ -8,3 +8,3 @@ /*! | ||
"extends": [ | ||
require.resolve("@fluidframework/eslint-config-fluid") | ||
require.resolve("@fluidframework/eslint-config-fluid"), "prettier" | ||
], | ||
@@ -11,0 +11,0 @@ "parserOptions": { |
@@ -5,5 +5,5 @@ /*! | ||
*/ | ||
export * from "./garbageCollector"; | ||
export * from "./utils"; | ||
export * from "./interfaces"; | ||
export { runGarbageCollection } from "./garbageCollector"; | ||
export { IGCResult } from "./interfaces"; | ||
export { cloneGCData, concatGarbageCollectionData, concatGarbageCollectionStates, GCDataBuilder, removeRouteFromAllNodes, trimLeadingAndTrailingSlashes, trimLeadingSlashes, trimTrailingSlashes, unpackChildNodesGCDetails, unpackChildNodesUsedRoutes, } from "./utils"; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
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 }); | ||
exports.unpackChildNodesUsedRoutes = exports.unpackChildNodesGCDetails = exports.trimTrailingSlashes = exports.trimLeadingSlashes = exports.trimLeadingAndTrailingSlashes = exports.removeRouteFromAllNodes = exports.GCDataBuilder = exports.concatGarbageCollectionStates = exports.concatGarbageCollectionData = exports.cloneGCData = exports.runGarbageCollection = void 0; | ||
/*! | ||
@@ -17,5 +8,15 @@ * Copyright (c) Microsoft Corporation and contributors. All rights reserved. | ||
*/ | ||
__exportStar(require("./garbageCollector"), exports); | ||
__exportStar(require("./utils"), exports); | ||
__exportStar(require("./interfaces"), exports); | ||
var garbageCollector_1 = require("./garbageCollector"); | ||
Object.defineProperty(exports, "runGarbageCollection", { enumerable: true, get: function () { return garbageCollector_1.runGarbageCollection; } }); | ||
var utils_1 = require("./utils"); | ||
Object.defineProperty(exports, "cloneGCData", { enumerable: true, get: function () { return utils_1.cloneGCData; } }); | ||
Object.defineProperty(exports, "concatGarbageCollectionData", { enumerable: true, get: function () { return utils_1.concatGarbageCollectionData; } }); | ||
Object.defineProperty(exports, "concatGarbageCollectionStates", { enumerable: true, get: function () { return utils_1.concatGarbageCollectionStates; } }); | ||
Object.defineProperty(exports, "GCDataBuilder", { enumerable: true, get: function () { return utils_1.GCDataBuilder; } }); | ||
Object.defineProperty(exports, "removeRouteFromAllNodes", { enumerable: true, get: function () { return utils_1.removeRouteFromAllNodes; } }); | ||
Object.defineProperty(exports, "trimLeadingAndTrailingSlashes", { enumerable: true, get: function () { return utils_1.trimLeadingAndTrailingSlashes; } }); | ||
Object.defineProperty(exports, "trimLeadingSlashes", { enumerable: true, get: function () { return utils_1.trimLeadingSlashes; } }); | ||
Object.defineProperty(exports, "trimTrailingSlashes", { enumerable: true, get: function () { return utils_1.trimTrailingSlashes; } }); | ||
Object.defineProperty(exports, "unpackChildNodesGCDetails", { enumerable: true, get: function () { return utils_1.unpackChildNodesGCDetails; } }); | ||
Object.defineProperty(exports, "unpackChildNodesUsedRoutes", { enumerable: true, get: function () { return utils_1.unpackChildNodesUsedRoutes; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/garbage-collector"; | ||
export declare const pkgVersion = "2.0.0-dev.1.4.6.106135"; | ||
export declare const pkgVersion = "2.0.0-dev.2.2.0.111723"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/garbage-collector"; | ||
exports.pkgVersion = "2.0.0-dev.1.4.6.106135"; | ||
exports.pkgVersion = "2.0.0-dev.2.2.0.111723"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -5,5 +5,5 @@ /*! | ||
*/ | ||
export * from "./garbageCollector"; | ||
export * from "./utils"; | ||
export * from "./interfaces"; | ||
export { runGarbageCollection } from "./garbageCollector"; | ||
export { IGCResult } from "./interfaces"; | ||
export { cloneGCData, concatGarbageCollectionData, concatGarbageCollectionStates, GCDataBuilder, removeRouteFromAllNodes, trimLeadingAndTrailingSlashes, trimLeadingSlashes, trimTrailingSlashes, unpackChildNodesGCDetails, unpackChildNodesUsedRoutes, } from "./utils"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,5 +5,4 @@ /*! | ||
*/ | ||
export * from "./garbageCollector"; | ||
export * from "./utils"; | ||
export * from "./interfaces"; | ||
export { runGarbageCollection } from "./garbageCollector"; | ||
export { cloneGCData, concatGarbageCollectionData, concatGarbageCollectionStates, GCDataBuilder, removeRouteFromAllNodes, trimLeadingAndTrailingSlashes, trimLeadingSlashes, trimTrailingSlashes, unpackChildNodesGCDetails, unpackChildNodesUsedRoutes, } from "./utils"; | ||
//# sourceMappingURL=index.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/garbage-collector"; | ||
export declare const pkgVersion = "2.0.0-dev.1.4.6.106135"; | ||
export declare const pkgVersion = "2.0.0-dev.2.2.0.111723"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/garbage-collector"; | ||
export const pkgVersion = "2.0.0-dev.1.4.6.106135"; | ||
export const pkgVersion = "2.0.0-dev.2.2.0.111723"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/garbage-collector", | ||
"version": "2.0.0-dev.1.4.6.106135", | ||
"version": "2.0.0-dev.2.2.0.111723", | ||
"description": "Garbage Collector implementation for Fluid", | ||
@@ -36,4 +36,7 @@ "homepage": "https://fluidframework.com", | ||
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", | ||
"format": "npm run prettier:fix", | ||
"lint": "npm run eslint", | ||
"lint:fix": "npm run eslint:fix", | ||
"prettier": "prettier --check . --ignore-path ../../../.prettierignore", | ||
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore", | ||
"test": "npm run test:mocha", | ||
@@ -45,3 +48,4 @@ "test:coverage": "nyc npm run test:report", | ||
"tsc": "tsc", | ||
"typetests:gen": "fluid-type-validator -g -d ." | ||
"typetests:gen": "flub generate typetests --generate --dir .", | ||
"typetests:prepare": "flub generate typetests --prepare --dir . --pin" | ||
}, | ||
@@ -71,10 +75,11 @@ "nyc": { | ||
"@fluidframework/common-utils": "^1.0.0", | ||
"@fluidframework/runtime-definitions": "2.0.0-dev.1.4.6.106135" | ||
"@fluidframework/runtime-definitions": ">=2.0.0-dev.2.2.0.111723 <2.0.0-dev.3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@fluidframework/build-common": "^1.0.0", | ||
"@fluidframework/build-tools": "^0.4.4000", | ||
"@fluidframework/eslint-config-fluid": "^1.0.0", | ||
"@fluidframework/garbage-collector-previous": "npm:@fluidframework/garbage-collector@^1.0.0", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.1.4.6.106135", | ||
"@fluid-tools/build-cli": "^0.6.0-109663", | ||
"@fluidframework/build-common": "^1.1.0", | ||
"@fluidframework/build-tools": "^0.6.0-109663", | ||
"@fluidframework/eslint-config-fluid": "^1.2.0", | ||
"@fluidframework/garbage-collector-previous": "npm:@fluidframework/garbage-collector@2.0.0-internal.2.1.0", | ||
"@fluidframework/mocha-test-setup": ">=2.0.0-dev.2.2.0.111723 <2.0.0-dev.3.0.0", | ||
"@microsoft/api-extractor": "^7.22.2", | ||
@@ -90,2 +95,3 @@ "@rushstack/eslint-config": "^2.5.1", | ||
"nyc": "^15.0.0", | ||
"prettier": "~2.6.2", | ||
"rimraf": "^2.6.2", | ||
@@ -95,5 +101,7 @@ "typescript": "~4.5.5" | ||
"typeValidation": { | ||
"version": "2.0.0", | ||
"version": "2.0.0-internal.2.2.0", | ||
"baselineRange": ">=2.0.0-internal.2.1.0 <2.0.0-internal.2.2.0", | ||
"baselineVersion": "2.0.0-internal.2.1.0", | ||
"broken": {} | ||
} | ||
} |
@@ -5,4 +5,15 @@ /*! | ||
*/ | ||
export * from "./garbageCollector"; | ||
export * from "./utils"; | ||
export * from "./interfaces"; | ||
export { runGarbageCollection } from "./garbageCollector"; | ||
export { IGCResult } from "./interfaces"; | ||
export { | ||
cloneGCData, | ||
concatGarbageCollectionData, | ||
concatGarbageCollectionStates, | ||
GCDataBuilder, | ||
removeRouteFromAllNodes, | ||
trimLeadingAndTrailingSlashes, | ||
trimLeadingSlashes, | ||
trimTrailingSlashes, | ||
unpackChildNodesGCDetails, | ||
unpackChildNodesUsedRoutes, | ||
} from "./utils"; |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/garbage-collector"; | ||
export const pkgVersion = "2.0.0-dev.1.4.6.106135"; | ||
export const pkgVersion = "2.0.0-dev.2.2.0.111723"; |
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
112072
54
1245
19
+ Added@fluidframework/container-definitions@2.0.0-dev.2.3.0.115467(transitive)
+ Added@fluidframework/core-interfaces@2.0.0-dev.2.3.0.115467(transitive)
+ Added@fluidframework/driver-definitions@2.0.0-dev.2.3.0.115467(transitive)
+ Added@fluidframework/runtime-definitions@2.0.0-dev.2.3.0.115467(transitive)
- Removed@fluidframework/container-definitions@2.0.0-dev.1.4.6.106135(transitive)
- Removed@fluidframework/core-interfaces@2.0.0-dev.1.4.6.106135(transitive)
- Removed@fluidframework/driver-definitions@2.0.0-dev.1.4.6.106135(transitive)
- Removed@fluidframework/runtime-definitions@2.0.0-dev.1.4.6.106135(transitive)
Updated@fluidframework/runtime-definitions@>=2.0.0-dev.2.2.0.111723 <2.0.0-dev.3.0.0