@meadmin/midway-vite-view 1.2.0 → 1.2.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/vite-view.js +0 -0
  2. package/package.json +10 -11
package/bin/vite-view.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meadmin/midway-vite-view",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "midway 的 vite 服务端渲染和客户端渲染组件,",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
@@ -8,15 +8,6 @@
8
8
  "bin": {
9
9
  "vite-view": "bin/vite-view.js"
10
10
  },
11
- "scripts": {
12
- "build": "mwtsc --cleanOutDir",
13
- "test": "mwtsc test --ts",
14
- "cov": "mwtsc cov --ts",
15
- "lint": "mwts check",
16
- "lint:fix": "mwts fix",
17
- "vueBuild": "vite bind",
18
- "prepublishOnly": "pnpm build"
19
- },
20
11
  "keywords": [
21
12
  "midway view",
22
13
  "vite",
@@ -66,5 +57,13 @@
66
57
  },
67
58
  "engines": {
68
59
  "node": ">=22.14.0"
60
+ },
61
+ "scripts": {
62
+ "build": "mwtsc --cleanOutDir",
63
+ "test": "mwtsc test --ts",
64
+ "cov": "mwtsc cov --ts",
65
+ "lint": "mwts check",
66
+ "lint:fix": "mwts fix",
67
+ "vueBuild": "vite bind"
69
68
  }
70
- }
69
+ }