@blocklet/constant 1.8.67-beta-794a8082 → 1.8.68-beta-500af7e5

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/index.js +4 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -89,6 +89,10 @@ const BlockletEvents = Object.freeze({
89
89
  statusChange: 'blocklet.statusChange',
90
90
  dataCleaned: 'blocklet.dataCleaned',
91
91
 
92
+ // 备份还原进度
93
+ backupProgress: 'blocklet.backupProgress',
94
+ restoreProgress: 'blocklet.restoreProgress',
95
+
92
96
  // state updated
93
97
  updated: 'blocklet.updated',
94
98
  domainStatus: 'blocklet.domainStatus',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.67-beta-794a8082",
6
+ "version": "1.8.68-beta-500af7e5",
7
7
  "description": "Blocklet constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^27.5.1"
22
22
  },
23
- "gitHead": "f4ad32bea4d80b12971fb6bef941bdbe2af6a834"
23
+ "gitHead": "9070621373f317a10ff0d289323bf725e30d3521"
24
24
  }