@whatwg-node/server 0.9.56-alpha-20241118225909-f824d8ba44ac5656a08e47e3deb8aa9840bd1054 → 0.9.56-alpha-20241118231450-77e09011e20f8ccf87461a853546706817c59dd9
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@whatwg-node/server",
|
3
|
-
"version": "0.9.56-alpha-
|
3
|
+
"version": "0.9.56-alpha-20241118231450-77e09011e20f8ccf87461a853546706817c59dd9",
|
4
4
|
"description": "Fetch API compliant HTTP Server adapter",
|
5
5
|
"sideEffects": false,
|
6
6
|
"dependencies": {
|
7
|
-
"@whatwg-node/fetch": "0.10.
|
7
|
+
"@whatwg-node/fetch": "^0.10.0",
|
8
8
|
"tslib": "^2.6.3"
|
9
9
|
},
|
10
10
|
"repository": {
|