@fluid-tools/fetch-tool 2.0.0-internal.2.3.1 → 2.0.0-internal.2.4.0
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.
|
|
3
|
+
"version": "2.0.0-internal.2.4.0",
|
|
4
4
|
"description": "Console tool to fetch Fluid data from relay service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -30,30 +30,30 @@
|
|
|
30
30
|
"tsc": "tsc"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@fluid-tools/fluidapp-odsp-urlresolver": ">=2.0.0-internal.2.
|
|
33
|
+
"@fluid-tools/fluidapp-odsp-urlresolver": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
34
34
|
"@fluidframework/common-utils": "^1.0.0",
|
|
35
|
-
"@fluidframework/container-runtime": ">=2.0.0-internal.2.
|
|
36
|
-
"@fluidframework/datastore": ">=2.0.0-internal.2.
|
|
37
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.
|
|
38
|
-
"@fluidframework/driver-utils": ">=2.0.0-internal.2.
|
|
39
|
-
"@fluidframework/odsp-doclib-utils": ">=2.0.0-internal.2.
|
|
40
|
-
"@fluidframework/odsp-driver": ">=2.0.0-internal.2.
|
|
41
|
-
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.2.
|
|
42
|
-
"@fluidframework/odsp-urlresolver": ">=2.0.0-internal.2.
|
|
35
|
+
"@fluidframework/container-runtime": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
36
|
+
"@fluidframework/datastore": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
37
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
38
|
+
"@fluidframework/driver-utils": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
39
|
+
"@fluidframework/odsp-doclib-utils": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
40
|
+
"@fluidframework/odsp-driver": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
41
|
+
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
42
|
+
"@fluidframework/odsp-urlresolver": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
43
43
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
44
|
-
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.
|
|
45
|
-
"@fluidframework/routerlicious-urlresolver": ">=2.0.0-internal.2.
|
|
46
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.
|
|
47
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.
|
|
48
|
-
"@fluidframework/test-client-utils": ">=2.0.0-internal.2.
|
|
49
|
-
"@fluidframework/tool-utils": ">=2.0.0-internal.2.
|
|
44
|
+
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
45
|
+
"@fluidframework/routerlicious-urlresolver": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
46
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
47
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
48
|
+
"@fluidframework/test-client-utils": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0",
|
|
49
|
+
"@fluidframework/tool-utils": ">=2.0.0-internal.2.4.0 <2.0.0-internal.3.0.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@fluid-tools/build-cli": "^0.
|
|
52
|
+
"@fluid-tools/build-cli": "^0.8.0",
|
|
53
53
|
"@fluidframework/build-common": "^1.1.0",
|
|
54
54
|
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
55
55
|
"@rushstack/eslint-config": "^2.5.1",
|
|
56
|
-
"@types/node": "^14.18.
|
|
56
|
+
"@types/node": "^14.18.36",
|
|
57
57
|
"concurrently": "^6.2.0",
|
|
58
58
|
"eslint": "~8.6.0",
|
|
59
59
|
"prettier": "~2.6.2",
|