@fluid-experimental/attributable-map
Advanced tools
Comparing version 2.1.0-276985 to 2.1.0-281041
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluid-experimental/attributable-map"; | ||
export declare const pkgVersion = "2.1.0-276985"; | ||
export declare const pkgVersion = "2.1.0-281041"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluid-experimental/attributable-map"; | ||
exports.pkgVersion = "2.1.0-276985"; | ||
exports.pkgVersion = "2.1.0-281041"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluid-experimental/attributable-map"; | ||
export declare const pkgVersion = "2.1.0-276985"; | ||
export declare const pkgVersion = "2.1.0-281041"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluid-experimental/attributable-map"; | ||
export const pkgVersion = "2.1.0-276985"; | ||
export const pkgVersion = "2.1.0-281041"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluid-experimental/attributable-map", | ||
"version": "2.1.0-276985", | ||
"version": "2.1.0-281041", | ||
"description": "Distributed map", | ||
@@ -50,11 +50,11 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluid-internal/client-utils": "2.1.0-276985", | ||
"@fluidframework/core-interfaces": "2.1.0-276985", | ||
"@fluidframework/core-utils": "2.1.0-276985", | ||
"@fluidframework/datastore-definitions": "2.1.0-276985", | ||
"@fluidframework/driver-definitions": "2.1.0-276985", | ||
"@fluidframework/driver-utils": "2.1.0-276985", | ||
"@fluidframework/runtime-definitions": "2.1.0-276985", | ||
"@fluidframework/runtime-utils": "2.1.0-276985", | ||
"@fluidframework/shared-object-base": "2.1.0-276985", | ||
"@fluid-internal/client-utils": "2.1.0-281041", | ||
"@fluidframework/core-interfaces": "2.1.0-281041", | ||
"@fluidframework/core-utils": "2.1.0-281041", | ||
"@fluidframework/datastore-definitions": "2.1.0-281041", | ||
"@fluidframework/driver-definitions": "2.1.0-281041", | ||
"@fluidframework/driver-utils": "2.1.0-281041", | ||
"@fluidframework/runtime-definitions": "2.1.0-281041", | ||
"@fluidframework/runtime-utils": "2.1.0-281041", | ||
"@fluidframework/shared-object-base": "2.1.0-281041", | ||
"path-browserify": "^1.0.1" | ||
@@ -64,14 +64,14 @@ }, | ||
"@arethetypeswrong/cli": "^0.15.2", | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@2.0.0-rc.5.0.0", | ||
"@fluid-internal/mocha-test-setup": "2.1.0-276985", | ||
"@fluid-private/stochastic-test-utils": "2.1.0-276985", | ||
"@fluid-private/test-dds-utils": "2.1.0-276985", | ||
"@biomejs/biome": "~1.8.3", | ||
"@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@2.0.0", | ||
"@fluid-internal/mocha-test-setup": "2.1.0-281041", | ||
"@fluid-private/stochastic-test-utils": "2.1.0-281041", | ||
"@fluid-private/test-dds-utils": "2.1.0-281041", | ||
"@fluid-tools/benchmark": "^0.48.0", | ||
"@fluid-tools/build-cli": "^0.39.0", | ||
"@fluid-tools/build-cli": "^0.40.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.39.0", | ||
"@fluidframework/container-definitions": "2.1.0-276985", | ||
"@fluidframework/build-tools": "^0.40.0", | ||
"@fluidframework/container-definitions": "2.1.0-281041", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
"@fluidframework/test-runtime-utils": "2.1.0-276985", | ||
"@fluidframework/test-runtime-utils": "2.1.0-281041", | ||
"@microsoft/api-extractor": "^7.45.1", | ||
@@ -108,3 +108,3 @@ "@types/mocha": "^9.1.1", | ||
"check:are-the-types-wrong": "attw --pack .", | ||
"check:biome": "biome check . --formatter-enabled=true", | ||
"check:biome": "biome check .", | ||
"check:exports": "concurrently \"npm:check:exports:*\"", | ||
@@ -121,3 +121,3 @@ "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json", | ||
"format": "npm run format:biome", | ||
"format:biome": "biome check . --formatter-enabled=true --apply", | ||
"format:biome": "biome check . --write", | ||
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore", | ||
@@ -124,0 +124,0 @@ "lint": "fluid-build . --task lint", |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluid-experimental/attributable-map"; | ||
export const pkgVersion = "2.1.0-276985"; | ||
export const pkgVersion = "2.1.0-281041"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
408134
+ Added@fluid-internal/client-utils@2.1.0-281041(transitive)
+ Added@fluidframework/container-definitions@2.1.0-281041(transitive)
+ Added@fluidframework/container-runtime@2.1.0-281041(transitive)
+ Added@fluidframework/container-runtime-definitions@2.1.0-281041(transitive)
+ Added@fluidframework/core-interfaces@2.1.0-281041(transitive)
+ Added@fluidframework/core-utils@2.1.0-281041(transitive)
+ Added@fluidframework/datastore@2.1.0-281041(transitive)
+ Added@fluidframework/datastore-definitions@2.1.0-281041(transitive)
+ Added@fluidframework/driver-definitions@2.1.0-281041(transitive)
+ Added@fluidframework/driver-utils@2.1.0-281041(transitive)
+ Added@fluidframework/id-compressor@2.1.0-281041(transitive)
+ Added@fluidframework/runtime-definitions@2.1.0-281041(transitive)
+ Added@fluidframework/runtime-utils@2.1.0-281041(transitive)
+ Added@fluidframework/shared-object-base@2.1.0-281041(transitive)
+ Added@fluidframework/telemetry-utils@2.1.0-281041(transitive)
- Removed@fluid-internal/client-utils@2.1.0-276985(transitive)
- Removed@fluidframework/container-definitions@2.1.0-276985(transitive)
- Removed@fluidframework/container-runtime@2.1.0-276985(transitive)
- Removed@fluidframework/container-runtime-definitions@2.1.0-276985(transitive)
- Removed@fluidframework/core-interfaces@2.1.0-276985(transitive)
- Removed@fluidframework/core-utils@2.1.0-276985(transitive)
- Removed@fluidframework/datastore@2.1.0-276985(transitive)
- Removed@fluidframework/datastore-definitions@2.1.0-276985(transitive)
- Removed@fluidframework/driver-definitions@2.1.0-276985(transitive)
- Removed@fluidframework/driver-utils@2.1.0-276985(transitive)
- Removed@fluidframework/id-compressor@2.1.0-276985(transitive)
- Removed@fluidframework/runtime-definitions@2.1.0-276985(transitive)
- Removed@fluidframework/runtime-utils@2.1.0-276985(transitive)
- Removed@fluidframework/shared-object-base@2.1.0-276985(transitive)
- Removed@fluidframework/telemetry-utils@2.1.0-276985(transitive)