@fluid-tools/fetch-tool 2.1.0-276985 → 2.1.0-281041

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 (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-tools/fetch-tool",
3
- "version": "2.1.0-276985",
3
+ "version": "2.1.0-281041",
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-276985",
21
- "@fluidframework/container-runtime": "2.1.0-276985",
22
- "@fluidframework/core-interfaces": "2.1.0-276985",
23
- "@fluidframework/core-utils": "2.1.0-276985",
24
- "@fluidframework/datastore": "2.1.0-276985",
25
- "@fluidframework/driver-definitions": "2.1.0-276985",
26
- "@fluidframework/odsp-doclib-utils": "2.1.0-276985",
27
- "@fluidframework/odsp-driver": "2.1.0-276985",
28
- "@fluidframework/odsp-driver-definitions": "2.1.0-276985",
29
- "@fluidframework/odsp-urlresolver": "2.1.0-276985",
30
- "@fluidframework/routerlicious-driver": "2.1.0-276985",
31
- "@fluidframework/routerlicious-urlresolver": "2.1.0-276985",
32
- "@fluidframework/runtime-definitions": "2.1.0-276985",
33
- "@fluidframework/tool-utils": "2.1.0-276985"
20
+ "@fluid-internal/client-utils": "2.1.0-281041",
21
+ "@fluidframework/container-runtime": "2.1.0-281041",
22
+ "@fluidframework/core-interfaces": "2.1.0-281041",
23
+ "@fluidframework/core-utils": "2.1.0-281041",
24
+ "@fluidframework/datastore": "2.1.0-281041",
25
+ "@fluidframework/driver-definitions": "2.1.0-281041",
26
+ "@fluidframework/odsp-doclib-utils": "2.1.0-281041",
27
+ "@fluidframework/odsp-driver": "2.1.0-281041",
28
+ "@fluidframework/odsp-driver-definitions": "2.1.0-281041",
29
+ "@fluidframework/odsp-urlresolver": "2.1.0-281041",
30
+ "@fluidframework/routerlicious-driver": "2.1.0-281041",
31
+ "@fluidframework/routerlicious-urlresolver": "2.1.0-281041",
32
+ "@fluidframework/runtime-definitions": "2.1.0-281041",
33
+ "@fluidframework/tool-utils": "2.1.0-281041"
34
34
  },
35
35
  "devDependencies": {
36
- "@biomejs/biome": "^1.7.3",
37
- "@fluid-tools/build-cli": "^0.39.0",
38
- "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.0.0-rc.5.0.0",
36
+ "@biomejs/biome": "~1.8.3",
37
+ "@fluid-tools/build-cli": "^0.40.0",
38
+ "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.0.0",
39
39
  "@fluidframework/build-common": "^2.0.3",
40
- "@fluidframework/build-tools": "^0.39.0",
40
+ "@fluidframework/build-tools": "^0.40.0",
41
41
  "@fluidframework/eslint-config-fluid": "^5.3.0",
42
42
  "@types/node": "^18.19.0",
43
43
  "copyfiles": "^2.4.1",
@@ -53,14 +53,14 @@
53
53
  "build": "fluid-build . --task build",
54
54
  "build:compile": "fluid-build . --task compile",
55
55
  "build:esnext": "tsc --project ./tsconfig.json",
56
- "check:biome": "biome check . --formatter-enabled=true",
56
+ "check:biome": "biome check .",
57
57
  "check:format": "npm run check:biome",
58
58
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
59
59
  "clean": "rimraf --glob dist \"**/*.tsbuildinfo\" \"**/*.build.log\" lib",
60
60
  "eslint": "eslint --format stylish src",
61
61
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
62
62
  "format": "npm run format:biome",
63
- "format:biome": "biome check . --formatter-enabled=true --apply",
63
+ "format:biome": "biome check . --write",
64
64
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
65
65
  "lint": "fluid-build . --task lint",
66
66
  "lint:fix": "fluid-build . --task eslint:fix --task format",