Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit e5953f3

Browse files
authored
Merge branch 'main' into bump-json-rpc-engine
2 parents 6e2f116 + 1971a09 commit e5953f3

File tree

3 files changed

+35
-16
lines changed

3 files changed

+35
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.2.3]
10+
### Fixed
11+
- Moved json-rpc-engine from devDependencies to dependencies ([#56](https://github.com/MetaMask/json-rpc-middleware-stream/pull/53))
12+
913
## [4.2.2]
1014
### Changed
1115
- Bump @metamask/safe-event-emitter from 2.0.0 to 3.0.0 ([#44](https://github.com/MetaMask/json-rpc-middleware-stream/pull/44))
@@ -38,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3842
### Added
3943
- TypeScript typings ([#11](https://github.com/MetaMask/json-rpc-middleware-stream/pull/11))
4044

41-
[Unreleased]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.2...HEAD
45+
[Unreleased]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.3...HEAD
46+
[4.2.3]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.2...v4.2.3
4247
[4.2.2]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.1...v4.2.2
4348
[4.2.1]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.0...v4.2.1
4449
[4.2.0]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.1.0...v4.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rpc-middleware-stream",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "A small toolset for streaming JSON-RPC data and matching requests and responses.",
55
"repository": {
66
"type": "git",

yarn.lock

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,12 +1236,7 @@ ansi-escapes@^4.2.1:
12361236
dependencies:
12371237
type-fest "^0.21.3"
12381238

1239-
ansi-regex@^5.0.0:
1240-
version "5.0.0"
1241-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
1242-
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
1243-
1244-
ansi-regex@^5.0.1:
1239+
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
12451240
version "5.0.1"
12461241
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
12471242
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
@@ -4191,6 +4186,11 @@ punycode@^2.1.0, punycode@^2.1.1:
41914186
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
41924187
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
41934188

4189+
querystringify@^2.1.1:
4190+
version "2.2.0"
4191+
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
4192+
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
4193+
41944194
react-is@^17.0.1:
41954195
version "17.0.2"
41964196
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
@@ -4260,6 +4260,11 @@ require-from-string@^2.0.2:
42604260
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
42614261
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
42624262

4263+
requires-port@^1.0.0:
4264+
version "1.0.0"
4265+
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
4266+
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
4267+
42634268
resolve-cwd@^3.0.0:
42644269
version "3.0.0"
42654270
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
@@ -4732,13 +4737,14 @@ to-regex-range@^5.0.1:
47324737
is-number "^7.0.0"
47334738

47344739
tough-cookie@^4.0.0:
4735-
version "4.0.0"
4736-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4"
4737-
integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==
4740+
version "4.1.3"
4741+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
4742+
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
47384743
dependencies:
47394744
psl "^1.1.33"
47404745
punycode "^2.1.1"
4741-
universalify "^0.1.2"
4746+
universalify "^0.2.0"
4747+
url-parse "^1.5.3"
47424748

47434749
tr46@^2.1.0:
47444750
version "2.1.0"
@@ -4867,10 +4873,10 @@ unique-slug@^4.0.0:
48674873
dependencies:
48684874
imurmurhash "^0.1.4"
48694875

4870-
universalify@^0.1.2:
4871-
version "0.1.2"
4872-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
4873-
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
4876+
universalify@^0.2.0:
4877+
version "0.2.0"
4878+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
4879+
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
48744880

48754881
update-browserslist-db@^1.0.4:
48764882
version "1.0.4"
@@ -4887,6 +4893,14 @@ uri-js@^4.2.2:
48874893
dependencies:
48884894
punycode "^2.1.0"
48894895

4896+
url-parse@^1.5.3:
4897+
version "1.5.10"
4898+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
4899+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
4900+
dependencies:
4901+
querystringify "^2.1.1"
4902+
requires-port "^1.0.0"
4903+
48904904
util-deprecate@^1.0.1, util-deprecate@~1.0.1:
48914905
version "1.0.2"
48924906
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)