@azure/keyvault-admin 4.2.3-alpha.20220914.2 → 4.2.3-alpha.20220919.6

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,7 +38,7 @@ You also need to enable `compilerOptions.allowSyntheticDefaultImports` in your t
38
38
 
39
39
  ### Currently supported environments
40
40
 
41
- - [LTS versions of Node.js](https://nodejs.org/about/releases/)
41
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
42
42
 
43
43
  ### Prerequisites
44
44
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure/keyvault-admin",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "4.2.3-alpha.20220914.2",
5
+ "version": "4.2.3-alpha.20220919.6",
6
6
  "license": "MIT",
7
7
  "description": "Isomorphic client library for Azure KeyVault's administrative functions.",
8
8
  "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-admin/README.md",