@fluid-tools/fetch-tool 2.92.0 → 2.93.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-tools/fetch-tool
2
2
 
3
+ ## 2.93.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.92.0
4
8
 
5
9
  Dependency updates only.
package/eslint.config.mts CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  import type { Linter } from "eslint";
7
- import { recommended } from "../../../common/build/eslint-config-fluid/flat.mts";
7
+ import { recommended } from "@fluidframework/eslint-config-fluid/flat.mts";
8
8
 
9
9
  const config: Linter.Config[] = [
10
10
  ...recommended,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-tools/fetch-tool",
3
- "version": "2.92.0",
3
+ "version": "2.93.0",
4
4
  "description": "Console tool to fetch Fluid data from relay service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -17,29 +17,28 @@
17
17
  "dependencies": {
18
18
  "@azure/identity": "^4.13.0",
19
19
  "@azure/identity-cache-persistence": "^1.1.0",
20
- "@fluid-internal/client-utils": "~2.92.0",
21
- "@fluidframework/container-runtime": "~2.92.0",
22
- "@fluidframework/core-interfaces": "~2.92.0",
23
- "@fluidframework/core-utils": "~2.92.0",
24
- "@fluidframework/datastore": "~2.92.0",
25
- "@fluidframework/driver-definitions": "~2.92.0",
26
- "@fluidframework/odsp-doclib-utils": "~2.92.0",
27
- "@fluidframework/odsp-driver": "~2.92.0",
28
- "@fluidframework/odsp-driver-definitions": "~2.92.0",
29
- "@fluidframework/odsp-urlresolver": "~2.92.0",
30
- "@fluidframework/routerlicious-driver": "~2.92.0",
31
- "@fluidframework/routerlicious-urlresolver": "~2.92.0",
32
- "@fluidframework/runtime-definitions": "~2.92.0",
33
- "@fluidframework/tool-utils": "~2.92.0"
20
+ "@fluid-internal/client-utils": "~2.93.0",
21
+ "@fluidframework/container-runtime": "~2.93.0",
22
+ "@fluidframework/core-interfaces": "~2.93.0",
23
+ "@fluidframework/core-utils": "~2.93.0",
24
+ "@fluidframework/datastore": "~2.93.0",
25
+ "@fluidframework/driver-definitions": "~2.93.0",
26
+ "@fluidframework/odsp-doclib-utils": "~2.93.0",
27
+ "@fluidframework/odsp-driver": "~2.93.0",
28
+ "@fluidframework/odsp-driver-definitions": "~2.93.0",
29
+ "@fluidframework/odsp-urlresolver": "~2.93.0",
30
+ "@fluidframework/routerlicious-driver": "~2.93.0",
31
+ "@fluidframework/routerlicious-urlresolver": "~2.93.0",
32
+ "@fluidframework/runtime-definitions": "~2.93.0",
33
+ "@fluidframework/tool-utils": "~2.93.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@biomejs/biome": "~2.4.5",
37
37
  "@fluid-tools/build-cli": "^0.64.0",
38
- "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.91.0",
39
38
  "@fluidframework/build-common": "^2.0.3",
40
39
  "@fluidframework/build-tools": "^0.64.0",
41
40
  "@fluidframework/eslint-config-fluid": "^9.0.0",
42
- "@types/node": "~20.19.30",
41
+ "@types/node": "~22.19.17",
43
42
  "copyfiles": "^2.4.1",
44
43
  "eslint": "~9.39.1",
45
44
  "jiti": "^2.6.1",
@@ -47,8 +46,7 @@
47
46
  "typescript": "~5.4.5"
48
47
  },
49
48
  "typeValidation": {
50
- "broken": {},
51
- "entrypoint": "internal"
49
+ "disabled": true
52
50
  },
53
51
  "scripts": {
54
52
  "build": "fluid-build . --task build",