@injectivelabs/sdk-ts 1.10.7 → 1.10.9

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,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getGrpcTransport = void 0;
4
- const grpc_web_node_http_transport_1 = require("@improbable-eng/grpc-web-node-http-transport");
5
- const grpc_web_react_native_transport_1 = require("@improbable-eng/grpc-web-react-native-transport");
4
+ const grpc_web_node_http_transport_1 = require("@injectivelabs/grpc-web-node-http-transport");
5
+ const grpc_web_react_native_transport_1 = require("@injectivelabs/grpc-web-react-native-transport");
6
6
  const helpers_1 = require("./helpers");
7
7
  const getGrpcTransport = () => {
8
8
  if ((0, helpers_1.isReactNative)()) {
@@ -1 +1 @@
1
- {"version":3,"file":"grpc.js","sourceRoot":"","sources":["../../../src/utils/grpc.ts"],"names":[],"mappings":";;;AACA,+FAAgF;AAChF,qGAAsF;AACtF,uCAAiD;AAE1C,MAAM,gBAAgB,GAAG,GAAsC,EAAE;IACtE,IAAI,IAAA,uBAAa,GAAE,EAAE;QACnB,OAAO,IAAA,sDAAoB,EAAC,EAAE,eAAe,EAAE,IAAI,EAAE,CAAC,CAAA;KACvD;IAED,IAAI,IAAA,gBAAM,GAAE,EAAE;QACZ,OAAO,IAAA,gDAAiB,GAAE,CAAA;KAC3B;IAED,OAAO,SAAS,CAAA;AAClB,CAAC,CAAA;AAVY,QAAA,gBAAgB,oBAU5B"}
1
+ {"version":3,"file":"grpc.js","sourceRoot":"","sources":["../../../src/utils/grpc.ts"],"names":[],"mappings":";;;AACA,8FAA+E;AAC/E,oGAAqF;AACrF,uCAAiD;AAE1C,MAAM,gBAAgB,GAAG,GAAsC,EAAE;IACtE,IAAI,IAAA,uBAAa,GAAE,EAAE;QACnB,OAAO,IAAA,sDAAoB,EAAC,EAAE,eAAe,EAAE,IAAI,EAAE,CAAC,CAAA;KACvD;IAED,IAAI,IAAA,gBAAM,GAAE,EAAE;QACZ,OAAO,IAAA,gDAAiB,GAAE,CAAA;KAC3B;IAED,OAAO,SAAS,CAAA;AAClB,CAAC,CAAA;AAVY,QAAA,gBAAgB,oBAU5B"}
@@ -1,5 +1,5 @@
1
- import { NodeHttpTransport } from '@improbable-eng/grpc-web-node-http-transport';
2
- import { ReactNativeTransport } from '@improbable-eng/grpc-web-react-native-transport';
1
+ import { NodeHttpTransport } from '@injectivelabs/grpc-web-node-http-transport';
2
+ import { ReactNativeTransport } from '@injectivelabs/grpc-web-react-native-transport';
3
3
  import { isNode, isReactNative } from './helpers';
4
4
  export const getGrpcTransport = () => {
5
5
  if (isReactNative()) {
@@ -1 +1 @@
1
- {"version":3,"file":"grpc.js","sourceRoot":"","sources":["../../../src/utils/grpc.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8CAA8C,CAAA;AAChF,OAAO,EAAE,oBAAoB,EAAE,MAAM,iDAAiD,CAAA;AACtF,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEjD,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAsC,EAAE;IACtE,IAAI,aAAa,EAAE,EAAE;QACnB,OAAO,oBAAoB,CAAC,EAAE,eAAe,EAAE,IAAI,EAAE,CAAC,CAAA;KACvD;IAED,IAAI,MAAM,EAAE,EAAE;QACZ,OAAO,iBAAiB,EAAE,CAAA;KAC3B;IAED,OAAO,SAAS,CAAA;AAClB,CAAC,CAAA"}
1
+ {"version":3,"file":"grpc.js","sourceRoot":"","sources":["../../../src/utils/grpc.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAA;AAC/E,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAA;AACrF,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEjD,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAsC,EAAE;IACtE,IAAI,aAAa,EAAE,EAAE;QACnB,OAAO,oBAAoB,CAAC,EAAE,eAAe,EAAE,IAAI,EAAE,CAAC,CAAA;KACvD;IAED,IAAI,MAAM,EAAE,EAAE;QACZ,OAAO,iBAAiB,EAAE,CAAA;KAC3B;IAED,OAAO,SAAS,CAAA;AAClB,CAAC,CAAA"}
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 browser, node, and react native environment.",
4
- "version": "1.10.7",
4
+ "version": "1.10.9",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
7
7
  "name": "Bojan Angjelkoski",
@@ -35,11 +35,11 @@
35
35
  "@cosmjs/proto-signing": "^0.29.5",
36
36
  "@cosmjs/stargate": "^0.29.5",
37
37
  "@ethersproject/bytes": "^5.7.0",
38
- "@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
39
- "@improbable-eng/grpc-web-react-native-transport": "^0.15.0",
40
38
  "@injectivelabs/core-proto-ts": "^0.0.11",
41
39
  "@injectivelabs/exceptions": "^1.10.0",
42
40
  "@injectivelabs/grpc-web": "^0.0.1",
41
+ "@injectivelabs/grpc-web-node-http-transport": "^0.0.1",
42
+ "@injectivelabs/grpc-web-react-native-transport": "^0.0.1",
43
43
  "@injectivelabs/indexer-proto-ts": "^0.0.9",
44
44
  "@injectivelabs/networks": "^1.10.0",
45
45
  "@injectivelabs/ninja-proto-ts": "1.0.1",
@@ -67,7 +67,7 @@
67
67
  "shx": "^0.3.2",
68
68
  "snakecase-keys": "^5.4.1"
69
69
  },
70
- "gitHead": "d9981c640cdc41c2733df750ba1e8cf26fd231ff",
70
+ "gitHead": "efea3fcc6c88e7a0cd1ead1f9efb6858237730fc",
71
71
  "typedoc": {
72
72
  "entryPoint": "./src/index.ts",
73
73
  "readmeFile": "./README.md",