@microsoft/agents-hosting 1.6.0-beta.49.gc43479e95a → 1.6.0-beta.50.gf02ba88720
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/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@microsoft/agents-hosting",
|
|
4
|
-
"version": "1.6.0-beta.
|
|
4
|
+
"version": "1.6.0-beta.50.gf02ba88720",
|
|
5
5
|
"homepage": "https://github.com/microsoft/Agents-for-js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@azure/core-auth": "1.10.1",
|
|
23
23
|
"@azure/msal-node": "5.1.5",
|
|
24
|
-
"@microsoft/agents-activity": "1.6.0-beta.
|
|
25
|
-
"@microsoft/agents-telemetry": "1.6.0-beta.
|
|
24
|
+
"@microsoft/agents-activity": "1.6.0-beta.50.gf02ba88720",
|
|
25
|
+
"@microsoft/agents-telemetry": "1.6.0-beta.50.gf02ba88720",
|
|
26
26
|
"jsonwebtoken": "9.0.3",
|
|
27
27
|
"jwks-rsa": "4.0.1",
|
|
28
28
|
"zod": "3.25.75"
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*/
|
|
5
|
-
export declare const ApxLocalScope
|
|
6
|
-
export declare const ApxDevScope
|
|
7
|
-
export declare const ApxProductionScope
|
|
8
|
-
export declare const ApxGCCScope
|
|
9
|
-
export declare const ApxGCCHScope
|
|
10
|
-
export declare const ApxDoDScope
|
|
11
|
-
export declare const ApxGallatinScope
|
|
5
|
+
export declare const ApxLocalScope: string;
|
|
6
|
+
export declare const ApxDevScope: string;
|
|
7
|
+
export declare const ApxProductionScope: string;
|
|
8
|
+
export declare const ApxGCCScope: string;
|
|
9
|
+
export declare const ApxGCCHScope: string;
|
|
10
|
+
export declare const ApxDoDScope: string;
|
|
11
|
+
export declare const ApxGallatinScope: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authConstants.js","sourceRoot":"","sources":["../../../src/auth/authConstants.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,aAAa,
|
|
1
|
+
{"version":3,"file":"authConstants.js","sourceRoot":"","sources":["../../../src/auth/authConstants.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,aAAa,GAAW,+CAA+C,CAAA;AACvE,QAAA,WAAW,GAAW,+CAA+C,CAAA;AACrE,QAAA,kBAAkB,GAAW,+CAA+C,CAAA;AAC5E,QAAA,WAAW,GAAW,+CAA+C,CAAA;AACrE,QAAA,YAAY,GAAW,+CAA+C,CAAA;AACtE,QAAA,WAAW,GAAW,+CAA+C,CAAA;AACrE,QAAA,gBAAgB,GAAW,+CAA+C,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@microsoft/agents-hosting",
|
|
4
|
-
"version": "1.6.0-beta.
|
|
4
|
+
"version": "1.6.0-beta.50.gf02ba88720",
|
|
5
5
|
"homepage": "https://github.com/microsoft/Agents-for-js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@azure/core-auth": "1.10.1",
|
|
23
23
|
"@azure/msal-node": "5.1.5",
|
|
24
|
-
"@microsoft/agents-activity": "1.6.0-beta.
|
|
25
|
-
"@microsoft/agents-telemetry": "1.6.0-beta.
|
|
24
|
+
"@microsoft/agents-activity": "1.6.0-beta.50.gf02ba88720",
|
|
25
|
+
"@microsoft/agents-telemetry": "1.6.0-beta.50.gf02ba88720",
|
|
26
26
|
"jsonwebtoken": "9.0.3",
|
|
27
27
|
"jwks-rsa": "4.0.1",
|
|
28
28
|
"zod": "3.25.75"
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*/
|
|
5
|
-
export const ApxLocalScope = 'c16e153d-5d2b-4c21-b7f4-b05ee5d516f1/.default'
|
|
6
|
-
export const ApxDevScope = '0d94caae-b412-4943-8a68-83135ad6d35f/.default'
|
|
7
|
-
export const ApxProductionScope = '5a807f24-c9de-44ee-a3a7-329e88a00ffc/.default'
|
|
8
|
-
export const ApxGCCScope = 'c9475445-9789-4fef-9ec5-cde4a9bcd446/.default'
|
|
9
|
-
export const ApxGCCHScope = '6f669b9e-7701-4e2b-b624-82c9207fde26/.default'
|
|
10
|
-
export const ApxDoDScope = '0a069c81-8c7c-4712-886b-9c542d673ffb/.default'
|
|
11
|
-
export const ApxGallatinScope = 'bd004c8e-5acf-4c48-8570-4e7d46b2f63b/.default'
|
|
5
|
+
export const ApxLocalScope: string = 'c16e153d-5d2b-4c21-b7f4-b05ee5d516f1/.default'
|
|
6
|
+
export const ApxDevScope: string = '0d94caae-b412-4943-8a68-83135ad6d35f/.default'
|
|
7
|
+
export const ApxProductionScope: string = '5a807f24-c9de-44ee-a3a7-329e88a00ffc/.default'
|
|
8
|
+
export const ApxGCCScope: string = 'c9475445-9789-4fef-9ec5-cde4a9bcd446/.default'
|
|
9
|
+
export const ApxGCCHScope: string = '6f669b9e-7701-4e2b-b624-82c9207fde26/.default'
|
|
10
|
+
export const ApxDoDScope: string = '0a069c81-8c7c-4712-886b-9c542d673ffb/.default'
|
|
11
|
+
export const ApxGallatinScope: string = 'bd004c8e-5acf-4c48-8570-4e7d46b2f63b/.default'
|