@defuse-protocol/intents-sdk 0.17.1 → 0.18.0

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/dist/index.cjs CHANGED
@@ -1506,6 +1506,7 @@ async function computeIntentHashBytes(multiPayload) {
1506
1506
  multiPayload
1507
1507
  );
1508
1508
  case "erc191":
1509
+ case "tip191":
1509
1510
  return computeErc191Hash(
1510
1511
  multiPayload
1511
1512
  );
package/dist/index.js CHANGED
@@ -1465,6 +1465,7 @@ async function computeIntentHashBytes(multiPayload) {
1465
1465
  multiPayload
1466
1466
  );
1467
1467
  case "erc191":
1468
+ case "tip191":
1468
1469
  return computeErc191Hash(
1469
1470
  multiPayload
1470
1471
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defuse-protocol/intents-sdk",
3
- "version": "0.17.1",
3
+ "version": "0.18.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -33,8 +33,8 @@
33
33
  "@near-js/client": "^2.0.1",
34
34
  "@near-js/accounts": "^2.0.1",
35
35
  "@near-js/keystores": "^2.0.1",
36
- "@defuse-protocol/contract-types": "0.0.3",
37
- "@defuse-protocol/internal-utils": "0.8.2"
36
+ "@defuse-protocol/contract-types": "0.1.0",
37
+ "@defuse-protocol/internal-utils": "0.9.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "tsup": "^8.5.0",