@fluidframework/azure-client 2.70.0 → 2.71.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 +4 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.0",
|
|
4
4
|
"description": "A tool to enable creation and loading of Fluid containers using the Azure Fluid Relay service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,27 +47,27 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/container-definitions": "~2.
|
|
51
|
-
"@fluidframework/container-loader": "~2.
|
|
52
|
-
"@fluidframework/core-interfaces": "~2.
|
|
53
|
-
"@fluidframework/driver-definitions": "~2.
|
|
54
|
-
"@fluidframework/driver-utils": "~2.
|
|
55
|
-
"@fluidframework/fluid-static": "~2.
|
|
56
|
-
"@fluidframework/routerlicious-driver": "~2.
|
|
57
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
50
|
+
"@fluidframework/container-definitions": "~2.71.0",
|
|
51
|
+
"@fluidframework/container-loader": "~2.71.0",
|
|
52
|
+
"@fluidframework/core-interfaces": "~2.71.0",
|
|
53
|
+
"@fluidframework/driver-definitions": "~2.71.0",
|
|
54
|
+
"@fluidframework/driver-utils": "~2.71.0",
|
|
55
|
+
"@fluidframework/fluid-static": "~2.71.0",
|
|
56
|
+
"@fluidframework/routerlicious-driver": "~2.71.0",
|
|
57
|
+
"@fluidframework/telemetry-utils": "~2.71.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
61
61
|
"@biomejs/biome": "~1.9.3",
|
|
62
62
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
63
|
-
"@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.
|
|
64
|
-
"@fluidframework/azure-local-service": "~2.
|
|
63
|
+
"@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.70.0",
|
|
64
|
+
"@fluidframework/azure-local-service": "~2.71.0",
|
|
65
65
|
"@fluidframework/build-common": "^2.0.3",
|
|
66
66
|
"@fluidframework/build-tools": "^0.58.3",
|
|
67
|
-
"@fluidframework/container-runtime": "~2.
|
|
68
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
69
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
70
|
-
"@fluidframework/test-utils": "~2.
|
|
67
|
+
"@fluidframework/container-runtime": "~2.71.0",
|
|
68
|
+
"@fluidframework/eslint-config-fluid": "^7.0.0",
|
|
69
|
+
"@fluidframework/test-runtime-utils": "~2.71.0",
|
|
70
|
+
"@fluidframework/test-utils": "~2.71.0",
|
|
71
71
|
"@microsoft/api-extractor": "7.52.11",
|
|
72
72
|
"@types/mocha": "^10.0.10",
|
|
73
73
|
"@types/node": "^18.19.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"cross-env": "^7.0.3",
|
|
77
77
|
"eslint": "~8.57.1",
|
|
78
78
|
"eslint-config-prettier": "~10.1.8",
|
|
79
|
-
"fluid-framework": "~2.
|
|
79
|
+
"fluid-framework": "~2.71.0",
|
|
80
80
|
"mocha": "^10.8.2",
|
|
81
81
|
"rimraf": "^4.4.0",
|
|
82
82
|
"start-server-and-test": "^2.0.3",
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
117
117
|
"ci:build:docs": "api-extractor run",
|
|
118
118
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
119
|
-
"eslint": "eslint --format stylish src",
|
|
120
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
119
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
120
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
121
121
|
"format": "npm run format:biome",
|
|
122
122
|
"format:biome": "biome check . --write",
|
|
123
123
|
"lint": "fluid-build . --task lint",
|