@metamask-previews/multichain-transactions-controller 6.0.0-preview-684a40c0 → 6.0.0-preview-317c0a9f

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 (1) hide show
  1. package/package.json +1 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-transactions-controller",
3
- "version": "6.0.0-preview-684a40c0",
3
+ "version": "6.0.0-preview-317c0a9f",
4
4
  "description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -36,7 +36,6 @@
36
36
  ],
37
37
  "scripts": {
38
38
  "build": "ts-bridge --project tsconfig.build.json --verbose --clean --no-references",
39
- "build:all": "ts-bridge --project tsconfig.build.json --verbose --clean",
40
39
  "build:docs": "typedoc",
41
40
  "changelog:update": "../../scripts/update-changelog.sh @metamask/multichain-transactions-controller",
42
41
  "changelog:validate": "../../scripts/validate-changelog.sh @metamask/multichain-transactions-controller",
@@ -66,7 +65,6 @@
66
65
  "@metamask/auto-changelog": "^3.4.4",
67
66
  "@metamask/keyring-controller": "^24.0.0",
68
67
  "@metamask/snaps-controllers": "^14.0.1",
69
- "@ts-bridge/cli": "^0.6.4",
70
68
  "@types/jest": "^27.4.1",
71
69
  "deepmerge": "^4.2.2",
72
70
  "jest": "^27.5.1",