@fluidframework/azure-service-utils 2.81.0 → 2.82.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 +4 -4
- package/biome.jsonc +0 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-service-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.82.0",
|
|
4
4
|
"description": "Helper service-side utilities for connecting to Azure Fluid Relay service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/driver-definitions": "~2.
|
|
50
|
+
"@fluidframework/driver-definitions": "~2.82.0",
|
|
51
51
|
"jsrsasign": "^11.0.0",
|
|
52
52
|
"uuid": "^11.1.0"
|
|
53
53
|
},
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
56
56
|
"@biomejs/biome": "~1.9.3",
|
|
57
57
|
"@fluid-tools/build-cli": "^0.63.0",
|
|
58
|
-
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.
|
|
58
|
+
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.81.0",
|
|
59
59
|
"@fluidframework/build-common": "^2.0.3",
|
|
60
60
|
"@fluidframework/build-tools": "^0.63.0",
|
|
61
|
-
"@fluidframework/eslint-config-fluid": "~2.
|
|
61
|
+
"@fluidframework/eslint-config-fluid": "~2.82.0",
|
|
62
62
|
"@microsoft/api-extractor": "7.52.11",
|
|
63
63
|
"@types/jsrsasign": "^10.5.12",
|
|
64
64
|
"concurrently": "^9.2.1",
|
package/biome.jsonc
DELETED