@fluid-tools/fetch-tool 2.0.0-internal.3.3.2 → 2.0.0-internal.3.4.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 (1) hide show
  1. package/package.json +21 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-tools/fetch-tool",
3
- "version": "2.0.0-internal.3.3.2",
3
+ "version": "2.0.0-internal.3.4.0",
4
4
  "description": "Console tool to fetch Fluid data from relay service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,36 +15,35 @@
15
15
  "fluid-fetch": "bin/fluid-fetch"
16
16
  },
17
17
  "dependencies": {
18
- "@fluid-tools/fluidapp-odsp-urlresolver": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
18
+ "@fluid-tools/fluidapp-odsp-urlresolver": "^2.0.0-internal.3.4.0",
19
19
  "@fluidframework/common-utils": "^1.1.1",
20
- "@fluidframework/container-runtime": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
21
- "@fluidframework/core-interfaces": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
22
- "@fluidframework/datastore": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
23
- "@fluidframework/driver-definitions": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
24
- "@fluidframework/driver-utils": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
25
- "@fluidframework/odsp-doclib-utils": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
26
- "@fluidframework/odsp-driver": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
27
- "@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
28
- "@fluidframework/odsp-urlresolver": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
20
+ "@fluidframework/container-runtime": "^2.0.0-internal.3.4.0",
21
+ "@fluidframework/core-interfaces": "^2.0.0-internal.3.4.0",
22
+ "@fluidframework/datastore": "^2.0.0-internal.3.4.0",
23
+ "@fluidframework/driver-definitions": "^2.0.0-internal.3.4.0",
24
+ "@fluidframework/driver-utils": "^2.0.0-internal.3.4.0",
25
+ "@fluidframework/odsp-doclib-utils": "^2.0.0-internal.3.4.0",
26
+ "@fluidframework/odsp-driver": "^2.0.0-internal.3.4.0",
27
+ "@fluidframework/odsp-driver-definitions": "^2.0.0-internal.3.4.0",
28
+ "@fluidframework/odsp-urlresolver": "^2.0.0-internal.3.4.0",
29
29
  "@fluidframework/protocol-definitions": "^1.1.0",
30
- "@fluidframework/routerlicious-driver": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
31
- "@fluidframework/routerlicious-urlresolver": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
32
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
33
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
34
- "@fluidframework/test-client-utils": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0",
35
- "@fluidframework/tool-utils": ">=2.0.0-internal.3.3.2 <2.0.0-internal.4.0.0"
30
+ "@fluidframework/routerlicious-driver": "^2.0.0-internal.3.4.0",
31
+ "@fluidframework/routerlicious-urlresolver": "^2.0.0-internal.3.4.0",
32
+ "@fluidframework/runtime-definitions": "^2.0.0-internal.3.4.0",
33
+ "@fluidframework/telemetry-utils": "^2.0.0-internal.3.4.0",
34
+ "@fluidframework/test-client-utils": "^2.0.0-internal.3.4.0",
35
+ "@fluidframework/tool-utils": "^2.0.0-internal.3.4.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@fluid-tools/build-cli": "^0.12.0",
38
+ "@fluid-tools/build-cli": "^0.13.0",
39
39
  "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.0.0-internal.3.2.0",
40
40
  "@fluidframework/build-common": "^1.1.0",
41
41
  "@fluidframework/eslint-config-fluid": "^2.0.0",
42
- "@rushstack/eslint-config": "^2.5.1",
43
- "@types/node": "^14.18.36",
44
- "concurrently": "^6.2.0",
42
+ "@types/node": "^14.18.38",
43
+ "concurrently": "^7.6.0",
45
44
  "eslint": "~8.6.0",
46
45
  "prettier": "~2.6.2",
47
- "rimraf": "^2.6.2",
46
+ "rimraf": "^4.4.0",
48
47
  "typescript": "~4.5.5"
49
48
  },
50
49
  "typeValidation": {