@fluid-experimental/tree 2.0.0-internal.2.2.0 → 2.0.0-internal.2.2.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/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.2.2.
|
|
3
|
+
"version": "2.0.0-internal.2.2.1",
|
|
4
4
|
"description": "Distributed tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
45
45
|
"@fluidframework/common-utils": "^1.0.0",
|
|
46
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.2.2.
|
|
47
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.2.
|
|
48
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.2.
|
|
46
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
47
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
48
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
49
49
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
50
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.2.
|
|
51
|
-
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.2.
|
|
52
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.2.
|
|
50
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
51
|
+
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
52
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
53
53
|
"buffer": "^6.0.3",
|
|
54
54
|
"denque": "^1.5.1",
|
|
55
55
|
"lru-cache": "^6.0.0",
|
|
@@ -57,19 +57,19 @@
|
|
|
57
57
|
"uuid": "^8.3.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.2.2.
|
|
60
|
+
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
61
61
|
"@fluid-tools/benchmark": "^0.45.0",
|
|
62
62
|
"@fluidframework/build-common": "^1.1.0",
|
|
63
|
-
"@fluidframework/container-loader": ">=2.0.0-internal.2.2.
|
|
64
|
-
"@fluidframework/container-runtime": ">=2.0.0-internal.2.2.
|
|
63
|
+
"@fluidframework/container-loader": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
64
|
+
"@fluidframework/container-runtime": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
65
65
|
"@fluidframework/eslint-config-fluid": "^1.2.0",
|
|
66
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.2.
|
|
67
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.2.
|
|
68
|
-
"@fluidframework/test-driver-definitions": ">=2.0.0-internal.2.2.
|
|
69
|
-
"@fluidframework/test-drivers": ">=2.0.0-internal.2.2.
|
|
70
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.2.
|
|
71
|
-
"@fluidframework/test-utils": ">=2.0.0-internal.2.2.
|
|
72
|
-
"@fluidframework/undo-redo": ">=2.0.0-internal.2.2.
|
|
66
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
67
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
68
|
+
"@fluidframework/test-driver-definitions": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
69
|
+
"@fluidframework/test-drivers": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
70
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
71
|
+
"@fluidframework/test-utils": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
72
|
+
"@fluidframework/undo-redo": ">=2.0.0-internal.2.2.1 <2.0.0-internal.3.0.0",
|
|
73
73
|
"@microsoft/api-extractor": "^7.22.2",
|
|
74
74
|
"@rushstack/eslint-config": "^2.5.1",
|
|
75
75
|
"@types/lru-cache": "^5.1.0",
|