@fluid-tools/fetch-tool 2.1.0-276985 → 2.1.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +52 -1
  3. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-tools/fetch-tool
2
2
 
3
+ ## 2.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-rc.5.0.0
4
8
 
5
9
  ### Minor Changes
package/README.md CHANGED
@@ -4,6 +4,31 @@ Connection using ODSP or routerlicious driver to dump the messages or snapshot i
4
4
  In order to connect to ODSP, the clientID must be set as the environment variable `fetch__tool__clientId`. If you have access to the keyvault this can be done by running [this tool](../../../tools/getkeys).
5
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.
6
6
 
7
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER:devDependency=TRUE) -->
8
+
9
+ <!-- prettier-ignore-start -->
10
+ <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
11
+
12
+ ## Using Fluid Framework libraries
13
+
14
+ When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
15
+ While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
16
+ library consumers should always prefer `^`.
17
+
18
+ If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
19
+
20
+ ## Installation
21
+
22
+ To get started, install the package by running the following command:
23
+
24
+ ```bash
25
+ npm i @fluid-tools/fetch-tool -D
26
+ ```
27
+
28
+ <!-- prettier-ignore-end -->
29
+
30
+ <!-- AUTO-GENERATED-CONTENT:END -->
31
+
7
32
  ## Usage
8
33
 
9
34
  Usage: fluid-fetch [options] "URL"
@@ -128,11 +153,37 @@ describe("fetch tool", () => {
128
153
  });
129
154
  ```
130
155
 
131
- <!-- AUTO-GENERATED-CONTENT:START (README_TRADEMARK_SECTION:includeHeading=TRUE) -->
156
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
132
157
 
133
158
  <!-- prettier-ignore-start -->
134
159
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
135
160
 
161
+ ## Contribution Guidelines
162
+
163
+ There are many ways to [contribute](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md) to Fluid.
164
+
165
+ - Participate in Q&A in our [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
166
+ - [Submit bugs](https://github.com/microsoft/FluidFramework/issues) and help us verify fixes as they are checked in.
167
+ - Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls).
168
+ - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
169
+
170
+ Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/wiki).
171
+
172
+ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
173
+ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
174
+
175
+ This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
176
+ Use of these trademarks or logos must follow Microsoft’s [Trademark & Brand Guidelines](https://www.microsoft.com/trademarks).
177
+ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
178
+
179
+ ## Help
180
+
181
+ Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
182
+
183
+ Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
184
+
185
+ Thank you!
186
+
136
187
  ## Trademark
137
188
 
138
189
  This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-tools/fetch-tool",
3
- "version": "2.1.0-276985",
3
+ "version": "2.1.0",
4
4
  "description": "Console tool to fetch Fluid data from relay service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -17,27 +17,27 @@
17
17
  "dependencies": {
18
18
  "@azure/identity": "^4.2.0",
19
19
  "@azure/identity-cache-persistence": "^1.1.0",
20
- "@fluid-internal/client-utils": "2.1.0-276985",
21
- "@fluidframework/container-runtime": "2.1.0-276985",
22
- "@fluidframework/core-interfaces": "2.1.0-276985",
23
- "@fluidframework/core-utils": "2.1.0-276985",
24
- "@fluidframework/datastore": "2.1.0-276985",
25
- "@fluidframework/driver-definitions": "2.1.0-276985",
26
- "@fluidframework/odsp-doclib-utils": "2.1.0-276985",
27
- "@fluidframework/odsp-driver": "2.1.0-276985",
28
- "@fluidframework/odsp-driver-definitions": "2.1.0-276985",
29
- "@fluidframework/odsp-urlresolver": "2.1.0-276985",
30
- "@fluidframework/routerlicious-driver": "2.1.0-276985",
31
- "@fluidframework/routerlicious-urlresolver": "2.1.0-276985",
32
- "@fluidframework/runtime-definitions": "2.1.0-276985",
33
- "@fluidframework/tool-utils": "2.1.0-276985"
20
+ "@fluid-internal/client-utils": "~2.1.0",
21
+ "@fluidframework/container-runtime": "~2.1.0",
22
+ "@fluidframework/core-interfaces": "~2.1.0",
23
+ "@fluidframework/core-utils": "~2.1.0",
24
+ "@fluidframework/datastore": "~2.1.0",
25
+ "@fluidframework/driver-definitions": "~2.1.0",
26
+ "@fluidframework/odsp-doclib-utils": "~2.1.0",
27
+ "@fluidframework/odsp-driver": "~2.1.0",
28
+ "@fluidframework/odsp-driver-definitions": "~2.1.0",
29
+ "@fluidframework/odsp-urlresolver": "~2.1.0",
30
+ "@fluidframework/routerlicious-driver": "~2.1.0",
31
+ "@fluidframework/routerlicious-urlresolver": "~2.1.0",
32
+ "@fluidframework/runtime-definitions": "~2.1.0",
33
+ "@fluidframework/tool-utils": "~2.1.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@biomejs/biome": "^1.7.3",
37
- "@fluid-tools/build-cli": "^0.39.0",
38
- "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.0.0-rc.5.0.0",
36
+ "@biomejs/biome": "~1.8.3",
37
+ "@fluid-tools/build-cli": "^0.41.0",
38
+ "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.0.0",
39
39
  "@fluidframework/build-common": "^2.0.3",
40
- "@fluidframework/build-tools": "^0.39.0",
40
+ "@fluidframework/build-tools": "^0.41.0",
41
41
  "@fluidframework/eslint-config-fluid": "^5.3.0",
42
42
  "@types/node": "^18.19.0",
43
43
  "copyfiles": "^2.4.1",
@@ -53,14 +53,14 @@
53
53
  "build": "fluid-build . --task build",
54
54
  "build:compile": "fluid-build . --task compile",
55
55
  "build:esnext": "tsc --project ./tsconfig.json",
56
- "check:biome": "biome check . --formatter-enabled=true",
56
+ "check:biome": "biome check .",
57
57
  "check:format": "npm run check:biome",
58
58
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
59
59
  "clean": "rimraf --glob dist \"**/*.tsbuildinfo\" \"**/*.build.log\" lib",
60
60
  "eslint": "eslint --format stylish src",
61
61
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
62
62
  "format": "npm run format:biome",
63
- "format:biome": "biome check . --formatter-enabled=true --apply",
63
+ "format:biome": "biome check . --write",
64
64
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
65
65
  "lint": "fluid-build . --task lint",
66
66
  "lint:fix": "fluid-build . --task eslint:fix --task format",