@fluid-tools/fetch-tool 3.0.1 → 3.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 +9 -13
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-tools/fetch-tool
2
2
 
3
+ ## 3.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 3.0.0
4
8
 
5
9
  ### Minor Changes
package/README.md CHANGED
@@ -4,8 +4,7 @@ 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_README_HEADER:installation=TRUE&devDependency=TRUE) -->
8
-
7
+ <!-- markdown-magic:begin {"transform":"library-readme-header","installation":true,"devDependency":true,"headingLevel":2} -->
9
8
  <!-- prettier-ignore-start -->
10
9
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
11
10
 
@@ -22,8 +21,7 @@ npm i @fluid-tools/fetch-tool -D
22
21
  ```
23
22
 
24
23
  <!-- prettier-ignore-end -->
25
-
26
- <!-- AUTO-GENERATED-CONTENT:END -->
24
+ <!-- markdown-magic:end -->
27
25
 
28
26
  ## Usage
29
27
 
@@ -149,8 +147,7 @@ describe("fetch tool", () => {
149
147
  });
150
148
  ```
151
149
 
152
- <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
153
-
150
+ <!-- markdown-magic:begin {"transform":"readme-footer","headingLevel":2} -->
154
151
  <!-- prettier-ignore-start -->
155
152
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
156
153
 
@@ -158,16 +155,16 @@ describe("fetch tool", () => {
158
155
 
159
156
  You can [contribute](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md) to Fluid Framework in these ways:
160
157
 
161
- - Answer questions in [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
162
- - [Submit bug reports](https://github.com/microsoft/FluidFramework/issues) and help verify fixes.
163
- - Review [source code changes](https://github.com/microsoft/FluidFramework/pulls).
164
- - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
158
+ - Answer questions in [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
159
+ - [Submit bug reports](https://github.com/microsoft/FluidFramework/issues) and help verify fixes.
160
+ - Review [source code changes](https://github.com/microsoft/FluidFramework/pulls).
161
+ - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
165
162
 
166
163
  For detailed instructions, read the [repo documentation](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
167
164
 
168
165
  This project follows the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
169
166
  For more information, read the [Code of Conduct frequently asked questions](https://opensource.microsoft.com/codeofconduct/faq/).
170
- For questions or comments, contact [opencode@microsoft.com](mailto:opencode@microsoft.com).
167
+ For questions or comments, contact <opencode@microsoft.com>.
171
168
 
172
169
  This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
173
170
  Use of these trademarks or logos must follow Microsoft’s [Trademark & Brand Guidelines](https://www.microsoft.com/trademarks).
@@ -188,5 +185,4 @@ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guid
188
185
  Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
189
186
 
190
187
  <!-- prettier-ignore-end -->
191
-
192
- <!-- AUTO-GENERATED-CONTENT:END -->
188
+ <!-- markdown-magic:end -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-tools/fetch-tool",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "description": "Console tool to fetch Fluid data from relay service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -17,20 +17,20 @@
17
17
  "dependencies": {
18
18
  "@azure/identity": "^4.13.0",
19
19
  "@azure/identity-cache-persistence": "^1.1.0",
20
- "@fluid-internal/client-utils": "~3.0.1",
21
- "@fluidframework/container-runtime": "~3.0.1",
22
- "@fluidframework/core-interfaces": "~3.0.1",
23
- "@fluidframework/core-utils": "~3.0.1",
24
- "@fluidframework/datastore": "~3.0.1",
25
- "@fluidframework/driver-definitions": "~3.0.1",
26
- "@fluidframework/odsp-doclib-utils": "~3.0.1",
27
- "@fluidframework/odsp-driver": "~3.0.1",
28
- "@fluidframework/odsp-driver-definitions": "~3.0.1",
29
- "@fluidframework/odsp-urlresolver": "~3.0.1",
30
- "@fluidframework/routerlicious-driver": "~3.0.1",
31
- "@fluidframework/routerlicious-urlresolver": "~3.0.1",
32
- "@fluidframework/runtime-definitions": "~3.0.1",
33
- "@fluidframework/tool-utils": "~3.0.1"
20
+ "@fluid-internal/client-utils": "~3.1.0",
21
+ "@fluidframework/container-runtime": "~3.1.0",
22
+ "@fluidframework/core-interfaces": "~3.1.0",
23
+ "@fluidframework/core-utils": "~3.1.0",
24
+ "@fluidframework/datastore": "~3.1.0",
25
+ "@fluidframework/driver-definitions": "~3.1.0",
26
+ "@fluidframework/odsp-doclib-utils": "~3.1.0",
27
+ "@fluidframework/odsp-driver": "~3.1.0",
28
+ "@fluidframework/odsp-driver-definitions": "~3.1.0",
29
+ "@fluidframework/odsp-urlresolver": "~3.1.0",
30
+ "@fluidframework/routerlicious-driver": "~3.1.0",
31
+ "@fluidframework/routerlicious-urlresolver": "~3.1.0",
32
+ "@fluidframework/runtime-definitions": "~3.1.0",
33
+ "@fluidframework/tool-utils": "~3.1.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@biomejs/biome": "~2.4.5",