vercel-api-js 0.23.0 → 0.23.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > vercel-api-js@0.23.0 build /home/runner/work/openapi-clients/openapi-clients/packages/vercel-api-js
2
+ > vercel-api-js@0.23.2 build /home/runner/work/openapi-clients/openapi-clients/packages/vercel-api-js
3
3
  > unbuild
4
4
 
5
5
  [info] Automatically detected entries: src/index [esm] [cjs] [dts]
@@ -10,5 +10,5 @@
10
10
 
11
11
  [log] dist/index.mjs (total size: 33.2 kB, chunk size: 33.2 kB, exports: VercelApi)
12
12
 
13
- Σ Total dist size (byte size): 3.38 MB
13
+ Σ Total dist size (byte size): 3.39 MB
14
14
  [log]
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # vercel-api-js
2
2
 
3
+ ## 0.23.2
4
+
5
+ ### Patch Changes
6
+
7
+ - a365114: [BREAKING] Change the order of 'type' options in CreateProjectEnvResponse
8
+ - ad484c6: [BREAKING] Change handle values in CreateDeploymentResponse
9
+
10
+ ## 0.23.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 1331e24: Change handling for lambdas createdAt and readyState in CreateDeploymentResponse
15
+ - 4efc49f: Change readySubstate values and added a new 'ROLLING' state
16
+ - ad83874: [BREAKING] Change deliveryFormat options in log drain endpoints
17
+
3
18
  ## 0.23.0
4
19
 
5
20
  ### Minor Changes