@fluid-tools/fetch-tool 2.0.0-internal.2.1.2 → 2.0.0-internal.2.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/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  Connection using ODSP or routerlicious driver to dump the messages or snapshot information on the server.
4
4
  In order to connect to ODSP, the clientID and clientSecret must be set as environment variables login__microsoft__clientId and login__microsoft__secret, respectively. If you have access to the keyvault this can be done by running [this tool](../../../tools/getkeys).
5
+ Beware that to use fetch-tool on documents in the Microsoft tenant, you will need to follow the fetch tool usage instructions on the "Debugging Tools" page of the internal Fluid wiki.
5
6
 
6
7
  ## Usage
7
8
 
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.2",
3
+ "version": "2.0.0-internal.2.2.0",
4
4
  "description": "Console tool to fetch Fluid data from relay service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -22,37 +22,41 @@
22
22
  "clean": "rimraf dist *.tsbuildinfo *.build.log",
23
23
  "eslint": "eslint --format stylish src",
24
24
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
25
+ "format": "npm run prettier:fix",
25
26
  "lint": "npm run eslint",
26
27
  "lint:fix": "npm run eslint:fix",
28
+ "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
29
+ "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
27
30
  "tsc": "tsc"
28
31
  },
29
32
  "dependencies": {
30
- "@fluid-tools/fluidapp-odsp-urlresolver": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
33
+ "@fluid-tools/fluidapp-odsp-urlresolver": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
31
34
  "@fluidframework/common-utils": "^1.0.0",
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",
35
+ "@fluidframework/container-runtime": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
36
+ "@fluidframework/datastore": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
37
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
38
+ "@fluidframework/driver-utils": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
39
+ "@fluidframework/odsp-doclib-utils": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
40
+ "@fluidframework/odsp-driver": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
41
+ "@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
42
+ "@fluidframework/odsp-urlresolver": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
40
43
  "@fluidframework/protocol-definitions": "^1.1.0",
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"
44
+ "@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
45
+ "@fluidframework/routerlicious-urlresolver": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
46
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
47
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
48
+ "@fluidframework/test-client-utils": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0",
49
+ "@fluidframework/tool-utils": ">=2.0.0-internal.2.2.0 <2.0.0-internal.3.0.0"
47
50
  },
48
51
  "devDependencies": {
49
- "@fluid-tools/build-cli": "^0.6.0",
52
+ "@fluid-tools/build-cli": "^0.7.0",
50
53
  "@fluidframework/build-common": "^1.1.0",
51
54
  "@fluidframework/eslint-config-fluid": "^1.2.0",
52
55
  "@rushstack/eslint-config": "^2.5.1",
53
56
  "@types/node": "^14.18.0",
54
57
  "concurrently": "^6.2.0",
55
58
  "eslint": "~8.6.0",
59
+ "prettier": "~2.6.2",
56
60
  "rimraf": "^2.6.2",
57
61
  "typescript": "~4.5.5"
58
62
  }
@@ -0,0 +1,8 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ module.exports = {
7
+ ...require("@fluidframework/build-common/prettier.config.cjs"),
8
+ };