@fluidframework/merge-tree 2.0.0-internal.7.2.0 → 2.0.0-internal.7.2.2
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/merge-tree",
|
|
3
|
-
"version": "2.0.0-internal.7.2.
|
|
3
|
+
"version": "2.0.0-internal.7.2.2",
|
|
4
4
|
"description": "Merge tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,28 +35,28 @@
|
|
|
35
35
|
"temp-directory": "nyc/.nyc_output"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluid-internal/client-utils": ">=2.0.0-internal.7.2.
|
|
39
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.7.2.
|
|
40
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.2.
|
|
41
|
-
"@fluidframework/core-utils": ">=2.0.0-internal.7.2.
|
|
42
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.7.2.
|
|
38
|
+
"@fluid-internal/client-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
39
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
40
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
41
|
+
"@fluidframework/core-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
42
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
43
43
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
44
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.2.
|
|
45
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.7.2.
|
|
46
|
-
"@fluidframework/shared-object-base": ">=2.0.0-internal.7.2.
|
|
47
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.7.2.
|
|
44
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
45
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
46
|
+
"@fluidframework/shared-object-base": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
47
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.7.2.
|
|
51
|
-
"@fluid-internal/test-pairwise-generator": ">=2.0.0-internal.7.2.
|
|
50
|
+
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
51
|
+
"@fluid-internal/test-pairwise-generator": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
52
52
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
53
53
|
"@fluid-tools/build-cli": "^0.26.1",
|
|
54
54
|
"@fluidframework/build-common": "^2.0.3",
|
|
55
55
|
"@fluidframework/build-tools": "^0.26.1",
|
|
56
56
|
"@fluidframework/eslint-config-fluid": "^3.0.0",
|
|
57
|
-
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-internal.7.1
|
|
58
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.2.
|
|
59
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.7.2.
|
|
57
|
+
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-internal.7.2.1",
|
|
58
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
59
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
60
60
|
"@microsoft/api-extractor": "^7.37.0",
|
|
61
61
|
"@types/diff": "^3.5.1",
|
|
62
62
|
"@types/mocha": "^9.1.1",
|