@fluidframework/datastore 2.0.0-internal.6.3.0 → 2.0.0-internal.6.3.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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/datastore",
|
|
3
|
-
"version": "2.0.0-internal.6.3.
|
|
3
|
+
"version": "2.0.0-internal.6.3.1",
|
|
4
4
|
"description": "Fluid data store implementation",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
"temp-directory": "nyc/.nyc_output"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluid-internal/client-utils": ">=2.0.0-internal.6.3.
|
|
39
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.6.3.
|
|
40
|
-
"@fluidframework/container-utils": ">=2.0.0-internal.6.3.
|
|
41
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.6.3.
|
|
42
|
-
"@fluidframework/core-utils": ">=2.0.0-internal.6.3.
|
|
43
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.6.3.
|
|
44
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.6.3.
|
|
45
|
-
"@fluidframework/driver-utils": ">=2.0.0-internal.6.3.
|
|
38
|
+
"@fluid-internal/client-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
39
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
40
|
+
"@fluidframework/container-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
41
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
42
|
+
"@fluidframework/core-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
43
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
44
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
45
|
+
"@fluidframework/driver-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
46
46
|
"@fluidframework/protocol-base": "^1.0.1",
|
|
47
47
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
48
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.6.3.
|
|
49
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.6.3.
|
|
50
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.6.3.
|
|
48
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
49
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
50
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
51
51
|
"lodash": "^4.17.21",
|
|
52
52
|
"uuid": "^9.0.0"
|
|
53
53
|
},
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"@fluidframework/build-tools": "^0.22.0",
|
|
58
58
|
"@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.0.0-internal.6.1.1",
|
|
59
59
|
"@fluidframework/eslint-config-fluid": "^2.1.0",
|
|
60
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.3.
|
|
61
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.6.3.
|
|
60
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
61
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
62
62
|
"@microsoft/api-extractor": "^7.34.4",
|
|
63
63
|
"@types/mocha": "^9.1.1",
|
|
64
64
|
"@types/node": "^16.18.38",
|