@nx-extend/vercel 8.1.0 → 8.1.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,13 @@
1
1
 
2
+ ## [8.1.1](https://github.com/TriPSs/nx-extend/compare/vercel@8.1.0...vercel@8.1.1) (2024-06-25)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **vercel:** remove archive option for deploy executor ([8d7929a](https://github.com/TriPSs/nx-extend/commit/8d7929ac5dc6cbd5559f546bb1085869b2c674ad))
8
+
9
+
10
+
2
11
  # [8.1.0](https://github.com/TriPSs/nx-extend/compare/vercel@8.0.3...vercel@8.1.0) (2024-06-24)
3
12
 
4
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx-extend/vercel",
3
- "version": "8.1.0",
3
+ "version": "8.1.1",
4
4
  "keywords": [
5
5
  "nx",
6
6
  "vercel"
@@ -18,7 +18,6 @@
18
18
  "type": "string",
19
19
  "description": "Type of archive to use when uploading the build",
20
20
  "enum": ["tgz"],
21
- "$default": "atom",
22
21
  "x-prompt": "Archive type",
23
22
  "x-display": "radio"
24
23
  }