@augustdigital/sdk 0.3.1-alpha → 0.3.3-alpha

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.
package/lib/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from '@augustdigital/types';
2
2
  export * from '@augustdigital/utils';
3
3
  export * from '@augustdigital/abis';
4
+ export { POOL_ADDRESSES } from '@augustdigital/pools';
4
5
  import { AugustSDK } from './main';
5
6
  export default AugustSDK;
package/lib/index.js CHANGED
@@ -14,9 +14,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.POOL_ADDRESSES = void 0;
17
18
  __exportStar(require("@augustdigital/types"), exports);
18
19
  __exportStar(require("@augustdigital/utils"), exports);
19
20
  __exportStar(require("@augustdigital/abis"), exports);
21
+ var pools_1 = require("@augustdigital/pools");
22
+ Object.defineProperty(exports, "POOL_ADDRESSES", { enumerable: true, get: function () { return pools_1.POOL_ADDRESSES; } });
20
23
  const main_1 = require("./main");
21
24
  exports.default = main_1.AugustSDK;
22
25
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,uDAAqC;AACrC,sDAAoC;AAEpC,iCAAmC;AACnC,kBAAe,gBAAS,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,uDAAqC;AACrC,sDAAoC;AACpC,8CAAsD;AAA7C,uGAAA,cAAc,OAAA;AAEvB,iCAAmC;AACnC,kBAAe,gBAAS,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@augustdigital/sdk",
3
- "version": "0.3.1-alpha",
3
+ "version": "0.3.3-alpha",
4
4
  "main": "lib/index.js",
5
5
  "keywords": [
6
6
  "augustdigital",
@@ -20,10 +20,10 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "ethers": "^6.13.1",
23
- "@augustdigital/abis": "^0.3.1-alpha",
24
- "@augustdigital/pools": "^0.3.1-alpha",
25
- "@augustdigital/utils": "^0.3.1-alpha",
26
- "@augustdigital/types": "^0.3.1-alpha"
23
+ "@augustdigital/abis": "^0.3.3-alpha",
24
+ "@augustdigital/types": "^0.3.3-alpha",
25
+ "@augustdigital/pools": "^0.3.3-alpha",
26
+ "@augustdigital/utils": "^0.3.3-alpha"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "tsc",