@netlify/zip-it-and-ship-it 8.4.1 → 8.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -111,7 +111,7 @@ The following properties are accepted:
111
111
  - _Type_: `string`
112
112
  - _Default value_: `zisi`
113
113
 
114
- The bundler to use when processing JavaScript functions. Possible values: `zisi`, `esbuild`, `esbuild_zisi`.
114
+ The bundler to use when processing JavaScript functions. Possible values: `zisi`, `esbuild`, `esbuild_zisi` or `nft`.
115
115
 
116
116
  When the value is `esbuild_zisi`, `esbuild` will be used with a fallback to `zisi` in case of an error.
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/zip-it-and-ship-it",
3
- "version": "8.4.1",
3
+ "version": "8.4.2",
4
4
  "description": "Zip it and ship it",
5
5
  "main": "./dist/main.js",
6
6
  "type": "module",
@@ -98,7 +98,7 @@
98
98
  "@types/tmp": "^0.2.3",
99
99
  "@types/unixify": "^1.0.0",
100
100
  "@types/yargs": "^17.0.4",
101
- "@vitest/coverage-c8": "^0.27.0",
101
+ "@vitest/coverage-c8": "^0.28.0",
102
102
  "cpy": "^9.0.0",
103
103
  "deepmerge": "^4.2.2",
104
104
  "get-stream": "^6.0.0",
@@ -109,7 +109,7 @@
109
109
  "throat": "^6.0.1",
110
110
  "typescript": "^4.8.4",
111
111
  "vite": "^4.0.0",
112
- "vitest": "^0.27.0"
112
+ "vitest": "^0.28.0"
113
113
  },
114
114
  "engines": {
115
115
  "node": "^14.16.0 || >=16.0.0"