@fluid-tools/fetch-tool 2.21.0 → 2.22.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/.eslintrc.cjs CHANGED
@@ -11,6 +11,5 @@ module.exports = {
11
11
  rules: {
12
12
  // This library is used in the browser, so we don't want dependencies on most node libraries.
13
13
  "import/no-nodejs-modules": ["error", { allow: ["child_process", "fs", "util"] }],
14
- "@fluid-internal/fluid/no-unchecked-record-access": "warn",
15
14
  },
16
15
  };
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-tools/fetch-tool
2
2
 
3
+ ## 2.22.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.21.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-tools/fetch-tool",
3
- "version": "2.21.0",
3
+ "version": "2.22.1",
4
4
  "description": "Console tool to fetch Fluid data from relay service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -17,25 +17,25 @@
17
17
  "dependencies": {
18
18
  "@azure/identity": "^4.4.1",
19
19
  "@azure/identity-cache-persistence": "^1.1.0",
20
- "@fluid-internal/client-utils": "~2.21.0",
21
- "@fluidframework/container-runtime": "~2.21.0",
22
- "@fluidframework/core-interfaces": "~2.21.0",
23
- "@fluidframework/core-utils": "~2.21.0",
24
- "@fluidframework/datastore": "~2.21.0",
25
- "@fluidframework/driver-definitions": "~2.21.0",
26
- "@fluidframework/odsp-doclib-utils": "~2.21.0",
27
- "@fluidframework/odsp-driver": "~2.21.0",
28
- "@fluidframework/odsp-driver-definitions": "~2.21.0",
29
- "@fluidframework/odsp-urlresolver": "~2.21.0",
30
- "@fluidframework/routerlicious-driver": "~2.21.0",
31
- "@fluidframework/routerlicious-urlresolver": "~2.21.0",
32
- "@fluidframework/runtime-definitions": "~2.21.0",
33
- "@fluidframework/tool-utils": "~2.21.0"
20
+ "@fluid-internal/client-utils": "~2.22.1",
21
+ "@fluidframework/container-runtime": "~2.22.1",
22
+ "@fluidframework/core-interfaces": "~2.22.1",
23
+ "@fluidframework/core-utils": "~2.22.1",
24
+ "@fluidframework/datastore": "~2.22.1",
25
+ "@fluidframework/driver-definitions": "~2.22.1",
26
+ "@fluidframework/odsp-doclib-utils": "~2.22.1",
27
+ "@fluidframework/odsp-driver": "~2.22.1",
28
+ "@fluidframework/odsp-driver-definitions": "~2.22.1",
29
+ "@fluidframework/odsp-urlresolver": "~2.22.1",
30
+ "@fluidframework/routerlicious-driver": "~2.22.1",
31
+ "@fluidframework/routerlicious-urlresolver": "~2.22.1",
32
+ "@fluidframework/runtime-definitions": "~2.22.1",
33
+ "@fluidframework/tool-utils": "~2.22.1"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@biomejs/biome": "~1.9.3",
37
37
  "@fluid-tools/build-cli": "^0.51.0",
38
- "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.20.0",
38
+ "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.22.0",
39
39
  "@fluidframework/build-common": "^2.0.3",
40
40
  "@fluidframework/build-tools": "^0.51.0",
41
41
  "@fluidframework/eslint-config-fluid": "^5.7.3",