@fluidframework/matrix 2.0.0-internal.5.4.2 → 2.0.0-internal.6.0.1
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/CHANGELOG.md +8 -0
- package/dist/bspSet.js +4 -1
- package/dist/bspSet.js.map +1 -1
- package/dist/handletable.js +1 -2
- package/dist/handletable.js.map +1 -1
- package/dist/matrix.js +2 -3
- package/dist/matrix.js.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/dist/permutationvector.d.ts.map +1 -1
- package/dist/permutationvector.js +4 -1
- package/dist/permutationvector.js.map +1 -1
- package/dist/productSet.js +25 -24
- package/dist/productSet.js.map +1 -1
- package/dist/undoprovider.js +4 -5
- package/dist/undoprovider.js.map +1 -1
- package/lib/bspSet.js +4 -1
- package/lib/bspSet.js.map +1 -1
- package/lib/handletable.js +1 -2
- package/lib/handletable.js.map +1 -1
- package/lib/matrix.js +2 -3
- package/lib/matrix.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/lib/permutationvector.d.ts.map +1 -1
- package/lib/permutationvector.js +4 -1
- package/lib/permutationvector.js.map +1 -1
- package/lib/productSet.js +25 -24
- package/lib/productSet.js.map +1 -1
- package/lib/undoprovider.js +4 -5
- package/lib/undoprovider.js.map +1 -1
- package/package.json +14 -14
- package/src/packageVersion.ts +1 -1
- package/src/permutationvector.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/matrix",
|
|
3
|
-
"version": "2.0.0-internal.
|
|
3
|
+
"version": "2.0.0-internal.6.0.1",
|
|
4
4
|
"description": "Distributed matrix",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -33,29 +33,29 @@
|
|
|
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.
|
|
37
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.
|
|
38
|
-
"@fluidframework/driver-utils": ">=2.0.0-internal.
|
|
39
|
-
"@fluidframework/merge-tree": ">=2.0.0-internal.
|
|
36
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.6.0.1 <2.0.0-internal.6.1.0",
|
|
37
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.6.0.1 <2.0.0-internal.6.1.0",
|
|
38
|
+
"@fluidframework/driver-utils": ">=2.0.0-internal.6.0.1 <2.0.0-internal.6.1.0",
|
|
39
|
+
"@fluidframework/merge-tree": ">=2.0.0-internal.6.0.1 <2.0.0-internal.6.1.0",
|
|
40
40
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
41
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.
|
|
42
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.
|
|
43
|
-
"@fluidframework/shared-object-base": ">=2.0.0-internal.
|
|
44
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.
|
|
41
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.6.0.1 <2.0.0-internal.6.1.0",
|
|
42
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.6.0.1 <2.0.0-internal.6.1.0",
|
|
43
|
+
"@fluidframework/shared-object-base": ">=2.0.0-internal.6.0.1 <2.0.0-internal.6.1.0",
|
|
44
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.6.0.1 <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.
|
|
50
|
+
"@fluid-internal/test-dds-utils": ">=2.0.0-internal.6.0.1 <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": "^
|
|
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
|
-
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.0.0-internal.
|
|
57
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.
|
|
58
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.
|
|
56
|
+
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.0.0-internal.6.0.0",
|
|
57
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.0.1 <2.0.0-internal.6.1.0",
|
|
58
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.6.0.1 <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",
|
package/src/packageVersion.ts
CHANGED
package/src/permutationvector.ts
CHANGED
|
@@ -140,7 +140,6 @@ export class PermutationVector extends Client {
|
|
|
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
|
|