@splashprotocol/remote-builder 2.0.0-beta.53 → 2.0.0-beta.55

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/dist/index.cjs +3 -3
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  InsufficientCollateralError: () => InsufficientCollateralError,
24
24
  InsufficientFundsErrorForChange: () => InsufficientFundsErrorForChange,
25
25
  NoCollateralError: () => NoCollateralError,
@@ -27,7 +27,7 @@ __export(src_exports, {
27
27
  SignedRemoteTransaction: () => SignedRemoteTransaction,
28
28
  SplashRemoteBuilder: () => SplashRemoteBuilder
29
29
  });
30
- module.exports = __toCommonJS(src_exports);
30
+ module.exports = __toCommonJS(index_exports);
31
31
 
32
32
  // src/core/models/RemoteTransaction/RemoteTransaction.ts
33
33
  var RemoteTransaction = class _RemoteTransaction {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splashprotocol/remote-builder",
3
- "version": "2.0.0-beta.53",
3
+ "version": "2.0.0-beta.55",
4
4
  "type": "module",
5
5
  "description": "Api client of splash protocol",
6
6
  "scripts": {
@@ -33,7 +33,7 @@
33
33
  ]
34
34
  },
35
35
  "peerDependencies": {
36
- "@splashprotocol/api": "2.0.0-beta.30",
36
+ "@splashprotocol/api": "2.0.0-beta.32",
37
37
  "@splashprotocol/core": "2.0.0-beta.14"
38
38
  }
39
39
  }