@azure/storage-blob-changefeed 12.0.0-alpha.20220509.3 → 12.0.0-alpha.20220520.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/package.json +3 -3
  2. package/CHANGELOG.md +0 -25
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-blob-changefeed",
3
3
  "sdk-type": "client",
4
- "version": "12.0.0-alpha.20220509.3",
4
+ "version": "12.0.0-alpha.20220520.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Blob Change Feed",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-blob-changefeed/src/index.js",
@@ -116,7 +116,7 @@
116
116
  "dotenv": "^8.2.0",
117
117
  "downlevel-dts": "^0.8.0",
118
118
  "es6-promise": "^4.2.5",
119
- "eslint": "^7.15.0",
119
+ "eslint": "^8.0.0",
120
120
  "esm": "^3.2.18",
121
121
  "inherits": "^2.0.3",
122
122
  "karma": "^6.2.0",
@@ -136,7 +136,7 @@
136
136
  "mocha-junit-reporter": "^2.0.0",
137
137
  "nyc": "^15.0.0",
138
138
  "prettier": "^2.5.1",
139
- "puppeteer": "^13.5.1",
139
+ "puppeteer": "^14.0.0",
140
140
  "rimraf": "^3.0.0",
141
141
  "source-map-support": "^0.5.9",
142
142
  "ts-node": "^10.0.0",
package/CHANGELOG.md DELETED
@@ -1,25 +0,0 @@
1
- # Release History
2
-
3
- ## 12.0.0-preview.4 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
12
-
13
- ## 12.0.0-preview.3 (2022-04-19)
14
-
15
- ### Features Added
16
-
17
- -Added support for event schema V3, V4, and V5.
18
-
19
- ## 12.0.0-preview.1 (2020.07)
20
-
21
- - This is the first release supporting Azure Storage Blob Change Feed.
22
- ## 12.0.0-preview.2 (2020-09-08)
23
-
24
- - This release contains bug fixes to improve quality.
25
-