phecda-server 8.4.0 → 8.4.1

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/bin/cli.mjs +0 -3
  2. package/package.json +1 -1
package/bin/cli.mjs CHANGED
@@ -160,9 +160,6 @@ cli
160
160
  dirs: [
161
161
  ],
162
162
  presets: [
163
- {
164
- package: 'phecda-core'
165
- },
166
163
  {
167
164
  package: 'phecda-server'
168
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phecda-server",
3
- "version": "8.4.0",
3
+ "version": "8.4.1",
4
4
  "description": "server framework that provide IOC/type-reuse/http&rpc-adaptor",
5
5
  "author": "fgsreally",
6
6
  "license": "MIT",