mas-server 2.0.41 → 2.0.43
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/apiDoc/assets/{empty-907982e4.js → empty-80378c1f.js} +1 -1
- package/dist/apiDoc/assets/index-4087c4e8.css +6 -0
- package/dist/apiDoc/assets/index-a85183ce.js +1427 -0
- package/dist/apiDoc/assets/jsoneditor-icons-45c98bf0.svg +749 -749
- package/dist/apiDoc/index.html +3 -3
- package/package.json +2 -2
- package/src/apiDoc/assets/{empty-907982e4.js → empty-80378c1f.js} +1 -1
- package/src/apiDoc/assets/index-4087c4e8.css +6 -0
- package/src/apiDoc/assets/index-a85183ce.js +1427 -0
- package/src/apiDoc/assets/jsoneditor-icons-45c98bf0.svg +749 -749
- package/src/apiDoc/index.html +3 -3
- package/dist/apiDoc/assets/index-b56e6bc6.js +0 -1414
- package/dist/apiDoc/assets/index-bb16d834.css +0 -6
- package/src/apiDoc/assets/index-b56e6bc6.js +0 -1414
- package/src/apiDoc/assets/index-bb16d834.css +0 -6
package/dist/apiDoc/index.html
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
|
-
<link rel="icon" href="
|
|
5
|
+
<link rel="icon" href="/favicon.ico">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
7
|
<title>Vite App</title>
|
|
8
|
-
<script type="module" crossorigin src="
|
|
9
|
-
<link rel="stylesheet" href="
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-a85183ce.js"></script>
|
|
9
|
+
<link rel="stylesheet" href="/assets/index-4087c4e8.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="app"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mas-server",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.43",
|
|
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
|
-
"
|
|
18
|
+
"sync": "tsc && npm publish && cnpm sync cnpmcore"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [],
|
|
21
21
|
"author": "tingxi8087",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{_ as e}from"./index-
|
|
1
|
+
import{_ as e}from"./index-a85183ce.js";const r={};function t(c,n){return null}const o=e(r,[["render",t]]);export{o as default};
|