@azure/eventhubs-checkpointstore-blob 1.1.0-alpha.20220524.1 → 1.1.0-alpha.20220923.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,7 +12,7 @@ Key links:
12
12
 
13
13
  ### Currently supported environments
14
14
 
15
- - [LTS versions of Node.js](https://nodejs.org/about/releases/)
15
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
16
16
  - Latest versions of Safari, Chrome, Edge, and Firefox.
17
17
 
18
18
  See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/eventhubs-checkpointstore-blob",
3
3
  "sdk-type": "client",
4
- "version": "1.1.0-alpha.20220524.1",
4
+ "version": "1.1.0-alpha.20220923.1",
5
5
  "description": "An Azure Storage Blob solution to store checkpoints when using Event Hubs.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -69,7 +69,7 @@
69
69
  "devDependencies": {
70
70
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
71
71
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
72
- "@microsoft/api-extractor": "7.18.11",
72
+ "@microsoft/api-extractor": "^7.31.1",
73
73
  "@types/chai": "^4.1.6",
74
74
  "@types/chai-as-promised": "^7.1.0",
75
75
  "@types/chai-string": "^1.4.1",