@fluidframework/core-utils
Advanced tools
Comparing version 2.0.0-dev.5.2.0.169897 to 2.0.0-dev.5.3.2.178189
# @fluidframework/core-utils | ||
## 2.0.0-internal.5.3.0 | ||
Dependency updates only. | ||
## 2.0.0-internal.5.2.0 | ||
Dependency updates only. | ||
## 2.0.0-internal.5.1.0 | ||
Dependency updates only. | ||
## 2.0.0-internal.5.0.0 | ||
@@ -4,0 +16,0 @@ |
@@ -6,2 +6,4 @@ /*! | ||
export { compareArrays } from "./compare"; | ||
export { Lazy, LazyPromise } from "./lazy"; | ||
export { PromiseCache, PromiseCacheExpiry, PromiseCacheOptions } from "./promiseCache"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,5 +7,10 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.compareArrays = void 0; | ||
exports.PromiseCache = exports.LazyPromise = exports.Lazy = exports.compareArrays = void 0; | ||
var compare_1 = require("./compare"); | ||
Object.defineProperty(exports, "compareArrays", { enumerable: true, get: function () { return compare_1.compareArrays; } }); | ||
var lazy_1 = require("./lazy"); | ||
Object.defineProperty(exports, "Lazy", { enumerable: true, get: function () { return lazy_1.Lazy; } }); | ||
Object.defineProperty(exports, "LazyPromise", { enumerable: true, get: function () { return lazy_1.LazyPromise; } }); | ||
var promiseCache_1 = require("./promiseCache"); | ||
Object.defineProperty(exports, "PromiseCache", { enumerable: true, get: function () { return promiseCache_1.PromiseCache; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -6,2 +6,4 @@ /*! | ||
export { compareArrays } from "./compare"; | ||
export { Lazy, LazyPromise } from "./lazy"; | ||
export { PromiseCache, PromiseCacheExpiry, PromiseCacheOptions } from "./promiseCache"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,2 +6,4 @@ /*! | ||
export { compareArrays } from "./compare"; | ||
export { Lazy, LazyPromise } from "./lazy"; | ||
export { PromiseCache } from "./promiseCache"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.0.0-dev.5.2.0.169897", | ||
"version": "2.0.0-dev.5.3.2.178189", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -38,11 +38,12 @@ "homepage": "https://fluidframework.com", | ||
"devDependencies": { | ||
"@fluid-tools/benchmark": "^0.47.0", | ||
"@fluid-tools/build-cli": "^0.20.0-169245", | ||
"@fluid-tools/benchmark": "^0.48.0", | ||
"@fluid-tools/build-cli": "^0.21.0", | ||
"@fluidframework/build-common": "^1.2.0", | ||
"@fluidframework/build-tools": "^0.20.0-169245", | ||
"@fluidframework/build-tools": "^0.21.0", | ||
"@fluidframework/eslint-config-fluid": "^2.0.0", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.5.2.0.169897", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.5.3.2.178189", | ||
"@microsoft/api-extractor": "^7.34.4", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^14.18.38", | ||
"@types/sinon": "^7.0.13", | ||
"concurrently": "^7.6.0", | ||
@@ -60,2 +61,3 @@ "copyfiles": "^2.4.1", | ||
"rimraf": "^4.4.0", | ||
"sinon": "^7.4.2", | ||
"source-map-support": "^0.5.16", | ||
@@ -94,4 +96,4 @@ "typescript": "~4.5.5" | ||
"typetests:gen": "fluid-type-test-generator", | ||
"typetests:prepare": "flub generate typetests --prepare --dir . --pin" | ||
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize" | ||
} | ||
} |
@@ -7,1 +7,3 @@ /*! | ||
export { compareArrays } from "./compare"; | ||
export { Lazy, LazyPromise } from "./lazy"; | ||
export { PromiseCache, PromiseCacheExpiry, PromiseCacheOptions } from "./promiseCache"; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
89987
47
1156
25
1