@azure/eventhubs-checkpointstore-table 1.0.0-alpha.20220524.1 → 1.0.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
@@ -11,7 +11,7 @@ Key Links:
11
11
  ## Getting started
12
12
 
13
13
  ### Currently supported environments
14
- - [LTS versions of Node.js](https://nodejs.org/en/about/releases/)
14
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
15
15
  - Latest versions of Safari, Chrome, Edge, and Firefox.
16
16
 
17
17
  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-table",
3
3
  "sdk-type": "client",
4
- "version": "1.0.0-alpha.20220524.1",
4
+ "version": "1.0.0-alpha.20220923.1",
5
5
  "description": "An Azure Storage Table solution to store checkpoints when using Event Hubs.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -67,7 +67,7 @@
67
67
  "devDependencies": {
68
68
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
69
69
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
70
- "@microsoft/api-extractor": "7.18.11",
70
+ "@microsoft/api-extractor": "^7.31.1",
71
71
  "@types/chai": "^4.1.6",
72
72
  "@types/chai-as-promised": "^7.1.0",
73
73
  "@types/chai-string": "^1.4.1",