@netlify/edge-bundler 15.0.4 → 15.1.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.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
# Edge Bundler
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Prepare Netlify Edge Functions for deployment
|
|
7
7
|
|
|
8
8
|
## Usage
|
|
9
9
|
|
|
@@ -46,5 +46,5 @@ This will go away soon as we move away from the ESZIP format.
|
|
|
46
46
|
|
|
47
47
|
## Contributors
|
|
48
48
|
|
|
49
|
-
Please see [CONTRIBUTING.md](
|
|
50
|
-
|
|
49
|
+
Please see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on how to set up and work on this repository. Thanks for
|
|
50
|
+
contributing!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/edge-bundler",
|
|
3
|
-
"version": "15.0
|
|
3
|
+
"version": "15.1.0",
|
|
4
4
|
"description": "Intelligently prepare Netlify Edge Functions for deployment",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/node/index.js",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"tmp-promise": "^3.0.3",
|
|
81
81
|
"urlpattern-polyfill": "8.0.2"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "0a4aa4be3f9abbb49ebe00e82c64898148986715"
|
|
84
84
|
}
|