@tinyhttp/jsonp 2.1.6 → 2.1.8

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/dist/index.d.ts CHANGED
@@ -12,3 +12,4 @@ export type JSONPOptions = Partial<{
12
12
  * @param app App
13
13
  */
14
14
  export declare const jsonp: (req: Request, res: Response) => (obj: unknown, opts?: JSONPOptions) => Response;
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAEtD,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC;IACjC,MAAM,EAAE,OAAO,CAAA;IACf,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,GAAG,CAAA;IACrD,MAAM,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,YAAY,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA;AA0BF;;;;;GAKG;AACH,eAAO,MAAM,KAAK,QACV,OAAO,OAAO,QAAQ,WACtB,OAAO,SAAQ,YAAY,KAAQ,QA+BxC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinyhttp/jsonp",
3
- "version": "2.1.6",
3
+ "version": "2.1.8",
4
4
  "type": "module",
5
5
  "description": "JSONP response middleware",
6
6
  "homepage": "https://tinyhttp.v1rtl.site",
@@ -25,7 +25,7 @@
25
25
  "author": "v1rtl",
26
26
  "license": "MIT",
27
27
  "dependencies": {
28
- "@tinyhttp/app": "2.2.1"
28
+ "@tinyhttp/app": "2.2.3"
29
29
  },
30
30
  "scripts": {
31
31
  "dev": "vite",