@parra/parra-js-sdk 0.3.44 → 0.3.45

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.
@@ -951,6 +951,7 @@ export interface UpdateReleaseRequestBody {
951
951
  name?: string;
952
952
  version?: string;
953
953
  description?: string | null;
954
+ status?: ReleaseStatus;
954
955
  type?: ReleaseType;
955
956
  }
956
957
  export interface CreateReleaseItemRequestBody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.44",
3
+ "version": "0.3.45",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",