@fluidframework/core-utils
Advanced tools
Comparing version 2.1.0 to 2.2.0
# @fluidframework/core-utils | ||
## 2.2.0 | ||
Dependency updates only. | ||
## 2.1.0 | ||
@@ -4,0 +8,0 @@ |
@@ -18,2 +18,3 @@ /*! | ||
export { isObject, isPromiseLike } from "./typesGuards.js"; | ||
export { oob } from "./oob.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,3 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isPromiseLike = exports.isObject = exports.unreachableCase = exports.Timer = exports.setLongTimeout = exports.PromiseTimer = exports.Deferred = exports.PromiseCache = exports.LazyPromise = exports.Lazy = exports.NumberComparer = exports.Heap = exports.delay = exports.compareArrays = exports.assert = void 0; | ||
exports.oob = exports.isPromiseLike = exports.isObject = exports.unreachableCase = exports.Timer = exports.setLongTimeout = exports.PromiseTimer = exports.Deferred = exports.PromiseCache = exports.LazyPromise = exports.Lazy = exports.NumberComparer = exports.Heap = exports.delay = exports.compareArrays = exports.assert = void 0; | ||
var assert_js_1 = require("./assert.js"); | ||
@@ -34,2 +34,4 @@ Object.defineProperty(exports, "assert", { enumerable: true, get: function () { return assert_js_1.assert; } }); | ||
Object.defineProperty(exports, "isPromiseLike", { enumerable: true, get: function () { return typesGuards_js_1.isPromiseLike; } }); | ||
var oob_js_1 = require("./oob.js"); | ||
Object.defineProperty(exports, "oob", { enumerable: true, get: function () { return oob_js_1.oob; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -18,2 +18,3 @@ /*! | ||
export { isObject, isPromiseLike } from "./typesGuards.js"; | ||
export { oob } from "./oob.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -15,2 +15,3 @@ /*! | ||
export { isObject, isPromiseLike } from "./typesGuards.js"; | ||
export { oob } from "./oob.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -72,8 +72,8 @@ "homepage": "https://fluidframework.com", | ||
"@biomejs/biome": "~1.8.3", | ||
"@fluid-internal/mocha-test-setup": "~2.1.0", | ||
"@fluid-tools/benchmark": "^0.47.0", | ||
"@fluid-tools/build-cli": "^0.41.0", | ||
"@fluid-internal/mocha-test-setup": "~2.2.0", | ||
"@fluid-tools/benchmark": "^0.50.0", | ||
"@fluid-tools/build-cli": "^0.43.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.41.0", | ||
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.0.0", | ||
"@fluidframework/build-tools": "^0.43.0", | ||
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.1.0", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
@@ -80,0 +80,0 @@ "@microsoft/api-extractor": "^7.45.1", |
@@ -6,3 +6,3 @@ # @fluidframework/core-utils | ||
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) --> | ||
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) --> | ||
@@ -71,3 +71,3 @@ <!-- prettier-ignore-start --> | ||
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) --> | ||
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) --> | ||
@@ -74,0 +74,0 @@ <!-- prettier-ignore-start --> |
@@ -19,1 +19,2 @@ /*! | ||
export { isObject, isPromiseLike } from "./typesGuards.js"; | ||
export { oob } from "./oob.js"; |
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
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
263662
140
3664