@fluid-tools/fetch-tool 2.0.0-internal.3.1.0 → 2.0.0-internal.3.2.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/bin/fluid-fetch +0 -0
- package/package.json +62 -62
package/bin/fluid-fetch
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
2
|
+
"name": "@fluid-tools/fetch-tool",
|
|
3
|
+
"version": "2.0.0-internal.3.2.0",
|
|
4
|
+
"description": "Console tool to fetch Fluid data from relay service",
|
|
5
|
+
"homepage": "https://fluidframework.com",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/microsoft/FluidFramework.git",
|
|
9
|
+
"directory": "packages/tools/fetch-tool"
|
|
10
|
+
},
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"author": "Microsoft and contributors",
|
|
13
|
+
"main": "dist/fluidFetch.js",
|
|
14
|
+
"bin": {
|
|
15
|
+
"fluid-fetch": "bin/fluid-fetch"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@fluid-tools/fluidapp-odsp-urlresolver": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
19
|
+
"@fluidframework/common-utils": "^1.1.1",
|
|
20
|
+
"@fluidframework/container-runtime": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
21
|
+
"@fluidframework/datastore": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
22
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
23
|
+
"@fluidframework/driver-utils": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
24
|
+
"@fluidframework/odsp-doclib-utils": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
25
|
+
"@fluidframework/odsp-driver": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
26
|
+
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
27
|
+
"@fluidframework/odsp-urlresolver": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
28
|
+
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
29
|
+
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
30
|
+
"@fluidframework/routerlicious-urlresolver": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
31
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
32
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
33
|
+
"@fluidframework/test-client-utils": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
34
|
+
"@fluidframework/tool-utils": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@fluid-tools/build-cli": "^0.10.0",
|
|
38
|
+
"@fluidframework/build-common": "^1.1.0",
|
|
39
|
+
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
40
|
+
"@rushstack/eslint-config": "^2.5.1",
|
|
41
|
+
"@types/node": "^14.18.36",
|
|
42
|
+
"concurrently": "^6.2.0",
|
|
43
|
+
"eslint": "~8.6.0",
|
|
44
|
+
"prettier": "~2.6.2",
|
|
45
|
+
"rimraf": "^2.6.2",
|
|
46
|
+
"typescript": "~4.5.5"
|
|
47
|
+
},
|
|
48
|
+
"scripts": {
|
|
49
|
+
"build": "concurrently npm:build:compile npm:lint",
|
|
50
|
+
"build:compile": "npm run tsc",
|
|
51
|
+
"build:full": "npm run build",
|
|
52
|
+
"build:full:compile": "npm run build:compile",
|
|
53
|
+
"clean": "rimraf dist *.tsbuildinfo *.build.log",
|
|
54
|
+
"eslint": "eslint --format stylish src",
|
|
55
|
+
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
56
|
+
"format": "npm run prettier:fix",
|
|
57
|
+
"lint": "npm run prettier && npm run eslint",
|
|
58
|
+
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
|
|
59
|
+
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
|
|
60
|
+
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
61
|
+
"tsc": "tsc"
|
|
62
|
+
}
|
|
63
|
+
}
|