@i17hush/h5-utils 1.1.4 → 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 (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.1.4",
6
+ "version": "1.2.1",
7
7
  "description": "H5常用工具库,封装前端高频方法,采用适配器模式支持浏览器与Taro多端切换",
8
8
  "keywords": [
9
9
  "utils",
@@ -54,6 +54,7 @@
54
54
  "format": "prettier --write \"src/**/*.ts\"",
55
55
  "typecheck": "tsc --noEmit",
56
56
  "prepublishOnly": "npm run build",
57
+ "merge": "node scripts/merge.mjs",
57
58
  "release": "node scripts/release.mjs",
58
59
  "release:patch": "node scripts/release.mjs patch",
59
60
  "release:minor": "node scripts/release.mjs minor",