@netlify/zip-it-and-ship-it 15.2.0 → 15.3.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.
Files changed (2) hide show
  1. package/README.md +2 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,8 @@
5
5
  [![Build](https://github.com/netlify/zip-it-and-ship-it/workflows/Build/badge.svg)](https://github.com/netlify/zip-it-and-ship-it/actions)
6
6
  [![Downloads](https://img.shields.io/npm/dm/@netlify/zip-it-and-ship-it.svg)](https://www.npmjs.com/package/@netlify/zip-it-and-ship-it)
7
7
 
8
- Creates Zip archives from Node.js, Go, and Rust programs. Those archives are ready to be uploaded to AWS Lambda.
8
+ Creates Zip archives from Netlify Functions written in Node.js, Go, or Rust. Those archives are ready to be uploaded to
9
+ AWS Lambda.
9
10
 
10
11
  This library is used under the hood by several Netlify features, including
11
12
  [production CI builds](https://github.com/netlify/build), [Netlify CLI](https://github.com/netlify/cli) and the
@@ -493,8 +494,3 @@ In Netlify, this is done by ensuring that the following Node.js versions are the
493
494
  Note that this problem might not apply for Node.js native modules using the [N-API](https://nodejs.org/api/n-api.html).
494
495
 
495
496
  More information in [this issue](https://github.com/netlify/zip-it-and-ship-it/issues/69).
496
-
497
- ## File Serving
498
-
499
- As of `v0.3.0` the `serveFunctions` capability has been extracted out to
500
- [Netlify Dev](https://github.com/netlify/netlify-dev-plugin/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/zip-it-and-ship-it",
3
- "version": "15.2.0",
3
+ "version": "15.3.0",
4
4
  "description": "Zip it and ship it",
5
5
  "main": "./dist/main.js",
6
6
  "type": "module",
@@ -102,5 +102,5 @@
102
102
  "engines": {
103
103
  "node": ">=22.12.0"
104
104
  },
105
- "gitHead": "ae090fc6a272b9aac8eb6f55d4c24b2d8bef0a86"
105
+ "gitHead": "0a4aa4be3f9abbb49ebe00e82c64898148986715"
106
106
  }