@injectivelabs/sdk-ts 0.0.35 → 0.0.36

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,5 +1,3 @@
1
- export * from './ChainGrpcClient';
2
- export * from './ChainRestClient';
3
1
  export * from './grpc';
4
2
  export * from './rest';
5
3
  export * from './transformers';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/chain/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,QAAQ,CAAA;AACtB,cAAc,QAAQ,CAAA;AACtB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/chain/index.ts"],"names":[],"mappings":"AAEA,cAAc,QAAQ,CAAA;AACtB,cAAc,QAAQ,CAAA;AACtB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,SAAS,CAAA"}
@@ -10,8 +10,8 @@ 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("./ChainGrpcClient"), exports);
14
- __exportStar(require("./ChainRestClient"), exports);
13
+ // export * from './ChainGrpcClient'
14
+ // export * from './ChainRestClient'
15
15
  __exportStar(require("./grpc"), exports);
16
16
  __exportStar(require("./rest"), exports);
17
17
  __exportStar(require("./transformers"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/client/chain/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAiC;AACjC,oDAAiC;AACjC,yCAAsB;AACtB,yCAAsB;AACtB,iDAA8B;AAC9B,0CAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/client/chain/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oCAAoC;AACpC,oCAAoC;AACpC,yCAAsB;AACtB,yCAAsB;AACtB,iDAA8B;AAC9B,0CAAuB"}
@@ -1,6 +1,3 @@
1
- export * from './ExchangeGrpcClient';
2
- export * from './ExchangeRestClient';
3
- export * from './ExchangeGrpcStreamClient';
4
1
  export * from './grpc';
5
2
  export * from './transformers';
6
3
  export * from './types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/exchange/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,QAAQ,CAAA;AACtB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,SAAS,CAAA;AACvB,cAAc,QAAQ,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/exchange/index.ts"],"names":[],"mappings":"AAGA,cAAc,QAAQ,CAAA;AACtB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,SAAS,CAAA;AACvB,cAAc,QAAQ,CAAA"}
@@ -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("./ExchangeGrpcClient"), exports);
14
- __exportStar(require("./ExchangeRestClient"), exports);
15
- __exportStar(require("./ExchangeGrpcStreamClient"), exports);
13
+ // export * from './ExchangeGrpcClient'
14
+ // export * from './ExchangeRestClient'
15
+ // export * from './ExchangeGrpcStreamClient'
16
16
  __exportStar(require("./grpc"), exports);
17
17
  __exportStar(require("./transformers"), exports);
18
18
  __exportStar(require("./types"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/client/exchange/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uDAAoC;AACpC,uDAAoC;AACpC,6DAA0C;AAC1C,yCAAsB;AACtB,iDAA8B;AAC9B,0CAAuB;AACvB,yCAAsB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/client/exchange/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAuC;AACvC,uCAAuC;AACvC,6CAA6C;AAC7C,yCAAsB;AACtB,iDAA8B;AAC9B,0CAAuB;AACvB,yCAAsB"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/sdk-ts",
3
3
  "description": "SDK in TypeScript for building Injective applications in a Node environment.",
4
- "version": "0.0.35",
4
+ "version": "0.0.36",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Bojan Angjelkoski",
@@ -18,9 +18,16 @@
18
18
  "exports": {
19
19
  ".": "./main.js",
20
20
  "./local": "./dist/local/index.js",
21
+ "./utils": "./dist/utils/index.js",
22
+ "./types": "./dist/types/index.js",
23
+ "./classes": "./dist/classes/index.js",
21
24
  "./core": "./dist/core/index.js",
22
- "./classes": "./dist/core/classes.js",
23
- "./client": "./dist/client/index.js"
25
+ "./client": "./dist/client/index.js",
26
+ "./chain-grpc-client": "./dist/client/chain/ChainGrpcClient.js",
27
+ "./chain-rest-client": "./dist/client/chain/ChainRestClient.js",
28
+ "./exchange-grpc-client": "./dist/client/exchange/ExchangeGrpcClient.js",
29
+ "./exchange-rest-client": "./dist/client/exchange/ExchangeRestClient.js",
30
+ "./exchange-stream-client": "./dist/client/exchange/ExchangeStreamClient.js"
24
31
  },
25
32
  "typesVersions": {
26
33
  "*": {
@@ -30,14 +37,35 @@
30
37
  "local": [
31
38
  "./dist/local/index.d.ts"
32
39
  ],
33
- "core": [
34
- "./dist/core/index.d.ts"
40
+ "utils": [
41
+ "./dist/utils/index.d.ts"
35
42
  ],
36
43
  "classes": [
37
44
  "./dist/classes/index.d.ts"
38
45
  ],
46
+ "types": [
47
+ "./dist/types/index.d.ts"
48
+ ],
49
+ "core": [
50
+ "./dist/core/index.d.ts"
51
+ ],
39
52
  "client": [
40
53
  "./dist/client/index.d.ts"
54
+ ],
55
+ "chain-grpc-client": [
56
+ "./dist/client/chain/ChainGrpcClient.d.ts"
57
+ ],
58
+ "chain-rest-client": [
59
+ "./dist/client/chain/ChainRestClient.d.ts"
60
+ ],
61
+ "exchange-grpc-client": [
62
+ "./dist/client/exchange/ExchangeGrpcClient.d.ts"
63
+ ],
64
+ "exchange-rest-client": [
65
+ "./dist/client/exchange/ExchangeRestClient.d.ts"
66
+ ],
67
+ "exchange-stream-client": [
68
+ "./dist/client/exchange/ExchangeStreamClient.d.ts"
41
69
  ]
42
70
  }
43
71
  },
@@ -64,6 +92,7 @@
64
92
  "@injectivelabs/exceptions": "^0.5.2",
65
93
  "@injectivelabs/exchange-api": "^2.2.70",
66
94
  "@injectivelabs/networks": "^0.5.6",
95
+ "@injectivelabs/token-metadata": "^0.5.21",
67
96
  "@injectivelabs/ts-types": "^0.5.1",
68
97
  "@injectivelabs/tx-utils": "^0.5.2",
69
98
  "@injectivelabs/utils": "^0.5.3",
@@ -83,5 +112,5 @@
83
112
  "snakecase-keys": "^5.4.1",
84
113
  "tiny-secp256k1": "^2.2.1"
85
114
  },
86
- "gitHead": "5d5e86b4d0f66a7196963caf5d79ecddcec5a6f0"
115
+ "gitHead": "a11f908650cfe8d0b2c909fe545b7278027b0707"
87
116
  }