@standardserver/core 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.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -44,10 +44,10 @@ The main entry point exposes four transport-agnostic shapes:
44
44
  Supporting primitives:
45
45
 
46
46
  | Export | Description |
47
- | ------------------ | ------------------------------------------------------------- | -------- | ----------- |
47
+ | ------------------ | ------------------------------------------------------------- |
48
48
  | `StandardMethod` | Common HTTP verbs plus any custom string value |
49
49
  | `StandardUrl` | A request URL that must start with `/` and exclude the origin |
50
- | `StandardHeaders` | `Record<string, string | string[] | undefined>` |
50
+ | `StandardHeaders` | `Record<string, string \| string[] \| undefined>` |
51
51
  | `StandardBodyHint` | Parsing hint for lazy body resolution |
52
52
  | `StandardBody` | Shared body union used by requests and responses |
53
53
 
@@ -298,3 +298,11 @@ error.data
298
298
  ## Learn more
299
299
 
300
300
  For the higher-level project overview, see the root [Standard Server README](../../README.md).
301
+
302
+ ## Sponsors
303
+
304
+ <p align="center">
305
+ <a href="https://cdn.jsdelivr.net/gh/middleapi/static/sponsors.svg">
306
+ <img src='https://cdn.jsdelivr.net/gh/middleapi/static/sponsors.svg' alt="Sponsors"/>
307
+ </a>
308
+ </p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@standardserver/core",
3
3
  "type": "module",
4
- "version": "0.0.18",
4
+ "version": "0.0.19",
5
5
  "license": "MIT",
6
6
  "homepage": "https://standardserver.dev",
7
7
  "repository": {
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@standardserver/shared": "0.0.18"
25
+ "@standardserver/shared": "0.0.19"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "unbuild",