@fluid-tools/fetch-tool 2.1.0 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +5 -9
  3. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-tools/fetch-tool
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -4,18 +4,14 @@ 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) -->
7
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER:installation=TRUE&devDependency=TRUE) -->
8
8
 
9
9
  <!-- prettier-ignore-start -->
10
10
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
11
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 `~`.
12
+ **NOTE: This package is a library intended for use within the [microsoft/FluidFramework](https://github.com/microsoft/FluidFramework) repository.**
13
+ **It is not intended for public use.**
14
+ **We make no stability guarantees regarding this library and its APIs.**
19
15
 
20
16
  ## Installation
21
17
 
@@ -153,7 +149,7 @@ describe("fetch tool", () => {
153
149
  });
154
150
  ```
155
151
 
156
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
152
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
157
153
 
158
154
  <!-- prettier-ignore-start -->
159
155
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-tools/fetch-tool",
3
- "version": "2.1.0",
3
+ "version": "2.2.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",
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"
20
+ "@fluid-internal/client-utils": "~2.2.0",
21
+ "@fluidframework/container-runtime": "~2.2.0",
22
+ "@fluidframework/core-interfaces": "~2.2.0",
23
+ "@fluidframework/core-utils": "~2.2.0",
24
+ "@fluidframework/datastore": "~2.2.0",
25
+ "@fluidframework/driver-definitions": "~2.2.0",
26
+ "@fluidframework/odsp-doclib-utils": "~2.2.0",
27
+ "@fluidframework/odsp-driver": "~2.2.0",
28
+ "@fluidframework/odsp-driver-definitions": "~2.2.0",
29
+ "@fluidframework/odsp-urlresolver": "~2.2.0",
30
+ "@fluidframework/routerlicious-driver": "~2.2.0",
31
+ "@fluidframework/routerlicious-urlresolver": "~2.2.0",
32
+ "@fluidframework/runtime-definitions": "~2.2.0",
33
+ "@fluidframework/tool-utils": "~2.2.0"
34
34
  },
35
35
  "devDependencies": {
36
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",
37
+ "@fluid-tools/build-cli": "^0.43.0",
38
+ "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.1.0",
39
39
  "@fluidframework/build-common": "^2.0.3",
40
- "@fluidframework/build-tools": "^0.41.0",
40
+ "@fluidframework/build-tools": "^0.43.0",
41
41
  "@fluidframework/eslint-config-fluid": "^5.3.0",
42
42
  "@types/node": "^18.19.0",
43
43
  "copyfiles": "^2.4.1",