@fluidframework/azure-client 0.51.2 → 0.52.1

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/README.md CHANGED
@@ -50,7 +50,7 @@ When running against a live Azure Fluid Relay instance, we can use the same inte
50
50
  ```typescript
51
51
  import { AzureClient, AzureConnectionConfig } from "@fluidframework/azure-client";
52
52
 
53
- const lientProps = {
53
+ const clientProps = {
54
54
  connection: {
55
55
  tenantId: "YOUR-TENANT-ID-HERE",
56
56
  tokenProvider: new AzureFunctionTokenProvider(
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/azure-client";
8
- export declare const pkgVersion = "0.51.2";
8
+ export declare const pkgVersion = "0.52.1";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/azure-client";
11
- exports.pkgVersion = "0.51.2";
11
+ exports.pkgVersion = "0.52.1";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/azure-client\";\nexport const pkgVersion = \"0.51.2\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/azure-client\";\nexport const pkgVersion = \"0.52.1\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/azure-client";
8
- export declare const pkgVersion = "0.51.2";
8
+ export declare const pkgVersion = "0.52.1";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/azure-client";
8
- export const pkgVersion = "0.51.2";
8
+ export const pkgVersion = "0.52.1";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/azure-client\";\nexport const pkgVersion = \"0.51.2\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/azure-client\";\nexport const pkgVersion = \"0.52.1\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-client",
3
- "version": "0.51.2",
3
+ "version": "0.52.1",
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": "https://github.com/microsoft/FluidFramework",
@@ -38,26 +38,26 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@fluidframework/common-definitions": "^0.20.1",
41
- "@fluidframework/container-definitions": "^0.41.0",
42
- "@fluidframework/container-loader": "^0.51.2",
43
- "@fluidframework/core-interfaces": "^0.40.0",
44
- "@fluidframework/driver-definitions": "^0.41.0",
45
- "@fluidframework/driver-utils": "^0.51.2",
46
- "@fluidframework/fluid-static": "^0.51.2",
47
- "@fluidframework/map": "^0.51.2",
48
- "@fluidframework/protocol-definitions": "^0.1025.0",
49
- "@fluidframework/routerlicious-driver": "^0.51.2",
50
- "@fluidframework/runtime-utils": "^0.51.2",
51
- "@fluidframework/server-services-client": "^0.1033.0",
52
- "axios": "^0.21.1",
41
+ "@fluidframework/container-definitions": "^0.42.0",
42
+ "@fluidframework/container-loader": "^0.52.1",
43
+ "@fluidframework/core-interfaces": "^0.41.0",
44
+ "@fluidframework/driver-definitions": "^0.42.0",
45
+ "@fluidframework/driver-utils": "^0.52.1",
46
+ "@fluidframework/fluid-static": "^0.52.1",
47
+ "@fluidframework/map": "^0.52.1",
48
+ "@fluidframework/protocol-definitions": "^0.1026.0",
49
+ "@fluidframework/routerlicious-driver": "^0.52.1",
50
+ "@fluidframework/runtime-utils": "^0.52.1",
51
+ "@fluidframework/server-services-client": "^0.1034.0",
52
+ "axios": "^0.21.2",
53
53
  "uuid": "^8.3.1"
54
54
  },
55
55
  "devDependencies": {
56
- "@fluidframework/aqueduct": "^0.51.2",
56
+ "@fluidframework/aqueduct": "^0.52.1",
57
57
  "@fluidframework/azure-local-service": "^0.1.38773",
58
58
  "@fluidframework/build-common": "^0.23.0",
59
59
  "@fluidframework/eslint-config-fluid": "^0.24.0",
60
- "@fluidframework/test-client-utils": "^0.51.2",
60
+ "@fluidframework/test-client-utils": "^0.52.1",
61
61
  "@microsoft/api-extractor": "^7.16.1",
62
62
  "@types/mocha": "^8.2.2",
63
63
  "concurrently": "^6.2.0",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/azure-client";
9
- export const pkgVersion = "0.51.2";
9
+ export const pkgVersion = "0.52.1";