@fluidframework/shared-object-base
Advanced tools
Comparing version 2.0.0-rc.3.0.5 to 2.0.0-rc.3.0.6
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/shared-object-base"; | ||
export declare const pkgVersion = "2.0.0-rc.3.0.5"; | ||
export declare const pkgVersion = "2.0.0-rc.3.0.6"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/shared-object-base"; | ||
exports.pkgVersion = "2.0.0-rc.3.0.5"; | ||
exports.pkgVersion = "2.0.0-rc.3.0.6"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/shared-object-base"; | ||
export declare const pkgVersion = "2.0.0-rc.3.0.5"; | ||
export declare const pkgVersion = "2.0.0-rc.3.0.6"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/shared-object-base"; | ||
export const pkgVersion = "2.0.0-rc.3.0.5"; | ||
export const pkgVersion = "2.0.0-rc.3.0.6"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/shared-object-base", | ||
"version": "2.0.0-rc.3.0.5", | ||
"version": "2.0.0-rc.3.0.6", | ||
"description": "Fluid base class for shared distributed data structures", | ||
@@ -18,7 +18,7 @@ "homepage": "https://fluidframework.com", | ||
"import": { | ||
"types": "./lib/public.d.ts", | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/public.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
@@ -49,3 +49,3 @@ } | ||
"main": "lib/index.js", | ||
"types": "lib/public.d.ts", | ||
"types": "lib/index.d.ts", | ||
"c8": { | ||
@@ -72,13 +72,13 @@ "all": true, | ||
"dependencies": { | ||
"@fluid-internal/client-utils": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluidframework/container-definitions": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluidframework/container-runtime": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluidframework/core-utils": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluidframework/datastore": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluidframework/datastore-definitions": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluid-internal/client-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@fluidframework/container-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@fluidframework/container-runtime": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@fluidframework/core-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@fluidframework/datastore": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@fluidframework/datastore-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@fluidframework/protocol-definitions": "^3.2.0", | ||
"@fluidframework/runtime-definitions": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluidframework/runtime-utils": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluidframework/runtime-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@fluidframework/runtime-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"uuid": "^9.0.0" | ||
@@ -89,4 +89,4 @@ }, | ||
"@biomejs/biome": "^1.6.2", | ||
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluid-private/test-pairwise-generator": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@fluid-private/test-pairwise-generator": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@fluid-tools/build-cli": "^0.37.0", | ||
@@ -97,3 +97,3 @@ "@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.0.0-internal.8.0.0", | ||
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.3.0.5 <2.0.0-rc.3.1.0", | ||
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0", | ||
"@microsoft/api-extractor": "^7.42.3", | ||
@@ -100,0 +100,0 @@ "@types/benchmark": "^2.1.0", |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/shared-object-base"; | ||
export const pkgVersion = "2.0.0-rc.3.0.5"; | ||
export const pkgVersion = "2.0.0-rc.3.0.6"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
388538
108
4544
Updated@fluid-internal/client-utils@>=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0
Updated@fluidframework/container-definitions@>=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0
Updated@fluidframework/container-runtime@>=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0
Updated@fluidframework/core-interfaces@>=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0
Updated@fluidframework/core-utils@>=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0
Updated@fluidframework/datastore@>=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0
Updated@fluidframework/datastore-definitions@>=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0
Updated@fluidframework/runtime-definitions@>=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0
Updated@fluidframework/runtime-utils@>=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0
Updated@fluidframework/telemetry-utils@>=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0