@fluid-experimental/attributor 2.0.0-rc.2.0.7 → 2.0.0-rc.2.0.9
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-rc.2.0.
|
|
3
|
+
"version": "2.0.0-rc.2.0.9",
|
|
4
4
|
"description": "Operation attributor",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -67,31 +67,31 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluid-internal/client-utils": ">=2.0.0-rc.2.0.
|
|
71
|
-
"@fluidframework/container-definitions": ">=2.0.0-rc.2.0.
|
|
72
|
-
"@fluidframework/container-runtime": ">=2.0.0-rc.2.0.
|
|
73
|
-
"@fluidframework/container-runtime-definitions": ">=2.0.0-rc.2.0.
|
|
74
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.2.0.
|
|
75
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.2.0.
|
|
76
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-rc.2.0.
|
|
70
|
+
"@fluid-internal/client-utils": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
71
|
+
"@fluidframework/container-definitions": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
72
|
+
"@fluidframework/container-runtime": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
73
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
74
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
75
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
76
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
77
77
|
"@fluidframework/protocol-definitions": "^3.2.0",
|
|
78
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-rc.2.0.
|
|
79
|
-
"@fluidframework/runtime-utils": ">=2.0.0-rc.2.0.
|
|
80
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-rc.2.0.
|
|
78
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
79
|
+
"@fluidframework/runtime-utils": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
80
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
81
81
|
"lz4js": "^0.2.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "^0.13.3",
|
|
85
|
-
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.2.0.
|
|
86
|
-
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.2.0.
|
|
85
|
+
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
86
|
+
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
87
87
|
"@fluid-tools/build-cli": "^0.34.0",
|
|
88
88
|
"@fluidframework/build-common": "^2.0.3",
|
|
89
89
|
"@fluidframework/build-tools": "^0.34.0",
|
|
90
|
-
"@fluidframework/driver-definitions": ">=2.0.0-rc.2.0.
|
|
90
|
+
"@fluidframework/driver-definitions": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
91
91
|
"@fluidframework/eslint-config-fluid": "^4.0.0",
|
|
92
|
-
"@fluidframework/merge-tree": ">=2.0.0-rc.2.0.
|
|
93
|
-
"@fluidframework/sequence": ">=2.0.0-rc.2.0.
|
|
94
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.2.0.
|
|
92
|
+
"@fluidframework/merge-tree": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
93
|
+
"@fluidframework/sequence": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
94
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.2.0.9 <2.0.0-rc.2.1.0",
|
|
95
95
|
"@microsoft/api-extractor": "^7.42.3",
|
|
96
96
|
"@types/mocha": "^9.1.1",
|
|
97
97
|
"@types/node": "^18.19.0",
|