@fluidframework/id-compressor
Advanced tools
Comparing version 2.0.0-rc.3.0.2 to 2.0.0-rc.3.0.3
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/id-compressor"; | ||
export declare const pkgVersion = "2.0.0-rc.3.0.2"; | ||
export declare const pkgVersion = "2.0.0-rc.3.0.3"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/id-compressor"; | ||
exports.pkgVersion = "2.0.0-rc.3.0.2"; | ||
exports.pkgVersion = "2.0.0-rc.3.0.3"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/id-compressor"; | ||
export declare const pkgVersion = "2.0.0-rc.3.0.2"; | ||
export declare const pkgVersion = "2.0.0-rc.3.0.3"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/id-compressor"; | ||
export const pkgVersion = "2.0.0-rc.3.0.2"; | ||
export const pkgVersion = "2.0.0-rc.3.0.3"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/id-compressor", | ||
"version": "2.0.0-rc.3.0.2", | ||
"version": "2.0.0-rc.3.0.3", | ||
"description": "ID compressor", | ||
@@ -47,9 +47,11 @@ "homepage": "https://fluidframework.com", | ||
"./internal/test-utils": { | ||
"import": { | ||
"types": "./lib/test/index.d.ts", | ||
"default": "./lib/test/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/test/index.d.ts", | ||
"default": "./dist/test/index.js" | ||
"allow-ff-test-exports": { | ||
"import": { | ||
"types": "./lib/test/index.d.ts", | ||
"default": "./lib/test/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/test/index.d.ts", | ||
"default": "./dist/test/index.js" | ||
} | ||
} | ||
@@ -81,6 +83,6 @@ } | ||
"dependencies": { | ||
"@fluid-internal/client-utils": ">=2.0.0-rc.3.0.2 <2.0.0-rc.3.1.0", | ||
"@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.2 <2.0.0-rc.3.1.0", | ||
"@fluidframework/core-utils": ">=2.0.0-rc.3.0.2 <2.0.0-rc.3.1.0", | ||
"@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.2 <2.0.0-rc.3.1.0", | ||
"@fluid-internal/client-utils": ">=2.0.0-rc.3.0.3 <2.0.0-rc.3.1.0", | ||
"@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.3 <2.0.0-rc.3.1.0", | ||
"@fluidframework/core-utils": ">=2.0.0-rc.3.0.3 <2.0.0-rc.3.1.0", | ||
"@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.3 <2.0.0-rc.3.1.0", | ||
"@tylerbu/sorted-btree-es6": "^1.8.0", | ||
@@ -92,4 +94,4 @@ "uuid": "^9.0.0" | ||
"@biomejs/biome": "^1.6.2", | ||
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.2 <2.0.0-rc.3.1.0", | ||
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.3.0.2 <2.0.0-rc.3.1.0", | ||
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.3 <2.0.0-rc.3.1.0", | ||
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.3.0.3 <2.0.0-rc.3.1.0", | ||
"@fluid-tools/benchmark": "^0.48.0", | ||
@@ -96,0 +98,0 @@ "@fluid-tools/build-cli": "^0.37.0", |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/id-compressor"; | ||
export const pkgVersion = "2.0.0-rc.3.0.2"; | ||
export const pkgVersion = "2.0.0-rc.3.0.3"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1238874