wechat-offiaccount 0.3.0-alpha.0 → 0.3.0

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/CHANGELOG +1 -1
  2. package/package.json +1 -1
package/CHANGELOG CHANGED
@@ -25,7 +25,7 @@ v0.2.1:
25
25
  * wx.openPrivacyContract()
26
26
  * wx.getPrivacySetting()
27
27
  v0.3.0:
28
- date:
28
+ date:2026-03-07
29
29
  changes:
30
30
  - 新增功能
31
31
  1、微信公众号辅助调试服务器部分功能暴露API接口
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wechat-offiaccount",
3
- "version": "0.3.0-alpha.0",
3
+ "version": "0.3.0",
4
4
  "description": "微信公众号辅助调试服务器 + 微信官方js-sdk,支持typescript开发",
5
5
  "sideEffects": false,
6
6
  "main": "src/index.js",