@metamask-previews/core-backend 6.5.0-preview-68ba7f84e → 7.0.0-preview-5959fe813
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/CHANGELOG.md +4 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [7.0.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Export `V6_DEFI_POSITION_TYPES` and inferred `V6DeFiPositionType`, and type `V6BalanceMetadata.positionType` with the Accounts API v6 DeFi position module values (`deposit`, `lending`, `yield`, `liquidity_pool`, `staked`, `leveraged_farming`, `nft_staked`, `farming`, `locked`, `vesting`, `rewards`, `investment`) ([#9557](https://github.com/MetaMask/core/pull/9557))
|
|
@@ -357,7 +359,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
357
359
|
- **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
|
|
358
360
|
- **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring
|
|
359
361
|
|
|
360
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@
|
|
362
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@7.0.0...HEAD
|
|
363
|
+
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.5.0...@metamask/core-backend@7.0.0
|
|
361
364
|
[6.5.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.4.0...@metamask/core-backend@6.5.0
|
|
362
365
|
[6.4.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.3.3...@metamask/core-backend@6.4.0
|
|
363
366
|
[6.3.3]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.3.2...@metamask/core-backend@6.3.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/core-backend",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0-preview-5959fe813",
|
|
4
4
|
"description": "Core backend services for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@metamask/auto-changelog": "^6.1.0",
|
|
71
71
|
"@ts-bridge/cli": "^0.6.4",
|
|
72
|
-
"@types/jest": "^
|
|
72
|
+
"@types/jest": "^30.0.0",
|
|
73
73
|
"deepmerge": "^4.2.2",
|
|
74
|
-
"jest": "^
|
|
75
|
-
"jest-environment-jsdom": "^
|
|
76
|
-
"ts-jest": "^29.
|
|
74
|
+
"jest": "^30.4.2",
|
|
75
|
+
"jest-environment-jsdom": "^30.4.1",
|
|
76
|
+
"ts-jest": "^29.4.11",
|
|
77
77
|
"tsx": "^4.20.5",
|
|
78
78
|
"typedoc": "^0.25.13",
|
|
79
79
|
"typedoc-plugin-missing-exports": "^2.0.0",
|