@injectivelabs/sdk-ts 1.12.0-beta.71 → 1.12.0-beta.72

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.
@@ -2,4 +2,5 @@ import MsgGrant from './msgs/MsgGrant';
2
2
  import MsgRevoke from './msgs/MsgRevoke';
3
3
  import MsgAuthzExec from './msgs/MsgExec';
4
4
  export { MsgGrant, MsgRevoke, MsgAuthzExec };
5
+ export * from './utils';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/core/modules/authz/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAA;AACtC,OAAO,SAAS,MAAM,kBAAkB,CAAA;AACxC,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAEzC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,YAAY,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/core/modules/authz/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAA;AACtC,OAAO,SAAS,MAAM,kBAAkB,CAAA;AACxC,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAEzC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,YAAY,EAAE,CAAA;AAC5C,cAAc,SAAS,CAAA"}
@@ -1,4 +1,18 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  var __importDefault = (this && this.__importDefault) || function (mod) {
3
17
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
18
  };
@@ -10,4 +24,5 @@ const MsgRevoke_1 = __importDefault(require("./msgs/MsgRevoke"));
10
24
  exports.MsgRevoke = MsgRevoke_1.default;
11
25
  const MsgExec_1 = __importDefault(require("./msgs/MsgExec"));
12
26
  exports.MsgAuthzExec = MsgExec_1.default;
27
+ __exportStar(require("./utils"), exports);
13
28
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/core/modules/authz/index.ts"],"names":[],"mappings":";;;;;;AAAA,+DAAsC;AAI7B,mBAJF,kBAAQ,CAIE;AAHjB,iEAAwC;AAGrB,oBAHZ,mBAAS,CAGY;AAF5B,6DAAyC;AAEX,uBAFvB,iBAAY,CAEuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/core/modules/authz/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,+DAAsC;AAI7B,mBAJF,kBAAQ,CAIE;AAHjB,iEAAwC;AAGrB,oBAHZ,mBAAS,CAGY;AAF5B,6DAAyC;AAEX,uBAFvB,iBAAY,CAEuB;AAC1C,0CAAuB"}
@@ -2,4 +2,5 @@ import MsgGrant from './msgs/MsgGrant';
2
2
  import MsgRevoke from './msgs/MsgRevoke';
3
3
  import MsgAuthzExec from './msgs/MsgExec';
4
4
  export { MsgGrant, MsgRevoke, MsgAuthzExec };
5
+ export * from './utils';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/core/modules/authz/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAA;AACtC,OAAO,SAAS,MAAM,kBAAkB,CAAA;AACxC,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAEzC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,YAAY,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/core/modules/authz/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAA;AACtC,OAAO,SAAS,MAAM,kBAAkB,CAAA;AACxC,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAEzC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,YAAY,EAAE,CAAA;AAC5C,cAAc,SAAS,CAAA"}
@@ -2,4 +2,5 @@ import MsgGrant from './msgs/MsgGrant';
2
2
  import MsgRevoke from './msgs/MsgRevoke';
3
3
  import MsgAuthzExec from './msgs/MsgExec';
4
4
  export { MsgGrant, MsgRevoke, MsgAuthzExec };
5
+ export * from './utils';
5
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/core/modules/authz/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAA;AACtC,OAAO,SAAS,MAAM,kBAAkB,CAAA;AACxC,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAEzC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,YAAY,EAAE,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/core/modules/authz/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAA;AACtC,OAAO,SAAS,MAAM,kBAAkB,CAAA;AACxC,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAEzC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,YAAY,EAAE,CAAA;AAC5C,cAAc,SAAS,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.12.0-beta.71",
4
+ "version": "1.12.0-beta.72",
5
5
  "sideEffects": false,
6
6
  "license": "Apache-2.0",
7
7
  "author": {
@@ -69,7 +69,7 @@
69
69
  "shx": "^0.3.2",
70
70
  "snakecase-keys": "^5.4.1"
71
71
  },
72
- "gitHead": "9f49eb3dcfa4ac71796579fc0fabf40912f03ea6",
72
+ "gitHead": "918feab5cb27e9425ea98d6e16b34a9f44bcfd83",
73
73
  "typedoc": {
74
74
  "entryPoint": "./src/index.ts",
75
75
  "readmeFile": "./README.md",