@fluid-internal/client-utils
Advanced tools
+4
-0
| # @fluid-internal/client-utils | ||
| ## 2.80.0 | ||
| Dependency updates only. | ||
| ## 2.74.0 | ||
@@ -4,0 +8,0 @@ |
@@ -15,2 +15,3 @@ /*! | ||
| export { type FluidLayer, checkLayerCompatibility, type LayerCompatCheckResult, type ILayerCompatDetails, type IProvideLayerCompatDetails, type ILayerCompatSupportRequirements, } from "./layerCompat.js"; | ||
| export { generation } from "./layerGenerationState.js"; | ||
| //# sourceMappingURL=indexBrowser.d.ts.map |
@@ -7,3 +7,3 @@ "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.checkLayerCompatibility = exports.createEmitter = exports.TypedEventEmitter = exports.Trace = exports.performanceNow = exports.EventEmitter = exports.Uint8ArrayToArrayBuffer = exports.toUtf8 = exports.fromUtf8ToBase64 = exports.fromBase64ToUtf8 = exports.hashFile = exports.gitHashFile = exports.Uint8ArrayToString = exports.stringToBuffer = exports.IsoBuffer = exports.isArrayBuffer = exports.bufferToString = void 0; | ||
| exports.generation = exports.checkLayerCompatibility = exports.createEmitter = exports.TypedEventEmitter = exports.Trace = exports.performanceNow = exports.EventEmitter = exports.Uint8ArrayToArrayBuffer = exports.toUtf8 = exports.fromUtf8ToBase64 = exports.fromBase64ToUtf8 = exports.hashFile = exports.gitHashFile = exports.Uint8ArrayToString = exports.stringToBuffer = exports.IsoBuffer = exports.isArrayBuffer = exports.bufferToString = void 0; | ||
| // Entrypoint for browser-specific code in the package. | ||
@@ -38,2 +38,4 @@ // (See 'Isomorphic Code' section in the package README.md.) | ||
| Object.defineProperty(exports, "checkLayerCompatibility", { enumerable: true, get: function () { return layerCompat_js_1.checkLayerCompatibility; } }); | ||
| var layerGenerationState_js_1 = require("./layerGenerationState.js"); | ||
| Object.defineProperty(exports, "generation", { enumerable: true, get: function () { return layerGenerationState_js_1.generation; } }); | ||
| //# sourceMappingURL=indexBrowser.js.map |
@@ -16,2 +16,3 @@ /*! | ||
| export { type FluidLayer, checkLayerCompatibility, type LayerCompatCheckResult, type ILayerCompatDetails, type IProvideLayerCompatDetails, type ILayerCompatSupportRequirements, } from "./layerCompat.js"; | ||
| export { generation } from "./layerGenerationState.js"; | ||
| //# sourceMappingURL=indexNode.d.ts.map |
@@ -7,3 +7,3 @@ "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.checkLayerCompatibility = exports.createEmitter = exports.TypedEventEmitter = exports.Trace = exports.performanceNow = exports.EventEmitter = exports.Uint8ArrayToArrayBuffer = exports.toUtf8 = exports.fromUtf8ToBase64 = exports.fromBase64ToUtf8 = exports.hashFile = exports.gitHashFile = exports.Uint8ArrayToString = exports.stringToBuffer = exports.IsoBuffer = exports.bufferToString = void 0; | ||
| exports.generation = exports.checkLayerCompatibility = exports.createEmitter = exports.TypedEventEmitter = exports.Trace = exports.performanceNow = exports.EventEmitter = exports.Uint8ArrayToArrayBuffer = exports.toUtf8 = exports.fromUtf8ToBase64 = exports.fromBase64ToUtf8 = exports.hashFile = exports.gitHashFile = exports.Uint8ArrayToString = exports.stringToBuffer = exports.IsoBuffer = exports.bufferToString = void 0; | ||
| var bufferNode_js_1 = require("./bufferNode.js"); | ||
@@ -35,2 +35,4 @@ Object.defineProperty(exports, "bufferToString", { enumerable: true, get: function () { return bufferNode_js_1.bufferToString; } }); | ||
| Object.defineProperty(exports, "checkLayerCompatibility", { enumerable: true, get: function () { return layerCompat_js_1.checkLayerCompatibility; } }); | ||
| var layerGenerationState_js_1 = require("./layerGenerationState.js"); | ||
| Object.defineProperty(exports, "generation", { enumerable: true, get: function () { return layerGenerationState_js_1.generation; } }); | ||
| //# sourceMappingURL=indexNode.js.map |
@@ -7,3 +7,7 @@ /*! | ||
| */ | ||
| /** | ||
| * The generation number for Fluid layer compatibility. | ||
| * @internal | ||
| */ | ||
| export declare const generation = 3; | ||
| //# sourceMappingURL=layerGenerationState.d.ts.map |
@@ -10,3 +10,7 @@ "use strict"; | ||
| exports.generation = void 0; | ||
| /** | ||
| * The generation number for Fluid layer compatibility. | ||
| * @internal | ||
| */ | ||
| exports.generation = 3; | ||
| //# sourceMappingURL=layerGenerationState.js.map |
@@ -15,2 +15,3 @@ /*! | ||
| export { type FluidLayer, checkLayerCompatibility, type LayerCompatCheckResult, type ILayerCompatDetails, type IProvideLayerCompatDetails, type ILayerCompatSupportRequirements, } from "./layerCompat.js"; | ||
| export { generation } from "./layerGenerationState.js"; | ||
| //# sourceMappingURL=indexBrowser.d.ts.map |
@@ -17,2 +17,3 @@ /*! | ||
| export { checkLayerCompatibility, } from "./layerCompat.js"; | ||
| export { generation } from "./layerGenerationState.js"; | ||
| //# sourceMappingURL=indexBrowser.js.map |
@@ -16,2 +16,3 @@ /*! | ||
| export { type FluidLayer, checkLayerCompatibility, type LayerCompatCheckResult, type ILayerCompatDetails, type IProvideLayerCompatDetails, type ILayerCompatSupportRequirements, } from "./layerCompat.js"; | ||
| export { generation } from "./layerGenerationState.js"; | ||
| //# sourceMappingURL=indexNode.d.ts.map |
+1
-0
@@ -15,2 +15,3 @@ /*! | ||
| export { checkLayerCompatibility, } from "./layerCompat.js"; | ||
| export { generation } from "./layerGenerationState.js"; | ||
| //# sourceMappingURL=indexNode.js.map |
@@ -7,3 +7,7 @@ /*! | ||
| */ | ||
| /** | ||
| * The generation number for Fluid layer compatibility. | ||
| * @internal | ||
| */ | ||
| export declare const generation = 3; | ||
| //# sourceMappingURL=layerGenerationState.d.ts.map |
@@ -7,3 +7,7 @@ /*! | ||
| */ | ||
| /** | ||
| * The generation number for Fluid layer compatibility. | ||
| * @internal | ||
| */ | ||
| export const generation = 3; | ||
| //# sourceMappingURL=layerGenerationState.js.map |
+18
-18
| { | ||
| "name": "@fluid-internal/client-utils", | ||
| "version": "2.74.0", | ||
| "version": "2.80.0", | ||
| "description": "Not intended for use outside the Fluid Framework.", | ||
@@ -80,4 +80,4 @@ "homepage": "https://fluidframework.com", | ||
| "dependencies": { | ||
| "@fluidframework/core-interfaces": "~2.74.0", | ||
| "@fluidframework/core-utils": "~2.74.0", | ||
| "@fluidframework/core-interfaces": "~2.80.0", | ||
| "@fluidframework/core-utils": "~2.80.0", | ||
| "@types/events_pkg": "npm:@types/events@^3.0.0", | ||
@@ -90,24 +90,24 @@ "base64-js": "^1.5.1", | ||
| "devDependencies": { | ||
| "@arethetypeswrong/cli": "^0.17.1", | ||
| "@arethetypeswrong/cli": "^0.18.2", | ||
| "@biomejs/biome": "~1.9.3", | ||
| "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.73.0", | ||
| "@fluid-internal/mocha-test-setup": "~2.74.0", | ||
| "@fluid-tools/build-cli": "^0.61.0", | ||
| "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.74.0", | ||
| "@fluid-internal/mocha-test-setup": "~2.80.0", | ||
| "@fluid-tools/build-cli": "^0.62.0", | ||
| "@fluidframework/build-common": "^2.0.3", | ||
| "@fluidframework/build-tools": "^0.61.0", | ||
| "@fluidframework/eslint-config-fluid": "~2.74.0", | ||
| "@fluidframework/build-tools": "^0.62.0", | ||
| "@fluidframework/eslint-config-fluid": "~2.80.0", | ||
| "@microsoft/api-extractor": "7.52.11", | ||
| "@types/base64-js": "^1.3.0", | ||
| "@types/base64-js": "^1.3.2", | ||
| "@types/jest": "29.5.3", | ||
| "@types/jest-environment-puppeteer": "~2.74.0", | ||
| "@types/jest-environment-puppeteer": "~2.80.0", | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "^18.19.0", | ||
| "@types/rewire": "^2.5.28", | ||
| "@types/rewire": "^2.5.30", | ||
| "@types/sha.js": "^2.4.4", | ||
| "@types/sinon": "^17.0.3", | ||
| "c8": "^10.1.3", | ||
| "concurrently": "^8.2.1", | ||
| "concurrently": "^9.2.1", | ||
| "copyfiles": "^2.4.1", | ||
| "cross-env": "^7.0.3", | ||
| "eslint": "~8.57.1", | ||
| "cross-env": "^10.1.0", | ||
| "eslint": "~9.39.1", | ||
| "eslint-config-prettier": "~10.1.8", | ||
@@ -122,7 +122,7 @@ "jest": "^29.6.2", | ||
| "puppeteer": "^23.6.0", | ||
| "rewire": "^5.0.0", | ||
| "rimraf": "^4.4.0", | ||
| "rewire": "^9.0.1", | ||
| "rimraf": "^6.1.2", | ||
| "sinon": "^18.0.1", | ||
| "ts-jest": "^29.1.1", | ||
| "ts-node": "^10.9.1", | ||
| "ts-node": "^10.9.2", | ||
| "typescript": "~5.4.5" | ||
@@ -129,0 +129,0 @@ }, |
@@ -39,1 +39,2 @@ /*! | ||
| } from "./layerCompat.js"; | ||
| export { generation } from "./layerGenerationState.js"; |
+1
-0
@@ -39,1 +39,2 @@ /*! | ||
| } from "./layerCompat.js"; | ||
| export { generation } from "./layerGenerationState.js"; |
@@ -8,2 +8,6 @@ /*! | ||
| /** | ||
| * The generation number for Fluid layer compatibility. | ||
| * @internal | ||
| */ | ||
| export const generation = 3; |
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
336521
0.63%4289
0.75%+ Added
+ Added
- Removed
- Removed