halo-mobile 1.0.1 → 1.0.2

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,11 +1,11 @@
1
1
  {
2
2
  "name": "halo-mobile",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Halo mobile framework",
5
5
  "scripts": {
6
6
  "halo-mobile:tsc": "vue-tsc",
7
- "halo-mobile:build": "npx vite build",
8
- "halo-mobile:build:publish": "npx vite build & npm publish",
7
+ "halo-mobile:build": "vite build",
8
+ "halo-mobile:build:publish": "vite build & npm publish",
9
9
  "halo-mobile:install": "pnpm install",
10
10
  "halo-mobile:outdated": "pnpm outdated",
11
11
  "halo-mobile:publish": "npm publish",
@@ -13,7 +13,7 @@
13
13
  "halo-mobile:test": "echo \"Error: no test specified\" && exit 1"
14
14
  },
15
15
  "type": "module",
16
- "main": "./src/main.ts",
16
+ "main": "./dist/main.ts",
17
17
  "types": "./esm/main.d.ts",
18
18
  "files": [
19
19
  "dist"
@@ -31,7 +31,7 @@
31
31
  "vant": "4.9.3"
32
32
  },
33
33
  "dependencies": {
34
- "halo-fe": "1.0.13",
34
+ "halo-fe": "1.0.15",
35
35
  "qs": "6.13.0",
36
36
  "vue": "3.4.38",
37
37
  "vue-i18n": "9.13.1",