@tari-project/metamask-signer 0.6.0 → 0.8.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -157,7 +157,7 @@ export class MetamaskTariSigner {
157
157
  }
158
158
  }
159
159
  function convertToStatus(result) {
160
- // Ref: https://github.com/tari-project/tari-dan/blob/bb0b31139b770aacd7bb49af865543aa4a9e2de4/dan_layer/wallet/sdk/src/apis/transaction.rs
160
+ // Ref: https://github.com/tari-project/tari-ootle/blob/bb0b31139b770aacd7bb49af865543aa4a9e2de4/dan_layer/wallet/sdk/src/apis/transaction.rs
161
161
  if (result.final_decision !== "Commit") {
162
162
  return TransactionStatus.Rejected;
163
163
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tari-project/metamask-signer",
3
- "version": "0.6.0",
3
+ "version": "0.8.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -11,9 +11,9 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "@metamask/providers": "^18.2.0",
14
- "@tari-project/typescript-bindings": "^1.5.5",
15
- "@tari-project/tarijs-types": "^0.6.0",
16
- "@tari-project/tari-signer": "^0.6.0"
14
+ "@tari-project/typescript-bindings": ">=1.9.0",
15
+ "@tari-project/tarijs-types": "^0.8.0",
16
+ "@tari-project/tari-signer": "^0.8.0"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/node": "^22.13.1",