@whatwg-node/server 0.9.63-alpha-20241212150911-36df5929a304522e501744daf167032d4b7994c0 → 0.9.63-alpha-20241212154840-0a0effe808a6614e0a3afd853126a38641485756
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,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@whatwg-node/server",
|
3
|
-
"version": "0.9.63-alpha-
|
3
|
+
"version": "0.9.63-alpha-20241212154840-0a0effe808a6614e0a3afd853126a38641485756",
|
4
4
|
"description": "Fetch API compliant HTTP Server adapter",
|
5
5
|
"sideEffects": false,
|
6
6
|
"dependencies": {
|
7
7
|
"@whatwg-node/disposablestack": "^0.0.5",
|
8
|
-
"@whatwg-node/fetch": "0.11.0-alpha-
|
8
|
+
"@whatwg-node/fetch": "0.11.0-alpha-20241212154840-0a0effe808a6614e0a3afd853126a38641485756",
|
9
9
|
"tslib": "^2.6.3"
|
10
10
|
},
|
11
11
|
"repository": {
|