morghulis 1.0.43 → 1.0.46

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "morghulis",
3
- "version": "1.0.43",
3
+ "version": "1.0.46",
4
4
  "description": "数据库模型",
5
5
  "private": false,
6
6
  "type": "module",
@@ -12,13 +12,13 @@
12
12
  ],
13
13
  "scripts": {
14
14
  "dev": "vite",
15
- "build": "run-p type-check \"build-only {@}\" -- && node build-typings.js",
15
+ "build": "rm -rf dist && vite build && node copy-dts.js",
16
16
  "preview": "vite preview",
17
17
  "build-only": "vite build",
18
18
  "type-check": "vue-tsc --build",
19
19
  "prepare": "npm run build",
20
20
  "prepublishOnly": "npm run build",
21
- "generate-types": "node build-typings.js"
21
+ "generate-types": "node copy-dts.js"
22
22
  },
23
23
  "dependencies": {
24
24
  "@fortawesome/fontawesome-svg-core": "^6.7.2",