@metamask-previews/connectivity-controller 0.2.0-preview-897b6844b → 0.2.0-preview-bfb4d9f5a

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 +0 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,10 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
  - `selectConnectivityStatus` returns the current connectivity status from the controller state
14
14
  - `selectIsOffline` is a memoized selector that returns `true` when the device is offline
15
15
 
16
- ### Changed
17
-
18
- - Bump `@metamask/messenger` from `^1.0.0` to `^1.1.0` ([#8364](https://github.com/MetaMask/core/pull/8364))
19
-
20
16
  ## [0.2.0]
21
17
 
22
18
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/connectivity-controller",
3
- "version": "0.2.0-preview-897b6844b",
3
+ "version": "0.2.0-preview-bfb4d9f5a",
4
4
  "description": "ConnectivityController stores the device's internet connectivity status",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@metamask/base-controller": "^9.0.1",
52
- "@metamask/messenger": "^1.1.0",
52
+ "@metamask/messenger": "^1.0.0",
53
53
  "reselect": "^5.1.1"
54
54
  },
55
55
  "devDependencies": {