@dbos-inc/dbos-sdk 0.9.15-preview.g3106cba55d → 0.9.16-preview

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  #!/bin/bash
2
+ set -e
2
3
 
3
4
  # Check if PGPASSWORD is set
4
5
  if [[ -z "${PGPASSWORD}" ]]; then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbos-inc/dbos-sdk",
3
- "version": "0.9.15-preview.g3106cba55d",
3
+ "version": "0.9.16-preview",
4
4
  "description": "A Typescript framework built on the database",
5
5
  "license": "MIT",
6
6
  "repository": {