@fluid-tools/fetch-tool 2.0.0-internal.7.2.0 → 2.0.0-internal.7.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-tools/fetch-tool",
|
|
3
|
-
"version": "2.0.0-internal.7.2.
|
|
3
|
+
"version": "2.0.0-internal.7.2.2",
|
|
4
4
|
"description": "Console tool to fetch Fluid data from relay service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -16,26 +16,26 @@
|
|
|
16
16
|
"fluid-fetch": "bin/fluid-fetch"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fluid-internal/client-utils": ">=2.0.0-internal.7.2.
|
|
20
|
-
"@fluid-tools/fluidapp-odsp-urlresolver": ">=2.0.0-internal.7.2.
|
|
21
|
-
"@fluidframework/container-runtime": ">=2.0.0-internal.7.2.
|
|
22
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.2.
|
|
23
|
-
"@fluidframework/core-utils": ">=2.0.0-internal.7.2.
|
|
24
|
-
"@fluidframework/datastore": ">=2.0.0-internal.7.2.
|
|
25
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.7.2.
|
|
26
|
-
"@fluidframework/odsp-doclib-utils": ">=2.0.0-internal.7.2.
|
|
27
|
-
"@fluidframework/odsp-driver": ">=2.0.0-internal.7.2.
|
|
28
|
-
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.7.2.
|
|
29
|
-
"@fluidframework/odsp-urlresolver": ">=2.0.0-internal.7.2.
|
|
19
|
+
"@fluid-internal/client-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
20
|
+
"@fluid-tools/fluidapp-odsp-urlresolver": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
21
|
+
"@fluidframework/container-runtime": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
22
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
23
|
+
"@fluidframework/core-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
24
|
+
"@fluidframework/datastore": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
25
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
26
|
+
"@fluidframework/odsp-doclib-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
27
|
+
"@fluidframework/odsp-driver": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
28
|
+
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
29
|
+
"@fluidframework/odsp-urlresolver": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
30
30
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
31
|
-
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.7.2.
|
|
32
|
-
"@fluidframework/routerlicious-urlresolver": ">=2.0.0-internal.7.2.
|
|
33
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.2.
|
|
34
|
-
"@fluidframework/tool-utils": ">=2.0.0-internal.7.2.
|
|
31
|
+
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
32
|
+
"@fluidframework/routerlicious-urlresolver": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
33
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
34
|
+
"@fluidframework/tool-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@fluid-tools/build-cli": "^0.26.1",
|
|
38
|
-
"@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.0.0-internal.7.1
|
|
38
|
+
"@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.0.0-internal.7.2.1",
|
|
39
39
|
"@fluidframework/build-common": "^2.0.3",
|
|
40
40
|
"@fluidframework/build-tools": "^0.26.1",
|
|
41
41
|
"@fluidframework/eslint-config-fluid": "^3.0.0",
|