qsh-webview-sdk 2.0.5 → 2.0.7

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": "qsh-webview-sdk",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "UniApp WebView SDK for WeChat MiniProgram and App",
5
5
  "main": "dist/qsh-webview-sdk.umd.js",
6
6
  "module": "dist/qsh-webview-sdk.es.js",
@@ -15,8 +15,12 @@
15
15
  },
16
16
  "scripts": {
17
17
  "dev": "vite build --watch",
18
+ "play": "npm --prefix ./vue3-playground run dev",
18
19
  "build": "vite build",
19
- "preview": "vite preview"
20
+ "preview": "vite preview",
21
+ "play:vue3": "npm --prefix ./vue3-playground run dev",
22
+ "build:vue3": "npm --prefix ./vue3-playground run build",
23
+ "preview:vue3": "npm --prefix ./vue3-playground run preview"
20
24
  },
21
25
  "keywords": [
22
26
  "uniapp",
@@ -38,6 +42,6 @@
38
42
  "vite": "^7.0.6"
39
43
  },
40
44
  "dependencies": {
41
- "miniprogram-sm-crypto": "^0.3.13"
45
+ "image-tools": "^1.4.0"
42
46
  }
43
47
  }