@injectivelabs/exceptions 0.0.44 → 0.1.2

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.
@@ -1,3 +1,3 @@
1
1
  export declare class ExchangeException extends Error {
2
2
  }
3
- //# sourceMappingURL=Exchange.d.ts.map
3
+ //# sourceMappingURL=exchange.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exchange.d.ts","sourceRoot":"","sources":["../src/exchange.ts"],"names":[],"mappings":"AAAA,qBAAa,iBAAkB,SAAQ,KAAK;CAAG"}
@@ -4,4 +4,4 @@ exports.ExchangeException = void 0;
4
4
  class ExchangeException extends Error {
5
5
  }
6
6
  exports.ExchangeException = ExchangeException;
7
- //# sourceMappingURL=Exchange.js.map
7
+ //# sourceMappingURL=exchange.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exchange.js","sourceRoot":"","sources":["../src/exchange.ts"],"names":[],"mappings":";;;AAAA,MAAa,iBAAkB,SAAQ,KAAK;CAAG;AAA/C,8CAA+C"}
@@ -1,3 +1,3 @@
1
1
  export declare class GrpcException extends Error {
2
2
  }
3
- //# sourceMappingURL=Grpc.d.ts.map
3
+ //# sourceMappingURL=grpc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grpc.d.ts","sourceRoot":"","sources":["../src/grpc.ts"],"names":[],"mappings":"AAAA,qBAAa,aAAc,SAAQ,KAAK;CAAG"}
@@ -4,4 +4,4 @@ exports.GrpcException = void 0;
4
4
  class GrpcException extends Error {
5
5
  }
6
6
  exports.GrpcException = GrpcException;
7
- //# sourceMappingURL=Grpc.js.map
7
+ //# sourceMappingURL=grpc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grpc.js","sourceRoot":"","sources":["../src/grpc.ts"],"names":[],"mappings":";;;AAAA,MAAa,aAAc,SAAQ,KAAK;CAAG;AAA3C,sCAA2C"}
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- export * from './Web3';
2
- export * from './Http';
3
- export * from './Contract';
4
- export * from './Grpc';
5
- export * from './Exchange';
1
+ export * from './web3';
2
+ export * from './http';
3
+ export * from './contract';
4
+ export * from './grpc';
5
+ export * from './exchange';
6
6
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -10,9 +10,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
10
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./Web3"), exports);
14
- __exportStar(require("./Http"), exports);
15
- __exportStar(require("./Contract"), exports);
16
- __exportStar(require("./Grpc"), exports);
17
- __exportStar(require("./Exchange"), exports);
13
+ __exportStar(require("./web3"), exports);
14
+ __exportStar(require("./http"), exports);
15
+ __exportStar(require("./contract"), exports);
16
+ __exportStar(require("./grpc"), exports);
17
+ __exportStar(require("./exchange"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -1,3 +1,3 @@
1
1
  export declare class Web3Exception extends Error {
2
2
  }
3
- //# sourceMappingURL=Web3.d.ts.map
3
+ //# sourceMappingURL=web3.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"web3.d.ts","sourceRoot":"","sources":["../src/web3.ts"],"names":[],"mappings":"AAAA,qBAAa,aAAc,SAAQ,KAAK;CAAG"}
@@ -4,4 +4,4 @@ exports.Web3Exception = void 0;
4
4
  class Web3Exception extends Error {
5
5
  }
6
6
  exports.Web3Exception = Web3Exception;
7
- //# sourceMappingURL=Web3.js.map
7
+ //# sourceMappingURL=web3.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"web3.js","sourceRoot":"","sources":["../src/web3.ts"],"names":[],"mappings":";;;AAAA,MAAa,aAAc,SAAQ,KAAK;CAAG;AAA3C,sCAA2C"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/exceptions",
3
3
  "description": "List of exceptions that can be reused throughout Injective's projects.",
4
- "version": "0.0.44",
4
+ "version": "0.1.2",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -27,9 +27,9 @@
27
27
  "start": "node dist/index.js"
28
28
  },
29
29
  "dependencies": {
30
- "@injectivelabs/ts-types": "^0.0.40",
30
+ "@injectivelabs/ts-types": "^0.1.0",
31
31
  "link-module-alias": "^1.2.0",
32
32
  "shx": "^0.3.2"
33
33
  },
34
- "gitHead": "3266b85e0331fd9f2bf87f02efc9cf90e7ce85a2"
34
+ "gitHead": "a12e5c2c5d1038ab42e9669b6eeb1e91873626c2"
35
35
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"Exchange.d.ts","sourceRoot":"","sources":["../src/Exchange.ts"],"names":[],"mappings":"AAAA,qBAAa,iBAAkB,SAAQ,KAAK;CAAG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Exchange.js","sourceRoot":"","sources":["../src/Exchange.ts"],"names":[],"mappings":";;;AAAA,MAAa,iBAAkB,SAAQ,KAAK;CAAG;AAA/C,8CAA+C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Grpc.d.ts","sourceRoot":"","sources":["../src/Grpc.ts"],"names":[],"mappings":"AAAA,qBAAa,aAAc,SAAQ,KAAK;CAAG"}
package/dist/Grpc.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"Grpc.js","sourceRoot":"","sources":["../src/Grpc.ts"],"names":[],"mappings":";;;AAAA,MAAa,aAAc,SAAQ,KAAK;CAAG;AAA3C,sCAA2C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Web3.d.ts","sourceRoot":"","sources":["../src/Web3.ts"],"names":[],"mappings":"AAAA,qBAAa,aAAc,SAAQ,KAAK;CAAG"}
package/dist/Web3.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"Web3.js","sourceRoot":"","sources":["../src/Web3.ts"],"names":[],"mappings":";;;AAAA,MAAa,aAAc,SAAQ,KAAK;CAAG;AAA3C,sCAA2C"}