@fluid-experimental/tree 2.0.0-dev.7.3.0.209023 → 2.0.0-dev.7.3.0.209831
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/README.md +9 -0
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @fluid-experimental/tree
|
|
2
2
|
|
|
3
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_PACKAGE_SCOPE_NOTICE) -->
|
|
4
|
+
|
|
5
|
+
**IMPORTANT: This package is experimental.**
|
|
6
|
+
**Its APIs may change without notice.**
|
|
7
|
+
|
|
8
|
+
**Do not use in production scenarios.**
|
|
9
|
+
|
|
10
|
+
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
11
|
+
|
|
3
12
|
A [Fluid](https://fluidframework.com/) SharedObject Tree with:
|
|
4
13
|
|
|
5
14
|
- Transactional editing and snapshot isolation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/tree",
|
|
3
|
-
"version": "2.0.0-dev.7.3.0.
|
|
3
|
+
"version": "2.0.0-dev.7.3.0.209831",
|
|
4
4
|
"description": "Distributed tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"module": "lib/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@fluid-internal/client-utils": "2.0.0-dev.7.3.0.
|
|
19
|
-
"@fluidframework/container-definitions": "2.0.0-dev.7.3.0.
|
|
20
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.
|
|
21
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.3.0.
|
|
22
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.
|
|
18
|
+
"@fluid-internal/client-utils": "2.0.0-dev.7.3.0.209831",
|
|
19
|
+
"@fluidframework/container-definitions": "2.0.0-dev.7.3.0.209831",
|
|
20
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.209831",
|
|
21
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.3.0.209831",
|
|
22
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.209831",
|
|
23
23
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
24
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.
|
|
25
|
-
"@fluidframework/shared-object-base": "2.0.0-dev.7.3.0.
|
|
26
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.
|
|
24
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.209831",
|
|
25
|
+
"@fluidframework/shared-object-base": "2.0.0-dev.7.3.0.209831",
|
|
26
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.209831",
|
|
27
27
|
"buffer": "^6.0.3",
|
|
28
28
|
"denque": "^1.5.1",
|
|
29
29
|
"lru-cache": "^6.0.0",
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
"uuid": "^9.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@fluid-private/stochastic-test-utils": "2.0.0-dev.7.3.0.
|
|
35
|
-
"@fluid-private/test-drivers": "2.0.0-dev.7.3.0.
|
|
34
|
+
"@fluid-private/stochastic-test-utils": "2.0.0-dev.7.3.0.209831",
|
|
35
|
+
"@fluid-private/test-drivers": "2.0.0-dev.7.3.0.209831",
|
|
36
36
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
37
37
|
"@fluidframework/build-common": "^2.0.3",
|
|
38
38
|
"@fluidframework/build-tools": "^0.26.1",
|
|
39
|
-
"@fluidframework/container-loader": "2.0.0-dev.7.3.0.
|
|
40
|
-
"@fluidframework/container-runtime": "2.0.0-dev.7.3.0.
|
|
39
|
+
"@fluidframework/container-loader": "2.0.0-dev.7.3.0.209831",
|
|
40
|
+
"@fluidframework/container-runtime": "2.0.0-dev.7.3.0.209831",
|
|
41
41
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
42
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.
|
|
43
|
-
"@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.
|
|
44
|
-
"@fluidframework/test-driver-definitions": "2.0.0-dev.7.3.0.
|
|
45
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.3.0.
|
|
46
|
-
"@fluidframework/test-utils": "2.0.0-dev.7.3.0.
|
|
47
|
-
"@fluidframework/undo-redo": "2.0.0-dev.7.3.0.
|
|
42
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.209831",
|
|
43
|
+
"@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.209831",
|
|
44
|
+
"@fluidframework/test-driver-definitions": "2.0.0-dev.7.3.0.209831",
|
|
45
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.3.0.209831",
|
|
46
|
+
"@fluidframework/test-utils": "2.0.0-dev.7.3.0.209831",
|
|
47
|
+
"@fluidframework/undo-redo": "2.0.0-dev.7.3.0.209831",
|
|
48
48
|
"@microsoft/api-extractor": "^7.37.0",
|
|
49
49
|
"@types/chai": "^4.0.0",
|
|
50
50
|
"@types/lru-cache": "^5.1.0",
|