@fluidframework/map
Advanced tools
Comparing version
@@ -24,10 +24,14 @@ /*! | ||
export { | ||
// @legacy APIs | ||
// #region @legacyPublic APIs | ||
IDirectory, | ||
IDirectoryEvents, | ||
IDirectoryValueChanged, | ||
IValueChanged, | ||
// #endregion | ||
// #region @legacyBeta APIs | ||
DirectoryFactory, | ||
ICreateInfo, | ||
IDirectory, | ||
IDirectoryDataObject, | ||
IDirectoryEvents, | ||
IDirectoryNewStorageFormat, | ||
IDirectoryValueChanged, | ||
ISerializableValue, | ||
@@ -38,6 +42,6 @@ ISharedDirectory, | ||
ISharedMapEvents, | ||
IValueChanged, | ||
MapFactory, | ||
SharedDirectory, | ||
SharedMap | ||
// #endregion | ||
} from "./index.js"; |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/map"; | ||
export declare const pkgVersion = "2.60.0"; | ||
export declare const pkgVersion = "2.61.0-355054"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/map"; | ||
exports.pkgVersion = "2.60.0"; | ||
exports.pkgVersion = "2.61.0-355054"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -11,2 +11,2 @@ /*! | ||
export * from "./lib/index.js"; | ||
export * from "lib/index.js"; |
@@ -11,2 +11,2 @@ /*! | ||
export * from "./lib/legacy.js"; | ||
export * from "lib/legacy.js"; |
@@ -24,10 +24,14 @@ /*! | ||
export { | ||
// @legacy APIs | ||
// #region @legacyPublic APIs | ||
IDirectory, | ||
IDirectoryEvents, | ||
IDirectoryValueChanged, | ||
IValueChanged, | ||
// #endregion | ||
// #region @legacyBeta APIs | ||
DirectoryFactory, | ||
ICreateInfo, | ||
IDirectory, | ||
IDirectoryDataObject, | ||
IDirectoryEvents, | ||
IDirectoryNewStorageFormat, | ||
IDirectoryValueChanged, | ||
ISerializableValue, | ||
@@ -38,6 +42,6 @@ ISharedDirectory, | ||
ISharedMapEvents, | ||
IValueChanged, | ||
MapFactory, | ||
SharedDirectory, | ||
SharedMap | ||
// #endregion | ||
} from "./index.js"; |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/map"; | ||
export declare const pkgVersion = "2.60.0"; | ||
export declare const pkgVersion = "2.61.0-355054"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/map"; | ||
export const pkgVersion = "2.60.0"; | ||
export const pkgVersion = "2.61.0-355054"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.52.8" | ||
"packageVersion": "7.52.11" | ||
} | ||
] | ||
} |
{ | ||
"name": "@fluidframework/map", | ||
"version": "2.60.0", | ||
"version": "2.61.0-355054", | ||
"description": "Distributed map", | ||
@@ -84,12 +84,12 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluid-internal/client-utils": "~2.60.0", | ||
"@fluidframework/core-interfaces": "~2.60.0", | ||
"@fluidframework/core-utils": "~2.60.0", | ||
"@fluidframework/datastore-definitions": "~2.60.0", | ||
"@fluidframework/driver-definitions": "~2.60.0", | ||
"@fluidframework/driver-utils": "~2.60.0", | ||
"@fluidframework/runtime-definitions": "~2.60.0", | ||
"@fluidframework/runtime-utils": "~2.60.0", | ||
"@fluidframework/shared-object-base": "~2.60.0", | ||
"@fluidframework/telemetry-utils": "~2.60.0", | ||
"@fluid-internal/client-utils": "2.61.0-355054", | ||
"@fluidframework/core-interfaces": "2.61.0-355054", | ||
"@fluidframework/core-utils": "2.61.0-355054", | ||
"@fluidframework/datastore-definitions": "2.61.0-355054", | ||
"@fluidframework/driver-definitions": "2.61.0-355054", | ||
"@fluidframework/driver-utils": "2.61.0-355054", | ||
"@fluidframework/runtime-definitions": "2.61.0-355054", | ||
"@fluidframework/runtime-utils": "2.61.0-355054", | ||
"@fluidframework/shared-object-base": "2.61.0-355054", | ||
"@fluidframework/telemetry-utils": "2.61.0-355054", | ||
"path-browserify": "^1.0.1" | ||
@@ -100,18 +100,18 @@ }, | ||
"@biomejs/biome": "~1.9.3", | ||
"@fluid-internal/mocha-test-setup": "~2.60.0", | ||
"@fluid-private/stochastic-test-utils": "~2.60.0", | ||
"@fluid-private/test-dds-utils": "~2.60.0", | ||
"@fluid-internal/mocha-test-setup": "2.61.0-355054", | ||
"@fluid-private/stochastic-test-utils": "2.61.0-355054", | ||
"@fluid-private/test-dds-utils": "2.61.0-355054", | ||
"@fluid-tools/benchmark": "^0.51.0", | ||
"@fluid-tools/build-cli": "^0.57.0", | ||
"@fluid-tools/build-cli": "^0.58.2", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.57.0", | ||
"@fluidframework/container-definitions": "~2.60.0", | ||
"@fluidframework/build-tools": "^0.58.2", | ||
"@fluidframework/container-definitions": "2.61.0-355054", | ||
"@fluidframework/eslint-config-fluid": "^6.0.0", | ||
"@fluidframework/map-previous": "npm:@fluidframework/map@2.53.0", | ||
"@fluidframework/test-runtime-utils": "~2.60.0", | ||
"@microsoft/api-extractor": "7.52.8", | ||
"@fluidframework/map-previous": "npm:@fluidframework/map@2.60.0", | ||
"@fluidframework/test-runtime-utils": "2.61.0-355054", | ||
"@microsoft/api-extractor": "7.52.11", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^18.19.0", | ||
"@types/path-browserify": "^1.0.0", | ||
"c8": "^8.0.1", | ||
"c8": "^10.1.3", | ||
"concurrently": "^8.2.1", | ||
@@ -132,4 +132,4 @@ "copyfiles": "^2.4.1", | ||
"api": "fluid-build . --task api", | ||
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist", | ||
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat", | ||
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist", | ||
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat", | ||
"build": "fluid-build . --task build", | ||
@@ -173,4 +173,4 @@ "build:api-reports": "concurrently \"npm:build:api-reports:*\"", | ||
"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs", | ||
"test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\"", | ||
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\"", | ||
"test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha", | ||
"test:mocha:esm": "mocha", | ||
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha", | ||
@@ -177,0 +177,0 @@ "test:snapshots:regen": "npm run test:mocha:esm -- --snapshot", |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/map"; | ||
export const pkgVersion = "2.60.0"; | ||
export const pkgVersion = "2.61.0-355054"; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1102706
0.02%13299
0.04%1
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed