@fluid-experimental/attributor 2.0.0-internal.8.0.7 → 2.0.0-internal.8.0.8
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/attributor",
|
|
3
|
-
"version": "2.0.0-internal.8.0.
|
|
3
|
+
"version": "2.0.0-internal.8.0.8",
|
|
4
4
|
"description": "Operation attributor",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,30 +35,30 @@
|
|
|
35
35
|
"temp-directory": "nyc/.nyc_output"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluid-internal/client-utils": ">=2.0.0-internal.8.0.
|
|
39
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.8.0.
|
|
40
|
-
"@fluidframework/container-runtime": ">=2.0.0-internal.8.0.
|
|
41
|
-
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.8.0.
|
|
42
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.8.0.
|
|
43
|
-
"@fluidframework/core-utils": ">=2.0.0-internal.8.0.
|
|
44
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.8.0.
|
|
38
|
+
"@fluid-internal/client-utils": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
39
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
40
|
+
"@fluidframework/container-runtime": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
41
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
42
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
43
|
+
"@fluidframework/core-utils": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
44
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
45
45
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
46
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.8.0.
|
|
47
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.8.0.
|
|
48
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.8.0.
|
|
46
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
47
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
48
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
49
49
|
"lz4js": "^0.2.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@fluid-private/stochastic-test-utils": ">=2.0.0-internal.8.0.
|
|
52
|
+
"@fluid-private/stochastic-test-utils": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
53
53
|
"@fluid-tools/build-cli": "^0.28.0",
|
|
54
54
|
"@fluidframework/build-common": "^2.0.3",
|
|
55
55
|
"@fluidframework/build-tools": "^0.28.0",
|
|
56
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.8.0.
|
|
56
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
57
57
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
58
|
-
"@fluidframework/merge-tree": ">=2.0.0-internal.8.0.
|
|
59
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.8.0.
|
|
60
|
-
"@fluidframework/sequence": ">=2.0.0-internal.8.0.
|
|
61
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.8.0.
|
|
58
|
+
"@fluidframework/merge-tree": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
59
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
60
|
+
"@fluidframework/sequence": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
61
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.8.0.8 <2.0.0-internal.8.1.0",
|
|
62
62
|
"@microsoft/api-extractor": "^7.38.3",
|
|
63
63
|
"@types/mocha": "^9.1.1",
|
|
64
64
|
"@types/node": "^18.19.0",
|