@microsoft/metrics-ts 0.0.5-alpha.8cc8814ad.0 → 0.0.5-alpha.8d8f5a0bb.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 Framework (TeamsFx)
1
+ Microsoft Teams Toolkit for Visual Studio Code and Teams 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.5-alpha.8cc8814ad.0",
3
+ "version": "0.0.5-alpha.8d8f5a0bb.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": "95226c457bdc98da0d7f156a9985753bfd859455"
67
+ "gitHead": "a62eeaa5dc447137fac63aa5e7598ef83ebf1df3"
68
68
  }