@metamask-previews/eth-json-rpc-provider 2.3.2-preview.8cdddaf → 2.3.2-preview.cbe2fbb7
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 +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
|
|
2
3
|
All notable changes to this project will be documented in this file.
|
|
3
4
|
|
|
4
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
@@ -7,35 +8,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
8
|
## [Unreleased]
|
|
8
9
|
|
|
9
10
|
## [2.3.2]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
13
|
+
|
|
11
14
|
- Bump `@metamask/utils` to `^8.3.0` ([#3769](https://github.com/MetaMask/core/pull/3769))
|
|
12
15
|
- Bump `@metamask/json-rpc-engine` to `^7.3.2` ([#3821](https://github.com/MetaMask/core/pull/3821))
|
|
13
16
|
|
|
14
17
|
## [2.3.1]
|
|
18
|
+
|
|
15
19
|
### Changed
|
|
20
|
+
|
|
16
21
|
- Bump `@metamask/json-rpc-engine` to `^7.3.1` ([#3695](https://github.com/MetaMask/core/pull/3695))
|
|
17
22
|
|
|
18
23
|
## [2.3.0]
|
|
24
|
+
|
|
19
25
|
### Added
|
|
26
|
+
|
|
20
27
|
- Migrate `@metamask/eth-json-rpc-provider` into the core monorepo ([#1738](https://github.com/MetaMask/core/pull/1738))
|
|
21
28
|
|
|
22
29
|
### Changed
|
|
30
|
+
|
|
23
31
|
- Export `SafeEventEmitterProvider` as class instead of type ([#1738](https://github.com/MetaMask/core/pull/1738))
|
|
24
32
|
- Bump `@metamask/json-rpc-engine` from `^7.1.0` to `^7.2.0` ([#1895](https://github.com/MetaMask/core/pull/1895))
|
|
25
33
|
- Bump `@metamask/utils` from `^8.1.0` to `^8.2.0` ([#1895](https://github.com/MetaMask/core/pull/1895))
|
|
26
34
|
- Bump `@metamask/auto-changelog` from `^3.2.0` to `^3.4.3` ([#1870](https://github.com/MetaMask/core/pull/1870), [#1905](https://github.com/MetaMask/core/pull/1905), [#1997](https://github.com/MetaMask/core/pull/1997))
|
|
27
35
|
|
|
28
36
|
## [2.2.0]
|
|
37
|
+
|
|
29
38
|
### Changed
|
|
39
|
+
|
|
30
40
|
- Add missing ISC license information ([#24](https://github.com/MetaMask/eth-json-rpc-provider/pull/24))
|
|
31
41
|
|
|
32
42
|
## [2.1.0]
|
|
43
|
+
|
|
33
44
|
### Changed
|
|
45
|
+
|
|
34
46
|
- Bump `@metamask/json-rpc-engine` from `^7.0.0` to `^7.1.0` ([#25](https://github.com/MetaMask/eth-json-rpc-provider/pull/25))
|
|
35
47
|
- Bump `@metamask/utils` from `^5.0.1` to `^8.1.0` ([#25](https://github.com/MetaMask/eth-json-rpc-provider/pull/25))
|
|
36
48
|
|
|
37
49
|
## [2.0.0]
|
|
50
|
+
|
|
38
51
|
### Fixed
|
|
52
|
+
|
|
39
53
|
- **BREAKING:** Update minimum Node.js version to 16 ([#20](https://github.com/MetaMask/eth-json-rpc-provider/pull/20))
|
|
40
54
|
- Switched json-rpc-engine@^6.1.0 -> @metamask/json-rpc-engine@^7.0.0 ([#16](https://github.com/MetaMask/eth-json-rpc-provider/pull/16))
|
|
41
55
|
- **BREAKING**: Typescript type updates
|
|
@@ -46,7 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
46
60
|
Release `v2.0.0` is identical to `v1.0.1` aside from Node.js version requirement imposed by a dependency updates has been made explicit.
|
|
47
61
|
|
|
48
62
|
## [1.0.1] [RETRACTED]
|
|
63
|
+
|
|
49
64
|
### Changed
|
|
65
|
+
|
|
50
66
|
- **BREAKING:** Update minimum Node.js version to 16 ([#20](https://github.com/MetaMask/eth-json-rpc-provider/pull/20))
|
|
51
67
|
- Switched json-rpc-engine@^6.1.0 -> @metamask/json-rpc-engine@^7.0.0 ([#16](https://github.com/MetaMask/eth-json-rpc-provider/pull/16))
|
|
52
68
|
- **BREAKING**: Typescript type updates
|
|
@@ -55,7 +71,9 @@ Release `v2.0.0` is identical to `v1.0.1` aside from Node.js version requirement
|
|
|
55
71
|
- Added @metamask/utils@5.0.1
|
|
56
72
|
|
|
57
73
|
## [1.0.0]
|
|
74
|
+
|
|
58
75
|
### Added
|
|
76
|
+
|
|
59
77
|
- Initial release, including `providerFromEngine` and `providerFromMiddleware`.
|
|
60
78
|
|
|
61
79
|
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@2.3.2...HEAD
|
package/package.json
CHANGED