@fluidframework/matrix 2.0.0-internal.5.3.2 → 2.0.0-internal.6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/matrix",
3
- "version": "2.0.0-internal.5.3.2",
3
+ "version": "2.0.0-internal.6.0.0",
4
4
  "description": "Distributed matrix",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -33,33 +33,33 @@
33
33
  "dependencies": {
34
34
  "@fluidframework/common-definitions": "^0.20.1",
35
35
  "@fluidframework/common-utils": "^1.1.1",
36
- "@fluidframework/core-interfaces": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0",
37
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0",
38
- "@fluidframework/driver-utils": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0",
39
- "@fluidframework/merge-tree": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0",
36
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
37
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
38
+ "@fluidframework/driver-utils": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
39
+ "@fluidframework/merge-tree": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
40
40
  "@fluidframework/protocol-definitions": "^1.1.0",
41
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0",
42
- "@fluidframework/runtime-utils": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0",
43
- "@fluidframework/shared-object-base": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0",
44
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0",
41
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
42
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
43
+ "@fluidframework/shared-object-base": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
44
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
45
45
  "@tiny-calc/nano": "0.0.0-alpha.5",
46
46
  "events": "^3.1.0",
47
47
  "tslib": "^1.10.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@fluid-internal/test-dds-utils": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0",
50
+ "@fluid-internal/test-dds-utils": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
51
51
  "@fluid-tools/benchmark": "^0.48.0",
52
52
  "@fluid-tools/build-cli": "^0.21.0",
53
- "@fluidframework/build-common": "^1.2.0",
53
+ "@fluidframework/build-common": "^2.0.0",
54
54
  "@fluidframework/build-tools": "^0.21.0",
55
55
  "@fluidframework/eslint-config-fluid": "^2.0.0",
56
56
  "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.0.0-internal.5.2.0",
57
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0",
58
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0",
57
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
58
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
59
59
  "@microsoft/api-extractor": "^7.34.4",
60
60
  "@tiny-calc/micro": "0.0.0-alpha.5",
61
61
  "@types/mocha": "^9.1.1",
62
- "@types/node": "^14.18.38",
62
+ "@types/node": "^16.18.38",
63
63
  "best-random": "^1.0.0",
64
64
  "concurrently": "^7.6.0",
65
65
  "copyfiles": "^2.4.1",
@@ -92,7 +92,7 @@
92
92
  "build:genver": "gen-version",
93
93
  "build:test": "tsc --project ./src/test/tsconfig.json",
94
94
  "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
95
- "clean": "rimraf dist lib bench/dist *.tsbuildinfo *.build.log",
95
+ "clean": "rimraf --glob \"dist\" \"lib\" \"bench/dist\" \"*.tsbuildinfo\" \"*.build.log\"",
96
96
  "eslint": "eslint --format stylish src",
97
97
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
98
98
  "format": "npm run prettier:fix",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/matrix";
9
- export const pkgVersion = "2.0.0-internal.5.3.2";
9
+ export const pkgVersion = "2.0.0-internal.6.0.0";
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  import { assert } from "@fluidframework/common-utils";
7
- import { ChildLogger } from "@fluidframework/telemetry-utils";
7
+ import { createChildLogger } from "@fluidframework/telemetry-utils";
8
8
  import {
9
9
  IFluidDataStoreRuntime,
10
10
  IChannelStorageService,
@@ -136,11 +136,10 @@ export class PermutationVector extends Client {
136
136
  ) {
137
137
  super(
138
138
  PermutationSegment.fromJSONObject,
139
- ChildLogger.create(logger, `Matrix.${path}.MergeTreeClient`),
139
+ createChildLogger({ logger, namespace: `Matrix.${path}.MergeTreeClient` }),
140
140
  {
141
141
  ...runtime.options,
142
142
  newMergeTreeSnapshotFormat: true, // Temporarily force new snapshot format until it is the default.
143
- mergeTreeUseNewLengthCalculations: true,
144
143
  },
145
144
  ); // (See https://github.com/microsoft/FluidFramework/issues/84)
146
145