@fluidframework/azure-client 2.33.2 → 2.40.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/azure-client
2
2
 
3
+ ## 2.40.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ITokenClaims and ScopeType re-exports have been removed ([#24530](https://github.com/microsoft/FluidFramework/pull/24530)) [665a9f4b1b](https://github.com/microsoft/FluidFramework/commit/665a9f4b1b412883c0666c5a0818c3f2d054daef)
8
+
9
+ Import from `@fluidframework/driver-definitions/legacy` as needed. See issue [#23702](https://github.com/microsoft/FluidFramework/issues/23702).
10
+
3
11
  ## 2.33.0
4
12
 
5
13
  Dependency updates only.
@@ -82,19 +82,10 @@ export { ITelemetryBaseEvent }
82
82
 
83
83
  export { ITelemetryBaseLogger }
84
84
 
85
- // @alpha @deprecated @legacy
86
- export type ITokenClaims = ITokenClaims_2;
87
-
88
85
  export { ITokenProvider }
89
86
 
90
87
  export { ITokenResponse }
91
88
 
92
89
  export { IUser }
93
90
 
94
- // @alpha @deprecated @legacy
95
- export const ScopeType: typeof ScopeType_2;
96
-
97
- // @alpha @deprecated @legacy
98
- export type ScopeType = ScopeType_2;
99
-
100
91
  ```
package/dist/index.d.ts CHANGED
@@ -11,28 +11,6 @@ export { AzureClient } from "./AzureClient.js";
11
11
  export type { AzureClientProps, AzureConnectionConfig, AzureConnectionConfigType, AzureContainerServices, AzureContainerVersion, AzureGetVersionsOptions, AzureLocalConnectionConfig, AzureMember, AzureRemoteConnectionConfig, AzureUser, IAzureAudience, } from "./interfaces.js";
12
12
  export type { ITokenProvider, ITokenResponse } from "@fluidframework/routerlicious-driver";
13
13
  export type { IUser } from "@fluidframework/driver-definitions";
14
- import { type ITokenClaims as ITokenClaimsBase, ScopeType as ScopeTypeBase } from "@fluidframework/driver-definitions/internal";
15
- /**
16
- * {@inheritdoc @fluidframework/driver-definitions/legacy#ITokenClaims}
17
- * @legacy
18
- * @alpha
19
- * @deprecated Consider importing from `@fluidframework/driver-definitions/legacy` - to be removed in 2.40
20
- */
21
- export type ITokenClaims = ITokenClaimsBase;
22
- /**
23
- * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}
24
- * @legacy
25
- * @alpha
26
- * @deprecated Use ScopeType from \@fluidframework/driver-definitions/legacy - to be removed in 2.40
27
- */
28
- export declare const ScopeType: typeof ScopeTypeBase;
29
- /**
30
- * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}
31
- * @legacy
32
- * @alpha
33
- * @deprecated Use ScopeType from \@fluidframework/driver-definitions/legacy - to be removed in 2.40
34
- */
35
- export type ScopeType = ScopeTypeBase;
36
14
  export type { ITelemetryBaseEvent, ITelemetryBaseLogger, } from "@fluidframework/core-interfaces";
37
15
  export type { CompatibilityMode } from "@fluidframework/fluid-static";
38
16
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;GAIG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,YAAY,EACX,gBAAgB,EAChB,qBAAqB,EACrB,yBAAyB,EACzB,sBAAsB,EACtB,qBAAqB,EACrB,uBAAuB,EACvB,0BAA0B,EAC1B,WAAW,EACX,2BAA2B,EAC3B,SAAS,EACT,cAAc,GACd,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAC3F,YAAY,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EACN,KAAK,YAAY,IAAI,gBAAgB,EACrC,SAAS,IAAI,aAAa,EAC1B,MAAM,6CAA6C,CAAC;AAErD;;;;;GAKG;AACH,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC;AAE5C;;;;;GAKG;AACH,eAAO,MAAM,SAAS,sBAAgB,CAAC;AACvC;;;;;GAKG;AACH,MAAM,MAAM,SAAS,GAAG,aAAa,CAAC;AAGtC,YAAY,EACX,mBAAmB,EACnB,oBAAoB,GACpB,MAAM,iCAAiC,CAAC;AAGzC,YAAY,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;GAIG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,YAAY,EACX,gBAAgB,EAChB,qBAAqB,EACrB,yBAAyB,EACzB,sBAAsB,EACtB,qBAAqB,EACrB,uBAAuB,EACvB,0BAA0B,EAC1B,WAAW,EACX,2BAA2B,EAC3B,SAAS,EACT,cAAc,GACd,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAC3F,YAAY,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAGhE,YAAY,EACX,mBAAmB,EACnB,oBAAoB,GACpB,MAAM,iCAAiC,CAAC;AAGzC,YAAY,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC"}
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Licensed under the MIT License.
5
5
  */
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.ScopeType = exports.AzureClient = void 0;
7
+ exports.AzureClient = void 0;
8
8
  /**
9
9
  * A simple and powerful way to consume collaborative Fluid data with the Azure Fluid Relay.
10
10
  *
@@ -12,12 +12,4 @@ exports.ScopeType = exports.AzureClient = void 0;
12
12
  */
13
13
  var AzureClient_js_1 = require("./AzureClient.js");
14
14
  Object.defineProperty(exports, "AzureClient", { enumerable: true, get: function () { return AzureClient_js_1.AzureClient; } });
15
- const internal_1 = require("@fluidframework/driver-definitions/internal");
16
- /**
17
- * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}
18
- * @legacy
19
- * @alpha
20
- * @deprecated Use ScopeType from \@fluidframework/driver-definitions/legacy - to be removed in 2.40
21
- */
22
- exports.ScopeType = internal_1.ScopeType;
23
15
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;;GAIG;AAEH,mDAA+C;AAAtC,6GAAA,WAAW,OAAA;AAiBpB,0EAGqD;AAUrD;;;;;GAKG;AACU,QAAA,SAAS,GAAG,oBAAa,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * A simple and powerful way to consume collaborative Fluid data with the Azure Fluid Relay.\n *\n * @packageDocumentation\n */\n\nexport { AzureClient } from \"./AzureClient.js\";\nexport type {\n\tAzureClientProps,\n\tAzureConnectionConfig,\n\tAzureConnectionConfigType,\n\tAzureContainerServices,\n\tAzureContainerVersion,\n\tAzureGetVersionsOptions,\n\tAzureLocalConnectionConfig,\n\tAzureMember,\n\tAzureRemoteConnectionConfig,\n\tAzureUser,\n\tIAzureAudience,\n} from \"./interfaces.js\";\n\nexport type { ITokenProvider, ITokenResponse } from \"@fluidframework/routerlicious-driver\";\nexport type { IUser } from \"@fluidframework/driver-definitions\";\nimport {\n\ttype ITokenClaims as ITokenClaimsBase,\n\tScopeType as ScopeTypeBase,\n} from \"@fluidframework/driver-definitions/internal\";\n\n/**\n * {@inheritdoc @fluidframework/driver-definitions/legacy#ITokenClaims}\n * @legacy\n * @alpha\n * @deprecated Consider importing from `@fluidframework/driver-definitions/legacy` - to be removed in 2.40\n */\nexport type ITokenClaims = ITokenClaimsBase;\n\n/**\n * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}\n * @legacy\n * @alpha\n * @deprecated Use ScopeType from \\@fluidframework/driver-definitions/legacy - to be removed in 2.40\n */\nexport const ScopeType = ScopeTypeBase;\n/**\n * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}\n * @legacy\n * @alpha\n * @deprecated Use ScopeType from \\@fluidframework/driver-definitions/legacy - to be removed in 2.40\n */\nexport type ScopeType = ScopeTypeBase;\n\n// Re-export so developers can build loggers without pulling in core-interfaces\nexport type {\n\tITelemetryBaseEvent,\n\tITelemetryBaseLogger,\n} from \"@fluidframework/core-interfaces\";\n\n// Re-export so developers have access to parameter types for createContainer/getContainer without pulling in fluid-static\nexport type { CompatibilityMode } from \"@fluidframework/fluid-static\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;;GAIG;AAEH,mDAA+C;AAAtC,6GAAA,WAAW,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * A simple and powerful way to consume collaborative Fluid data with the Azure Fluid Relay.\n *\n * @packageDocumentation\n */\n\nexport { AzureClient } from \"./AzureClient.js\";\nexport type {\n\tAzureClientProps,\n\tAzureConnectionConfig,\n\tAzureConnectionConfigType,\n\tAzureContainerServices,\n\tAzureContainerVersion,\n\tAzureGetVersionsOptions,\n\tAzureLocalConnectionConfig,\n\tAzureMember,\n\tAzureRemoteConnectionConfig,\n\tAzureUser,\n\tIAzureAudience,\n} from \"./interfaces.js\";\n\nexport type { ITokenProvider, ITokenResponse } from \"@fluidframework/routerlicious-driver\";\nexport type { IUser } from \"@fluidframework/driver-definitions\";\n\n// Re-export so developers can build loggers without pulling in core-interfaces\nexport type {\n\tITelemetryBaseEvent,\n\tITelemetryBaseLogger,\n} from \"@fluidframework/core-interfaces\";\n\n// Re-export so developers have access to parameter types for createContainer/getContainer without pulling in fluid-static\nexport type { CompatibilityMode } from \"@fluidframework/fluid-static\";\n"]}
package/dist/legacy.d.ts CHANGED
@@ -32,9 +32,5 @@ export {
32
32
  ITelemetryBaseLogger,
33
33
  ITokenProvider,
34
34
  ITokenResponse,
35
- IUser,
36
-
37
- // @legacy APIs
38
- ITokenClaims,
39
- ScopeType
35
+ IUser
40
36
  } from "./index.js";
package/lib/index.d.ts CHANGED
@@ -11,28 +11,6 @@ export { AzureClient } from "./AzureClient.js";
11
11
  export type { AzureClientProps, AzureConnectionConfig, AzureConnectionConfigType, AzureContainerServices, AzureContainerVersion, AzureGetVersionsOptions, AzureLocalConnectionConfig, AzureMember, AzureRemoteConnectionConfig, AzureUser, IAzureAudience, } from "./interfaces.js";
12
12
  export type { ITokenProvider, ITokenResponse } from "@fluidframework/routerlicious-driver";
13
13
  export type { IUser } from "@fluidframework/driver-definitions";
14
- import { type ITokenClaims as ITokenClaimsBase, ScopeType as ScopeTypeBase } from "@fluidframework/driver-definitions/internal";
15
- /**
16
- * {@inheritdoc @fluidframework/driver-definitions/legacy#ITokenClaims}
17
- * @legacy
18
- * @alpha
19
- * @deprecated Consider importing from `@fluidframework/driver-definitions/legacy` - to be removed in 2.40
20
- */
21
- export type ITokenClaims = ITokenClaimsBase;
22
- /**
23
- * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}
24
- * @legacy
25
- * @alpha
26
- * @deprecated Use ScopeType from \@fluidframework/driver-definitions/legacy - to be removed in 2.40
27
- */
28
- export declare const ScopeType: typeof ScopeTypeBase;
29
- /**
30
- * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}
31
- * @legacy
32
- * @alpha
33
- * @deprecated Use ScopeType from \@fluidframework/driver-definitions/legacy - to be removed in 2.40
34
- */
35
- export type ScopeType = ScopeTypeBase;
36
14
  export type { ITelemetryBaseEvent, ITelemetryBaseLogger, } from "@fluidframework/core-interfaces";
37
15
  export type { CompatibilityMode } from "@fluidframework/fluid-static";
38
16
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;GAIG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,YAAY,EACX,gBAAgB,EAChB,qBAAqB,EACrB,yBAAyB,EACzB,sBAAsB,EACtB,qBAAqB,EACrB,uBAAuB,EACvB,0BAA0B,EAC1B,WAAW,EACX,2BAA2B,EAC3B,SAAS,EACT,cAAc,GACd,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAC3F,YAAY,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EACN,KAAK,YAAY,IAAI,gBAAgB,EACrC,SAAS,IAAI,aAAa,EAC1B,MAAM,6CAA6C,CAAC;AAErD;;;;;GAKG;AACH,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC;AAE5C;;;;;GAKG;AACH,eAAO,MAAM,SAAS,sBAAgB,CAAC;AACvC;;;;;GAKG;AACH,MAAM,MAAM,SAAS,GAAG,aAAa,CAAC;AAGtC,YAAY,EACX,mBAAmB,EACnB,oBAAoB,GACpB,MAAM,iCAAiC,CAAC;AAGzC,YAAY,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;GAIG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,YAAY,EACX,gBAAgB,EAChB,qBAAqB,EACrB,yBAAyB,EACzB,sBAAsB,EACtB,qBAAqB,EACrB,uBAAuB,EACvB,0BAA0B,EAC1B,WAAW,EACX,2BAA2B,EAC3B,SAAS,EACT,cAAc,GACd,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAC3F,YAAY,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAGhE,YAAY,EACX,mBAAmB,EACnB,oBAAoB,GACpB,MAAM,iCAAiC,CAAC;AAGzC,YAAY,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC"}
package/lib/index.js CHANGED
@@ -8,12 +8,4 @@
8
8
  * @packageDocumentation
9
9
  */
10
10
  export { AzureClient } from "./AzureClient.js";
11
- import { ScopeType as ScopeTypeBase, } from "@fluidframework/driver-definitions/internal";
12
- /**
13
- * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}
14
- * @legacy
15
- * @alpha
16
- * @deprecated Use ScopeType from \@fluidframework/driver-definitions/legacy - to be removed in 2.40
17
- */
18
- export const ScopeType = ScopeTypeBase;
19
11
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;GAIG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAiB/C,OAAO,EAEN,SAAS,IAAI,aAAa,GAC1B,MAAM,6CAA6C,CAAC;AAUrD;;;;;GAKG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * A simple and powerful way to consume collaborative Fluid data with the Azure Fluid Relay.\n *\n * @packageDocumentation\n */\n\nexport { AzureClient } from \"./AzureClient.js\";\nexport type {\n\tAzureClientProps,\n\tAzureConnectionConfig,\n\tAzureConnectionConfigType,\n\tAzureContainerServices,\n\tAzureContainerVersion,\n\tAzureGetVersionsOptions,\n\tAzureLocalConnectionConfig,\n\tAzureMember,\n\tAzureRemoteConnectionConfig,\n\tAzureUser,\n\tIAzureAudience,\n} from \"./interfaces.js\";\n\nexport type { ITokenProvider, ITokenResponse } from \"@fluidframework/routerlicious-driver\";\nexport type { IUser } from \"@fluidframework/driver-definitions\";\nimport {\n\ttype ITokenClaims as ITokenClaimsBase,\n\tScopeType as ScopeTypeBase,\n} from \"@fluidframework/driver-definitions/internal\";\n\n/**\n * {@inheritdoc @fluidframework/driver-definitions/legacy#ITokenClaims}\n * @legacy\n * @alpha\n * @deprecated Consider importing from `@fluidframework/driver-definitions/legacy` - to be removed in 2.40\n */\nexport type ITokenClaims = ITokenClaimsBase;\n\n/**\n * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}\n * @legacy\n * @alpha\n * @deprecated Use ScopeType from \\@fluidframework/driver-definitions/legacy - to be removed in 2.40\n */\nexport const ScopeType = ScopeTypeBase;\n/**\n * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}\n * @legacy\n * @alpha\n * @deprecated Use ScopeType from \\@fluidframework/driver-definitions/legacy - to be removed in 2.40\n */\nexport type ScopeType = ScopeTypeBase;\n\n// Re-export so developers can build loggers without pulling in core-interfaces\nexport type {\n\tITelemetryBaseEvent,\n\tITelemetryBaseLogger,\n} from \"@fluidframework/core-interfaces\";\n\n// Re-export so developers have access to parameter types for createContainer/getContainer without pulling in fluid-static\nexport type { CompatibilityMode } from \"@fluidframework/fluid-static\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;GAIG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * A simple and powerful way to consume collaborative Fluid data with the Azure Fluid Relay.\n *\n * @packageDocumentation\n */\n\nexport { AzureClient } from \"./AzureClient.js\";\nexport type {\n\tAzureClientProps,\n\tAzureConnectionConfig,\n\tAzureConnectionConfigType,\n\tAzureContainerServices,\n\tAzureContainerVersion,\n\tAzureGetVersionsOptions,\n\tAzureLocalConnectionConfig,\n\tAzureMember,\n\tAzureRemoteConnectionConfig,\n\tAzureUser,\n\tIAzureAudience,\n} from \"./interfaces.js\";\n\nexport type { ITokenProvider, ITokenResponse } from \"@fluidframework/routerlicious-driver\";\nexport type { IUser } from \"@fluidframework/driver-definitions\";\n\n// Re-export so developers can build loggers without pulling in core-interfaces\nexport type {\n\tITelemetryBaseEvent,\n\tITelemetryBaseLogger,\n} from \"@fluidframework/core-interfaces\";\n\n// Re-export so developers have access to parameter types for createContainer/getContainer without pulling in fluid-static\nexport type { CompatibilityMode } from \"@fluidframework/fluid-static\";\n"]}
package/lib/legacy.d.ts CHANGED
@@ -32,9 +32,5 @@ export {
32
32
  ITelemetryBaseLogger,
33
33
  ITokenProvider,
34
34
  ITokenResponse,
35
- IUser,
36
-
37
- // @legacy APIs
38
- ITokenClaims,
39
- ScopeType
35
+ IUser
40
36
  } from "./index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-client",
3
- "version": "2.33.2",
3
+ "version": "2.40.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.33.2",
51
- "@fluidframework/container-loader": "~2.33.2",
52
- "@fluidframework/core-interfaces": "~2.33.2",
53
- "@fluidframework/core-utils": "~2.33.2",
54
- "@fluidframework/driver-definitions": "~2.33.2",
55
- "@fluidframework/driver-utils": "~2.33.2",
56
- "@fluidframework/fluid-static": "~2.33.2",
57
- "@fluidframework/routerlicious-driver": "~2.33.2",
58
- "@fluidframework/telemetry-utils": "~2.33.2"
50
+ "@fluidframework/container-definitions": "~2.40.0",
51
+ "@fluidframework/container-loader": "~2.40.0",
52
+ "@fluidframework/core-interfaces": "~2.40.0",
53
+ "@fluidframework/core-utils": "~2.40.0",
54
+ "@fluidframework/driver-definitions": "~2.40.0",
55
+ "@fluidframework/driver-utils": "~2.40.0",
56
+ "@fluidframework/fluid-static": "~2.40.0",
57
+ "@fluidframework/routerlicious-driver": "~2.40.0",
58
+ "@fluidframework/telemetry-utils": "~2.40.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@arethetypeswrong/cli": "^0.17.1",
62
62
  "@biomejs/biome": "~1.9.3",
63
63
  "@fluid-tools/build-cli": "^0.55.0",
64
64
  "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.33.0",
65
- "@fluidframework/azure-local-service": "~2.33.2",
65
+ "@fluidframework/azure-local-service": "~2.40.0",
66
66
  "@fluidframework/build-common": "^2.0.3",
67
67
  "@fluidframework/build-tools": "^0.55.0",
68
68
  "@fluidframework/eslint-config-fluid": "^5.7.3",
69
- "@fluidframework/test-runtime-utils": "~2.33.2",
70
- "@fluidframework/test-utils": "~2.33.2",
69
+ "@fluidframework/test-runtime-utils": "~2.40.0",
70
+ "@fluidframework/test-utils": "~2.40.0",
71
71
  "@microsoft/api-extractor": "7.52.5",
72
72
  "@types/mocha": "^10.0.10",
73
73
  "@types/node": "^18.19.0",
@@ -77,7 +77,7 @@
77
77
  "cross-env": "^7.0.3",
78
78
  "eslint": "~8.55.0",
79
79
  "eslint-config-prettier": "~9.0.0",
80
- "fluid-framework": "~2.33.2",
80
+ "fluid-framework": "~2.40.0",
81
81
  "mocha": "^10.8.2",
82
82
  "rimraf": "^4.4.0",
83
83
  "start-server-and-test": "^2.0.3",
@@ -85,7 +85,20 @@
85
85
  "uuid": "^9.0.0"
86
86
  },
87
87
  "typeValidation": {
88
- "broken": {},
88
+ "broken": {
89
+ "TypeAlias_ITokenClaims": {
90
+ "backCompat": false,
91
+ "forwardCompat": false
92
+ },
93
+ "TypeAlias_ScopeType": {
94
+ "backCompat": false,
95
+ "forwardCompat": false
96
+ },
97
+ "Variable_ScopeType": {
98
+ "backCompat": false,
99
+ "forwardCompat": false
100
+ }
101
+ },
89
102
  "entrypoint": "legacy"
90
103
  },
91
104
  "scripts": {
package/src/index.ts CHANGED
@@ -26,33 +26,6 @@ export type {
26
26
 
27
27
  export type { ITokenProvider, ITokenResponse } from "@fluidframework/routerlicious-driver";
28
28
  export type { IUser } from "@fluidframework/driver-definitions";
29
- import {
30
- type ITokenClaims as ITokenClaimsBase,
31
- ScopeType as ScopeTypeBase,
32
- } from "@fluidframework/driver-definitions/internal";
33
-
34
- /**
35
- * {@inheritdoc @fluidframework/driver-definitions/legacy#ITokenClaims}
36
- * @legacy
37
- * @alpha
38
- * @deprecated Consider importing from `@fluidframework/driver-definitions/legacy` - to be removed in 2.40
39
- */
40
- export type ITokenClaims = ITokenClaimsBase;
41
-
42
- /**
43
- * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}
44
- * @legacy
45
- * @alpha
46
- * @deprecated Use ScopeType from \@fluidframework/driver-definitions/legacy - to be removed in 2.40
47
- */
48
- export const ScopeType = ScopeTypeBase;
49
- /**
50
- * {@inheritdoc @fluidframework/driver-definitions/legacy#ScopeType}
51
- * @legacy
52
- * @alpha
53
- * @deprecated Use ScopeType from \@fluidframework/driver-definitions/legacy - to be removed in 2.40
54
- */
55
- export type ScopeType = ScopeTypeBase;
56
29
 
57
30
  // Re-export so developers can build loggers without pulling in core-interfaces
58
31
  export type {