@abtnode/schema 1.16.14-beta-7423f9ef → 1.16.14-beta-5f8607a9

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/lib/index.js CHANGED
@@ -834,6 +834,7 @@ type Backup {
834
834
  updatedAt: Uint32
835
835
  status: Uint32
836
836
  message: String
837
+ progress: Uint32
837
838
  }
838
839
 
839
840
  type BlockletBackupState {
@@ -834,6 +834,7 @@ type Backup {
834
834
  updatedAt: Uint32
835
835
  status: Uint32
836
836
  message: String
837
+ progress: Uint32
837
838
  }
838
839
 
839
840
  type BlockletBackupState {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.14-beta-7423f9ef",
6
+ "version": "1.16.14-beta-5f8607a9",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "b26614028fa0b33cf8b6781c3b571b2a6055dfdd",
16
+ "gitHead": "86c596148144f28050d16ae30ad650edbdb27b0e",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }