@azure/cosmos 3.16.1 → 3.16.2-alpha.20220601.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
2
 
3
+ ## 3.16.2 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 3.16.1 (2022-05-31)
4
14
 
5
15
  ### Bugs Fixed
package/dist/index.js CHANGED
@@ -176,7 +176,7 @@ const Constants = {
176
176
  ThrottleRetryWaitTimeInMs: "x-ms-throttle-retry-wait-time-ms",
177
177
  CurrentVersion: "2020-07-15",
178
178
  SDKName: "azure-cosmos-js",
179
- SDKVersion: "3.16.1",
179
+ SDKVersion: "3.16.2",
180
180
  Quota: {
181
181
  CollectionSize: "collectionSize",
182
182
  },