@abtnode/types 1.16.25-beta-822a748c → 1.16.25-beta-85e265d1

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/lib/type_pb.d.ts +2 -0
  2. package/package.json +3 -3
package/lib/type_pb.d.ts CHANGED
@@ -899,6 +899,8 @@ export type TProject = {
899
899
  createdAt: string;
900
900
  updatedAt: string;
901
901
  componentdid: string;
902
+ lastReleaseId: string;
903
+ lastReleaseFiles: string[];
902
904
  };
903
905
  export type TRelease = {
904
906
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.25-beta-822a748c",
3
+ "version": "1.16.25-beta-85e265d1",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "resolutions": {},
13
13
  "devDependencies": {
14
- "@arcblock/eslint-config-ts": "0.2.4",
14
+ "@arcblock/eslint-config-ts": "0.3.0",
15
15
  "@types/jest": "^29.5.11",
16
16
  "@types/node": "^17.0.45",
17
17
  "eslint": "^8.25.0",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/ArcBlock/abt-node/issues"
38
38
  },
39
- "gitHead": "3be787b425f0bb4e4bd26a01b4d361ea44da7642"
39
+ "gitHead": "ea2dbf135591636c3d1899374b99d66eee61c7d2"
40
40
  }