@azure/identity-vscode 1.0.1-alpha.20250204.2 → 1.0.1-alpha.20250206.1

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/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -128,5 +128,3 @@ If you encounter bugs or have suggestions, please [open an issue](https://github
128
128
  If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md) to learn more about how to build and test the code.
129
129
 
130
130
  [azaccountext]: https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account
131
-
132
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fidentity%2Fidentity%2FREADME.png)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/identity-vscode",
3
- "version": "1.0.1-alpha.20250204.2",
3
+ "version": "1.0.1-alpha.20250206.1",
4
4
  "sdk-type": "client",
5
5
  "description": "Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity",
6
6
  "main": "./dist/commonjs/index.js",