@fluidframework/azure-client 2.53.1 → 2.61.0-355054

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/azure-client
2
2
 
3
+ ## 2.60.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.53.0
4
8
 
5
9
  Dependency updates only.
@@ -1,4 +1,4 @@
1
- ## Alpha API Report File for "@fluidframework/azure-client"
1
+ ## Beta API Report File for "@fluidframework/azure-client"
2
2
 
3
3
  > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
4
 
package/dist/legacy.d.ts CHANGED
@@ -15,7 +15,7 @@
15
15
  */
16
16
 
17
17
  export {
18
- // @public APIs
18
+ // #region @public APIs
19
19
  AzureClient,
20
20
  AzureClientProps,
21
21
  AzureConnectionConfig,
@@ -33,4 +33,5 @@ export {
33
33
  ITokenProvider,
34
34
  ITokenResponse,
35
35
  IUser
36
+ // #endregion
36
37
  } from "./index.js";
package/dist/public.d.ts CHANGED
@@ -15,7 +15,7 @@
15
15
  */
16
16
 
17
17
  export {
18
- // @public APIs
18
+ // #region @public APIs
19
19
  AzureClient,
20
20
  AzureClientProps,
21
21
  AzureConnectionConfig,
@@ -33,4 +33,5 @@ export {
33
33
  ITokenProvider,
34
34
  ITokenResponse,
35
35
  IUser
36
+ // #endregion
36
37
  } from "./index.js";
package/internal.d.ts CHANGED
@@ -8,4 +8,4 @@
8
8
  * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export * from "./lib/index.js";
11
+ export * from "lib/index.js";
package/legacy.d.ts CHANGED
@@ -8,4 +8,4 @@
8
8
  * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export * from "./lib/legacy.js";
11
+ export * from "lib/legacy.js";
package/lib/legacy.d.ts CHANGED
@@ -15,7 +15,7 @@
15
15
  */
16
16
 
17
17
  export {
18
- // @public APIs
18
+ // #region @public APIs
19
19
  AzureClient,
20
20
  AzureClientProps,
21
21
  AzureConnectionConfig,
@@ -33,4 +33,5 @@ export {
33
33
  ITokenProvider,
34
34
  ITokenResponse,
35
35
  IUser
36
+ // #endregion
36
37
  } from "./index.js";
package/lib/public.d.ts CHANGED
@@ -15,7 +15,7 @@
15
15
  */
16
16
 
17
17
  export {
18
- // @public APIs
18
+ // #region @public APIs
19
19
  AzureClient,
20
20
  AzureClientProps,
21
21
  AzureConnectionConfig,
@@ -33,4 +33,5 @@ export {
33
33
  ITokenProvider,
34
34
  ITokenResponse,
35
35
  IUser
36
+ // #endregion
36
37
  } from "./index.js";
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-client",
3
- "version": "2.53.1",
3
+ "version": "2.61.0-355054",
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,28 +47,28 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluidframework/container-definitions": "~2.53.1",
51
- "@fluidframework/container-loader": "~2.53.1",
52
- "@fluidframework/core-interfaces": "~2.53.1",
53
- "@fluidframework/driver-definitions": "~2.53.1",
54
- "@fluidframework/driver-utils": "~2.53.1",
55
- "@fluidframework/fluid-static": "~2.53.1",
56
- "@fluidframework/routerlicious-driver": "~2.53.1",
57
- "@fluidframework/telemetry-utils": "~2.53.1"
50
+ "@fluidframework/container-definitions": "2.61.0-355054",
51
+ "@fluidframework/container-loader": "2.61.0-355054",
52
+ "@fluidframework/core-interfaces": "2.61.0-355054",
53
+ "@fluidframework/driver-definitions": "2.61.0-355054",
54
+ "@fluidframework/driver-utils": "2.61.0-355054",
55
+ "@fluidframework/fluid-static": "2.61.0-355054",
56
+ "@fluidframework/routerlicious-driver": "2.61.0-355054",
57
+ "@fluidframework/telemetry-utils": "2.61.0-355054"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@arethetypeswrong/cli": "^0.17.1",
61
61
  "@biomejs/biome": "~1.9.3",
62
- "@fluid-tools/build-cli": "^0.57.0",
63
- "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.53.0",
64
- "@fluidframework/azure-local-service": "~2.53.1",
62
+ "@fluid-tools/build-cli": "^0.58.2",
63
+ "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.60.0",
64
+ "@fluidframework/azure-local-service": "2.61.0-355054",
65
65
  "@fluidframework/build-common": "^2.0.3",
66
- "@fluidframework/build-tools": "^0.57.0",
67
- "@fluidframework/container-runtime": "~2.53.1",
68
- "@fluidframework/eslint-config-fluid": "^5.7.4",
69
- "@fluidframework/test-runtime-utils": "~2.53.1",
70
- "@fluidframework/test-utils": "~2.53.1",
71
- "@microsoft/api-extractor": "7.52.8",
66
+ "@fluidframework/build-tools": "^0.58.2",
67
+ "@fluidframework/container-runtime": "2.61.0-355054",
68
+ "@fluidframework/eslint-config-fluid": "^6.0.0",
69
+ "@fluidframework/test-runtime-utils": "2.61.0-355054",
70
+ "@fluidframework/test-utils": "2.61.0-355054",
71
+ "@microsoft/api-extractor": "7.52.11",
72
72
  "@types/mocha": "^10.0.10",
73
73
  "@types/node": "^18.19.0",
74
74
  "concurrently": "^8.2.1",
@@ -76,7 +76,7 @@
76
76
  "cross-env": "^7.0.3",
77
77
  "eslint": "~8.55.0",
78
78
  "eslint-config-prettier": "~9.0.0",
79
- "fluid-framework": "~2.53.1",
79
+ "fluid-framework": "2.61.0-355054",
80
80
  "mocha": "^10.8.2",
81
81
  "rimraf": "^4.4.0",
82
82
  "start-server-and-test": "^2.0.3",
@@ -89,8 +89,8 @@
89
89
  },
90
90
  "scripts": {
91
91
  "api": "fluid-build . --task api",
92
- "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
93
- "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
92
+ "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
93
+ "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
94
94
  "build": "fluid-build . --task build",
95
95
  "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
96
96
  "build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
@@ -126,7 +126,7 @@
126
126
  "start:tinylicious:test": "npx @fluidframework/azure-local-service > tinylicious.log 2>&1",
127
127
  "test": "npm run test:realsvc",
128
128
  "test:realsvc": "npm run test:realsvc:tinylicious",
129
- "test:realsvc:local:run": "mocha --recursive \"lib/test/**/*.spec.*js\" --timeout 10000",
129
+ "test:realsvc:local:run": "mocha --recursive lib/test --timeout 10000",
130
130
  "test:realsvc:tinylicious": "start-server-and-test start:tinylicious:test 7070 test:realsvc:local:run",
131
131
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
132
132
  "typetests:gen": "flub generate typetests --dir . -v",