@metamask/network-controller 13.0.0 → 13.0.1

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/CHANGELOG.md +6 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [13.0.1]
10
+ ### Changed
11
+ - Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718))
12
+
9
13
  ## [13.0.0]
10
14
  ### Changed
11
15
  - **BREAKING**: Remove `NetworkId` type ([#1633](https://github.com/MetaMask/core/pull/1633))
@@ -261,7 +265,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
261
265
 
262
266
  All changes listed after this point were applied to this package following the monorepo conversion.
263
267
 
264
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@13.0.0...HEAD
268
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@13.0.1...HEAD
269
+ [13.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@13.0.0...@metamask/network-controller@13.0.1
265
270
  [13.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.2.0...@metamask/network-controller@13.0.0
266
271
  [12.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.1.2...@metamask/network-controller@12.2.0
267
272
  [12.1.2]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.1.1...@metamask/network-controller@12.1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/network-controller",
3
- "version": "13.0.0",
3
+ "version": "13.0.1",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -28,8 +28,8 @@
28
28
  "test:watch": "jest --watch"
29
29
  },
30
30
  "dependencies": {
31
- "@metamask/base-controller": "^3.2.1",
32
- "@metamask/controller-utils": "^5.0.0",
31
+ "@metamask/base-controller": "^3.2.2",
32
+ "@metamask/controller-utils": "^5.0.1",
33
33
  "@metamask/eth-json-rpc-infura": "^8.1.1",
34
34
  "@metamask/eth-json-rpc-middleware": "^11.0.2",
35
35
  "@metamask/eth-json-rpc-provider": "^1.0.0",
@@ -56,9 +56,9 @@
56
56
  "nock": "^13.3.1",
57
57
  "sinon": "^9.2.4",
58
58
  "ts-jest": "^27.1.4",
59
- "typedoc": "^0.22.15",
60
- "typedoc-plugin-missing-exports": "^0.22.6",
61
- "typescript": "~4.6.3"
59
+ "typedoc": "^0.23.15",
60
+ "typedoc-plugin-missing-exports": "^0.23.0",
61
+ "typescript": "~4.8.4"
62
62
  },
63
63
  "engines": {
64
64
  "node": ">=16.0.0"