@blocklet/constant 1.16.8-beta-ca58a421 → 1.16.8-beta-81db8efa

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 +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -150,6 +150,7 @@ const RESTORE_PROGRESS_STATUS = {
150
150
  importDataSuccess: 40,
151
151
  installing: 50,
152
152
  completed: 60,
153
+ error: 70,
153
154
  };
154
155
 
155
156
  const CHAIN_PROP_MAP = {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.8-beta-ca58a421",
6
+ "version": "1.16.8-beta-81db8efa",
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": "d0f724c8082572a01b6e9287df6c3d0663ec9c57"
23
+ "gitHead": "8c4e3190de79a1fb2aaa14646255d938324cc5c2"
24
24
  }