@zhin.js/http 1.0.5 → 1.0.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @zhin.js/http
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 547028f: fix: 优化包结构,优化客户端支持
8
+ - Updated dependencies [547028f]
9
+ - @zhin.js/core@1.0.14
10
+
11
+ ## 1.0.6
12
+
13
+ ### Patch Changes
14
+
15
+ - c490260: fix: 更新脚手架结构,优化包依赖
16
+ - Updated dependencies [c490260]
17
+ - @zhin.js/core@1.0.9
18
+
3
19
  ## 1.0.5
4
20
 
5
21
  ### Patch Changes
package/lib/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { Server } from 'http';
2
- import Koa from 'koa';
3
- import { Router } from './router.js';
4
- export * from './router.js';
5
- declare module '@zhin.js/types' {
1
+ import { Server } from "http";
2
+ import Koa from "koa";
3
+ import { Router } from "./router.js";
4
+ export * from "./router.js";
5
+ declare module "@zhin.js/types" {
6
6
  interface GlobalContext {
7
7
  koa: Koa;
8
8
  router: Router;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAgB,MAAM,EAAE,MAAM,MAAM,CAAC;AAE5C,OAAO,GAAG,MAAM,KAAK,CAAC;AAGtB,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAIrC,cAAc,aAAa,CAAC;AAE5B,OAAO,QAAQ,gBAAgB,CAAA;IAC7B,UAAU,aAAa;QACrB,GAAG,EAAE,GAAG,CAAC;QACT,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAA;KACf;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAgB,MAAM,EAAE,MAAM,MAAM,CAAC;AAE5C,OAAO,GAAG,MAAM,KAAK,CAAC;AAGtB,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAGrC,cAAc,aAAa,CAAC;AAE5B,OAAO,QAAQ,gBAAgB,CAAC;IAC9B,UAAU,aAAa;QACrB,GAAG,EAAE,GAAG,CAAC;QACT,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;KAChB;CACF"}