@yoooclaw/phone-notifications 1.7.0 → 1.7.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoooclaw/phone-notifications",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "type": "module",
5
5
  "description": "后台同步手机通知数据到本地存储,供 Agent 查询消费",
6
6
  "main": "dist/index.js",
@@ -50,6 +50,7 @@
50
50
  "lint": "eslint src/",
51
51
  "test": "vitest run",
52
52
  "test:watch": "vitest",
53
+ "release": "bash scripts/release.sh",
53
54
  "upload": "node scripts/upload-oss.mjs",
54
55
  "upload:install": "node scripts/upload-oss.mjs --only install",
55
56
  "upload:pack": "node scripts/upload-oss.mjs --only pack"