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