phecda-server 7.0.0-alpha.15 → 7.0.0-alpha.16

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.js CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
 
8
8
 
9
+ var _chunk6OQ2SB5Wjs = require('./chunk-6OQ2SB5W.js');
9
10
 
10
11
 
11
12
 
@@ -22,7 +23,6 @@
22
23
 
23
24
 
24
25
 
25
- var _chunkKCPBITYZjs = require('./chunk-KCPBITYZ.js');
26
26
 
27
27
 
28
28
 
@@ -31,7 +31,7 @@ var _chunkKCPBITYZjs = require('./chunk-KCPBITYZ.js');
31
31
 
32
32
 
33
33
 
34
- var _chunk6OQ2SB5Wjs = require('./chunk-6OQ2SB5W.js');
34
+ var _chunkKCPBITYZjs = require('./chunk-KCPBITYZ.js');
35
35
 
36
36
 
37
37
 
package/dist/index.mjs CHANGED
@@ -1,3 +1,12 @@
1
+ import {
2
+ Factory,
3
+ Meta,
4
+ ServerPhecda,
5
+ defaultServerInject,
6
+ emitter,
7
+ phecdaNamespace,
8
+ useS
9
+ } from "./chunk-YCES6ABN.mjs";
1
10
  import {
2
11
  Addon,
3
12
  Arg,
@@ -23,15 +32,6 @@ import {
23
32
  Rpc,
24
33
  Search
25
34
  } from "./chunk-MUI6MTUO.mjs";
26
- import {
27
- Factory,
28
- Meta,
29
- ServerPhecda,
30
- defaultServerInject,
31
- emitter,
32
- phecdaNamespace,
33
- useS
34
- } from "./chunk-YCES6ABN.mjs";
35
35
  import {
36
36
  BadGatewayException,
37
37
  BadRequestException,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phecda-server",
3
- "version": "7.0.0-alpha.15",
3
+ "version": "7.0.0-alpha.16",
4
4
  "description": "server framework that provide IOC/type-reuse/http&rpc-adaptor",
5
5
  "author": "fgsreally",
6
6
  "license": "MIT",
@@ -156,7 +156,7 @@
156
156
  "picocolors": "^1.0.0",
157
157
  "reflect-metadata": "^0.1.13",
158
158
  "ts-mixer": "^6.0.4",
159
- "phecda-core": "4.1.0-alpha.0"
159
+ "phecda-core": "4.1.0-alpha.1"
160
160
  },
161
161
  "devDependencies": {
162
162
  "@koa/router": "^12.0.1",