@riocrypto/common-server 1.0.1150 → 1.0.1151

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.
@@ -269,7 +269,8 @@ const buildBistoClient = () => __awaiter(void 0, void 0, void 0, function* () {
269
269
  throw new common_1.SecretManagerError();
270
270
  }
271
271
  const env = process.env.RIO_ENV === common_1.RioEnv.Production ||
272
- process.env.RIO_ENV === common_1.RioEnv.Staging
272
+ process.env.RIO_ENV === common_1.RioEnv.Staging ||
273
+ process.env.RIO_ENV === common_1.RioEnv.Development
273
274
  ? "production"
274
275
  : "sandbox";
275
276
  return new BitsoClient(BITSO_API_KEY, BITSO_API_SECRET, env);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1150",
3
+ "version": "1.0.1151",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",