@abtnode/types 1.16.25-next-bc2f4c63 → 1.16.25

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
@@ -900,6 +900,8 @@ export type TProject = {
900
900
  createdAt: string;
901
901
  updatedAt: string;
902
902
  componentdid: string;
903
+ lastReleaseId: string;
904
+ lastReleaseFiles: string[];
903
905
  };
904
906
  export type TRelease = {
905
907
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.25-next-bc2f4c63",
3
+ "version": "1.16.25",
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": "499ecf2bde0cdb25dbfdd1cf7807212f5fe37ad9"
39
+ "gitHead": "8752b9a0caa8745e16e1de8db4ef696b713ffb4d"
40
40
  }