vercel-api-js 0.16.0 → 0.17.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,22 +1,14 @@
1
1
 
2
- > vercel-api-js@0.16.0 build /home/runner/work/openapi-clients/openapi-clients/packages/vercel-api-js
3
- > rimraf dist && tsup
2
+ > vercel-api-js@0.17.0 build /home/runner/work/openapi-clients/openapi-clients/packages/vercel-api-js
3
+ > unbuild
4
4
 
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.5
8
- CLI Using tsup config: /home/runner/work/openapi-clients/openapi-clients/packages/vercel-api-js/tsup.config.ts
9
- CLI Target: es2020
10
- CLI Cleaning output folder
11
- CJS Build start
12
- ESM Build start
13
- ESM dist/index.mjs 26.59 KB
14
- ESM dist/index.mjs.map 604.06 KB
15
- ESM ⚡️ Build success in 158ms
16
- CJS dist/index.js 27.58 KB
17
- CJS dist/index.js.map 604.29 KB
18
- CJS ⚡️ Build success in 181ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 10515ms
21
- DTS dist/index.d.ts 876.18 KB
22
- DTS dist/index.d.mts 876.18 KB
5
+ [info] Automatically detected entries: src/index [esm] [cjs] [dts]
6
+ [info] Building vercel-api-js
7
+ [info] Cleaning dist directory: `./dist`
8
+ [success] Build succeeded for vercel-api-js
9
+ [log] dist/index.cjs (total size: 28.5 kB, chunk size: 28.5 kB, exports: VercelApi)
10
+
11
+ [log] dist/index.mjs (total size: 28.4 kB, chunk size: 28.4 kB, exports: VercelApi)
12
+
13
+ Σ Total dist size (byte size): 2.87 MB
14
+ [log]
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # vercel-api-js
2
2
 
3
+ ## 0.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 35374e2: Update bundle mechanism
8
+
9
+ ## 0.16.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 5d3c268: Add 'observabilityEvent' to AuthUser type
14
+
3
15
  ## 0.16.0
4
16
 
5
17
  ### Minor Changes