@show-karma/karma-gap-sdk 0.3.38 → 0.3.39

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.
@@ -89,6 +89,7 @@ class AlloBase {
89
89
  }
90
90
  catch (error) {
91
91
  console.error(`Failed to create pool: ${error}`);
92
+ throw new Error(`Failed to create pool metadata: ${error}`);
92
93
  }
93
94
  }
94
95
  async updatePoolMetadata(poolId, poolMetadata, callback) {
@@ -107,6 +108,7 @@ class AlloBase {
107
108
  }
108
109
  catch (error) {
109
110
  console.error(`Failed to update pool metadata: ${error}`);
111
+ throw new Error(`Failed to update pool metadata: ${error}`);
110
112
  }
111
113
  }
112
114
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.38",
6
+ "version": "0.3.39",
7
7
  "description": "Simple and easy interface between EAS and Karma GAP.",
8
8
  "main": "./index.js",
9
9
  "author": "KarmaHQ",