@fluid-tools/fetch-tool 2.1.1 → 2.2.1
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/CHANGELOG.md +4 -0
- package/README.md +5 -9
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
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 (
|
|
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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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 (
|
|
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.
|
|
3
|
+
"version": "2.2.1",
|
|
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.
|
|
21
|
-
"@fluidframework/container-runtime": "~2.
|
|
22
|
-
"@fluidframework/core-interfaces": "~2.
|
|
23
|
-
"@fluidframework/core-utils": "~2.
|
|
24
|
-
"@fluidframework/datastore": "~2.
|
|
25
|
-
"@fluidframework/driver-definitions": "~2.
|
|
26
|
-
"@fluidframework/odsp-doclib-utils": "~2.
|
|
27
|
-
"@fluidframework/odsp-driver": "~2.
|
|
28
|
-
"@fluidframework/odsp-driver-definitions": "~2.
|
|
29
|
-
"@fluidframework/odsp-urlresolver": "~2.
|
|
30
|
-
"@fluidframework/routerlicious-driver": "~2.
|
|
31
|
-
"@fluidframework/routerlicious-urlresolver": "~2.
|
|
32
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
33
|
-
"@fluidframework/tool-utils": "~2.
|
|
20
|
+
"@fluid-internal/client-utils": "~2.2.1",
|
|
21
|
+
"@fluidframework/container-runtime": "~2.2.1",
|
|
22
|
+
"@fluidframework/core-interfaces": "~2.2.1",
|
|
23
|
+
"@fluidframework/core-utils": "~2.2.1",
|
|
24
|
+
"@fluidframework/datastore": "~2.2.1",
|
|
25
|
+
"@fluidframework/driver-definitions": "~2.2.1",
|
|
26
|
+
"@fluidframework/odsp-doclib-utils": "~2.2.1",
|
|
27
|
+
"@fluidframework/odsp-driver": "~2.2.1",
|
|
28
|
+
"@fluidframework/odsp-driver-definitions": "~2.2.1",
|
|
29
|
+
"@fluidframework/odsp-urlresolver": "~2.2.1",
|
|
30
|
+
"@fluidframework/routerlicious-driver": "~2.2.1",
|
|
31
|
+
"@fluidframework/routerlicious-urlresolver": "~2.2.1",
|
|
32
|
+
"@fluidframework/runtime-definitions": "~2.2.1",
|
|
33
|
+
"@fluidframework/tool-utils": "~2.2.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@biomejs/biome": "~1.8.3",
|
|
37
|
-
"@fluid-tools/build-cli": "^0.
|
|
38
|
-
"@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.
|
|
37
|
+
"@fluid-tools/build-cli": "^0.43.0",
|
|
38
|
+
"@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.2.0",
|
|
39
39
|
"@fluidframework/build-common": "^2.0.3",
|
|
40
|
-
"@fluidframework/build-tools": "^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",
|