mas-server 2.0.41 → 2.0.42

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mas-server",
3
- "version": "2.0.41",
3
+ "version": "2.0.42",
4
4
  "description": "一款基于express面向中小型项目的后端框架",
5
5
  "main": "dist/index.js",
6
6
  "typings": "src/index.ts",
@@ -15,7 +15,7 @@
15
15
  "init": "npx nodemon ./test/scripts/beforeCreated.ts -end",
16
16
  "gsft": "npx nodemon ./test/scripts/getSqlFormType.ts",
17
17
  "build":"tsc",
18
- "publish": "tsc && npm publish && cnpm sync cnpmcore"
18
+ "sync": "tsc && npm publish && cnpm sync cnpmcore"
19
19
  },
20
20
  "keywords": [],
21
21
  "author": "tingxi8087",