@microsoft/metrics-ts 0.0.7-alpha.3db80d0af.0 → 0.0.7-alpha.5f9fcd1b3.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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Microsoft Teams Toolkit for Visual Studio Code and Teams Toolkit CLI
1
+ Microsoft 365 Agents Toolkit for Visual Studio Code and Microsoft 365 Agents Toolkit CLI
2
2
 
3
3
  Copyright (c) Microsoft Corporation.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/metrics-ts",
3
- "version": "0.0.7-alpha.3db80d0af.0",
3
+ "version": "0.0.7-alpha.5f9fcd1b3.0",
4
4
  "description": "Add metrics without intruding source code",
5
5
  "keywords": [
6
6
  "Metrics"
@@ -64,5 +64,5 @@
64
64
  "tslib": "^2.3.1",
65
65
  "uuid": "^8.3.2"
66
66
  },
67
- "gitHead": "2a584e3ec5d92d7b7709bc1b76705c0bc0dee8f2"
67
+ "gitHead": "800c87d4026e0fce52f356086869808851f1410b"
68
68
  }