@fluidframework/merge-tree 2.0.0-internal.7.4.4 → 2.0.0-internal.7.4.5
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/merge-tree.test-files.tar +0 -0
- package/package.json +14 -14
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/merge-tree",
|
|
3
|
-
"version": "2.0.0-internal.7.4.
|
|
3
|
+
"version": "2.0.0-internal.7.4.5",
|
|
4
4
|
"description": "Merge tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -57,29 +57,29 @@
|
|
|
57
57
|
"temp-directory": "nyc/.nyc_output"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@fluid-internal/client-utils": ">=2.0.0-internal.7.4.
|
|
61
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.7.4.
|
|
62
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.4.
|
|
63
|
-
"@fluidframework/core-utils": ">=2.0.0-internal.7.4.
|
|
64
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.7.4.
|
|
60
|
+
"@fluid-internal/client-utils": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
61
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
62
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
63
|
+
"@fluidframework/core-utils": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
64
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
65
65
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
66
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.4.
|
|
67
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.7.4.
|
|
68
|
-
"@fluidframework/shared-object-base": ">=2.0.0-internal.7.4.
|
|
69
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.7.4.
|
|
66
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
67
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
68
|
+
"@fluidframework/shared-object-base": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
69
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@arethetypeswrong/cli": "^0.13.3",
|
|
73
|
-
"@fluid-private/stochastic-test-utils": ">=2.0.0-internal.7.4.
|
|
74
|
-
"@fluid-private/test-pairwise-generator": ">=2.0.0-internal.7.4.
|
|
73
|
+
"@fluid-private/stochastic-test-utils": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
74
|
+
"@fluid-private/test-pairwise-generator": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
75
75
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
76
76
|
"@fluid-tools/build-cli": "^0.28.0",
|
|
77
77
|
"@fluidframework/build-common": "^2.0.3",
|
|
78
78
|
"@fluidframework/build-tools": "^0.28.0",
|
|
79
79
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
80
80
|
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-internal.7.2.0",
|
|
81
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.4.
|
|
82
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.7.4.
|
|
81
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
82
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.7.4.5 <2.0.0-internal.7.5.0",
|
|
83
83
|
"@microsoft/api-extractor": "^7.38.3",
|
|
84
84
|
"@types/diff": "^3.5.1",
|
|
85
85
|
"@types/mocha": "^9.1.1",
|