@fluid-tools/fetch-tool 2.0.0-internal.2.1.0 → 2.0.0-internal.2.1.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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-tools/fetch-tool",
|
|
3
|
-
"version": "2.0.0-internal.2.1.
|
|
3
|
+
"version": "2.0.0-internal.2.1.2",
|
|
4
4
|
"description": "Console tool to fetch Fluid data from relay service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -27,28 +27,28 @@
|
|
|
27
27
|
"tsc": "tsc"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluid-tools/fluidapp-odsp-urlresolver": ">=2.0.0-internal.2.1.
|
|
30
|
+
"@fluid-tools/fluidapp-odsp-urlresolver": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
31
31
|
"@fluidframework/common-utils": "^1.0.0",
|
|
32
|
-
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.
|
|
33
|
-
"@fluidframework/datastore": ">=2.0.0-internal.2.1.
|
|
34
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.
|
|
35
|
-
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.
|
|
36
|
-
"@fluidframework/odsp-doclib-utils": ">=2.0.0-internal.2.1.
|
|
37
|
-
"@fluidframework/odsp-driver": ">=2.0.0-internal.2.1.
|
|
38
|
-
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.2.1.
|
|
39
|
-
"@fluidframework/odsp-urlresolver": ">=2.0.0-internal.2.1.
|
|
32
|
+
"@fluidframework/container-runtime": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
33
|
+
"@fluidframework/datastore": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
34
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
35
|
+
"@fluidframework/driver-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
36
|
+
"@fluidframework/odsp-doclib-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
37
|
+
"@fluidframework/odsp-driver": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
38
|
+
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
39
|
+
"@fluidframework/odsp-urlresolver": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
40
40
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
41
|
-
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.1.
|
|
42
|
-
"@fluidframework/routerlicious-urlresolver": ">=2.0.0-internal.2.1.
|
|
43
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.
|
|
44
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.
|
|
45
|
-
"@fluidframework/test-client-utils": ">=2.0.0-internal.2.1.
|
|
46
|
-
"@fluidframework/tool-utils": ">=2.0.0-internal.2.1.
|
|
41
|
+
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
42
|
+
"@fluidframework/routerlicious-urlresolver": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
43
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
44
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
45
|
+
"@fluidframework/test-client-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
46
|
+
"@fluidframework/tool-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@fluid-tools/build-cli": "^0.
|
|
49
|
+
"@fluid-tools/build-cli": "^0.6.0",
|
|
50
50
|
"@fluidframework/build-common": "^1.1.0",
|
|
51
|
-
"@fluidframework/eslint-config-fluid": "^1.
|
|
51
|
+
"@fluidframework/eslint-config-fluid": "^1.2.0",
|
|
52
52
|
"@rushstack/eslint-config": "^2.5.1",
|
|
53
53
|
"@types/node": "^14.18.0",
|
|
54
54
|
"concurrently": "^6.2.0",
|