vercel-api-js 0.22.0 → 0.23.0

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.22.0 build /home/runner/work/openapi-clients/openapi-clients/packages/vercel-api-js
2
+ > vercel-api-js@0.23.0 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.14 MB
13
+ Σ Total dist size (byte size): 3.38 MB
14
14
  [log]
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # vercel-api-js
2
2
 
3
+ ## 0.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ecf56ca: Add recommended IPs and CNAME for the domain in GetDomainConfigResponse
8
+
9
+ ## 0.22.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 5f0ac90: Update type for get custom deployment
14
+ - 15c6623: [BREAKING] Change type order in filterProjectEnvs and related functions
15
+ - e120dde: [BREAKING] Remove 'blobStores' field from resourceConfig in AuthUser schema
16
+ - c808605: Add 'partial' field to UpdateResourceSecretsRequestBody and UpdateResourceSecretsByIdRequestBody
17
+
3
18
  ## 0.22.0
4
19
 
5
20
  ### Minor Changes