@fluid-experimental/tree 2.0.0-internal.3.2.1 → 2.0.0-internal.3.2.3
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 +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/tree",
|
|
3
|
-
"version": "2.0.0-internal.3.2.
|
|
3
|
+
"version": "2.0.0-internal.3.2.3",
|
|
4
4
|
"description": "Distributed tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
19
19
|
"@fluidframework/common-utils": "^1.1.1",
|
|
20
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.3.2.
|
|
21
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.2.
|
|
22
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.2.
|
|
20
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
21
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
22
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
23
23
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
24
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.2.
|
|
25
|
-
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.2.
|
|
26
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.2.
|
|
24
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
25
|
+
"@fluidframework/shared-object-base": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
26
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
27
27
|
"buffer": "^6.0.3",
|
|
28
28
|
"denque": "^1.5.1",
|
|
29
29
|
"lru-cache": "^6.0.0",
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
"uuid": "^8.3.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.3.2.
|
|
34
|
+
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
35
35
|
"@fluid-tools/benchmark": "^0.45.0",
|
|
36
36
|
"@fluidframework/build-common": "^1.1.0",
|
|
37
|
-
"@fluidframework/container-loader": ">=2.0.0-internal.3.2.
|
|
38
|
-
"@fluidframework/container-runtime": ">=2.0.0-internal.3.2.
|
|
37
|
+
"@fluidframework/container-loader": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
38
|
+
"@fluidframework/container-runtime": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
39
39
|
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
40
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.2.
|
|
41
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.2.
|
|
42
|
-
"@fluidframework/test-driver-definitions": ">=2.0.0-internal.3.2.
|
|
43
|
-
"@fluidframework/test-drivers": ">=2.0.0-internal.3.2.
|
|
44
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.2.
|
|
45
|
-
"@fluidframework/test-utils": ">=2.0.0-internal.3.2.
|
|
46
|
-
"@fluidframework/undo-redo": ">=2.0.0-internal.3.2.
|
|
40
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
41
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
42
|
+
"@fluidframework/test-driver-definitions": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
43
|
+
"@fluidframework/test-drivers": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
44
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
45
|
+
"@fluidframework/test-utils": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
46
|
+
"@fluidframework/undo-redo": ">=2.0.0-internal.3.2.3 <2.0.0-internal.4.0.0",
|
|
47
47
|
"@microsoft/api-extractor": "^7.22.2",
|
|
48
48
|
"@rushstack/eslint-config": "^2.5.1",
|
|
49
49
|
"@types/chai": "^4.0.0",
|