@microsoft/agents-a365-observability-hosting 0.1.0-preview.53 → 0.1.0-preview.54
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/agents-a365-observability-hosting",
|
|
3
|
-
"version": "0.1.0-preview.
|
|
3
|
+
"version": "0.1.0-preview.54",
|
|
4
4
|
"description": "Hosting & Observability utilities for Agent365 (Node.js): token caching, baggage builder, hosting registration.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent365",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"pack": "npm pack --pack-destination=../"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@microsoft/agents-a365-observability": "0.1.0-preview.
|
|
46
|
-
"@microsoft/agents-a365-runtime": "0.1.0-preview.
|
|
45
|
+
"@microsoft/agents-a365-observability": "0.1.0-preview.54",
|
|
46
|
+
"@microsoft/agents-a365-runtime": "0.1.0-preview.54",
|
|
47
47
|
"@microsoft/agents-hosting": "^1.1.0-alpha.85"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|