wan-ton-sdk 0.0.16 → 0.0.18

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,2 @@
1
1
  export * from './buildHash';
2
2
  export * from './rawTrans';
3
- export declare const toolsSec256k1: any;
@@ -14,7 +14,6 @@ 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.toolsSec256k1 = void 0;
18
17
  __exportStar(require("./buildHash"), exports);
19
18
  __exportStar(require("./rawTrans"), exports);
20
- exports.toolsSec256k1 = require('./tools-secp256k1');
19
+ //export const toolsSec256k1 = require('./tools-secp256k1') // only for internal use.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wan-ton-sdk",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "scripts": {
5
5
  "build": "rm -rf ./dist && tsc",
6
6
  "test": "jest --verbose"
@@ -17,12 +17,12 @@
17
17
  "prettier": "^3.3.2",
18
18
  "ts-jest": "^29.2.0",
19
19
  "ts-node": "^10.9.2",
20
- "typescript": "^5.5.3"
20
+ "typescript": "^5.5.3",
21
+ "@ton/blueprint": "0.22.0"
21
22
  },
22
23
  "dependencies": {
23
24
  "@orbs-network/ton-access": "2.3.3",
24
25
  "@ton-community/func-js": "0.7.0",
25
- "@ton/blueprint": "0.22.0",
26
26
  "@ton/core": "0.59.0",
27
27
  "@ton/crypto": "3.3.0",
28
28
  "@ton/sandbox": "0.20.0",