@fluidframework/azure-service-utils 2.13.0 → 2.21.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 +8 -0
- package/dist/package.json +2 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-service-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.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.21.0",
|
|
51
51
|
"jsrsasign": "^11.0.0",
|
|
52
52
|
"uuid": "^9.0.0"
|
|
53
53
|
},
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
56
56
|
"@biomejs/biome": "~1.9.3",
|
|
57
57
|
"@fluid-tools/build-cli": "^0.51.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.20.0",
|
|
59
59
|
"@fluidframework/build-common": "^2.0.3",
|
|
60
60
|
"@fluidframework/build-tools": "^0.51.0",
|
|
61
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
61
|
+
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
62
62
|
"@microsoft/api-extractor": "7.47.8",
|
|
63
63
|
"@types/jsrsasign": "^10.5.12",
|
|
64
64
|
"@types/uuid": "^9.0.2",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
|
|
104
104
|
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
105
105
|
"ci:build:docs": "api-extractor run",
|
|
106
|
-
"clean": "rimraf --glob dist lib
|
|
106
|
+
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
107
107
|
"eslint": "eslint --format stylish src",
|
|
108
108
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
109
109
|
"format": "npm run format:biome",
|