@netlify/zip-it-and-ship-it
Advanced tools
Comparing version 9.24.1 to 9.24.2
@@ -87,2 +87,8 @@ import { basename, dirname, extname, join } from 'path'; | ||
} | ||
const result = { | ||
config, | ||
displayName: config?.name, | ||
generator: config?.generator || getInternalValue(isInternal), | ||
runtimeVersion: featureFlags.zisi_golang_use_al2 ? 'provided.al2' : undefined, | ||
}; | ||
// If `zipGo` is enabled, we create a zip archive with the Go binary and the | ||
@@ -99,6 +105,5 @@ // toolchain file. | ||
return { | ||
config, | ||
...result, | ||
path: zipPath, | ||
entryFilename: zipOptions.filename, | ||
runtimeVersion: featureFlags.zisi_golang_use_al2 ? 'provided.al2' : undefined, | ||
}; | ||
@@ -113,7 +118,5 @@ } | ||
return { | ||
config, | ||
...result, | ||
path: destPath, | ||
entryFilename: '', | ||
displayName: config?.name, | ||
generator: config?.generator || getInternalValue(isInternal), | ||
}; | ||
@@ -120,0 +123,0 @@ }; |
{ | ||
"name": "@netlify/zip-it-and-ship-it", | ||
"version": "9.24.1", | ||
"version": "9.24.2", | ||
"description": "Zip it and ship it", | ||
@@ -58,2 +58,3 @@ "main": "./dist/main.js", | ||
"@babel/parser": "^7.22.5", | ||
"@babel/types": "7.22.19", | ||
"@netlify/binary-info": "^1.0.0", | ||
@@ -91,3 +92,2 @@ "@netlify/serverless-functions-api": "^1.9.0", | ||
"devDependencies": { | ||
"@babel/types": "7.22.19", | ||
"@netlify/eslint-config-node": "7.0.1", | ||
@@ -94,0 +94,0 @@ "@skn0tt/lambda-local": "2.0.3", |
236491
25
5048
32
+ Added@babel/types@7.22.19
+ Added@babel/types@7.22.19(transitive)
+ Addedto-fast-properties@2.0.0(transitive)