@standardserver/node 0.0.18 → 0.0.19
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 +8 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -105,3 +105,11 @@ const response = await fetch('/upload', {
|
|
|
105
105
|
## Learn more
|
|
106
106
|
|
|
107
107
|
For the higher-level project overview, see the root [Standard Server README](../../README.md).
|
|
108
|
+
|
|
109
|
+
## Sponsors
|
|
110
|
+
|
|
111
|
+
<p align="center">
|
|
112
|
+
<a href="https://cdn.jsdelivr.net/gh/middleapi/static/sponsors.svg">
|
|
113
|
+
<img src='https://cdn.jsdelivr.net/gh/middleapi/static/sponsors.svg' alt="Sponsors"/>
|
|
114
|
+
</a>
|
|
115
|
+
</p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@standardserver/node",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.19",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://standardserver.dev",
|
|
7
7
|
"repository": {
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@standardserver/fetch": "0.0.
|
|
26
|
-
"@standardserver/shared": "0.0.
|
|
27
|
-
"@standardserver/core": "0.0.
|
|
25
|
+
"@standardserver/fetch": "0.0.19",
|
|
26
|
+
"@standardserver/shared": "0.0.19",
|
|
27
|
+
"@standardserver/core": "0.0.19"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^25.0.3",
|