@waku/enr 0.0.7 → 0.0.8

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
  * devDependencies
12
12
  * @waku/interfaces bumped from 0.0.8 to 0.0.9
13
13
 
14
+ ### Dependencies
15
+
16
+ * The following workspace dependencies were updated
17
+ * dependencies
18
+ * @waku/utils bumped from 0.0.2 to 0.0.3
19
+ * devDependencies
20
+ * @waku/interfaces bumped from 0.0.9 to 0.0.10
21
+
14
22
  ## [0.0.6](https://github.com/waku-org/js-waku/compare/enr-v0.0.5...enr-v0.0.6) (2023-03-16)
15
23
 
16
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waku/enr",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "ENR (EIP-778) for Waku",
5
5
  "types": "./dist/index.d.ts",
6
6
  "module": "./dist/index.js",
@@ -58,7 +58,7 @@
58
58
  "@libp2p/peer-id": "^2.0.2",
59
59
  "@multiformats/multiaddr": "^12.0.0",
60
60
  "@noble/secp256k1": "^1.7.1",
61
- "@waku/utils": "0.0.2",
61
+ "@waku/utils": "0.0.3",
62
62
  "debug": "^4.3.4",
63
63
  "js-sha3": "^0.8.0"
64
64
  },
@@ -74,7 +74,7 @@
74
74
  "@typescript-eslint/eslint-plugin": "^5.55.0",
75
75
  "@typescript-eslint/parser": "^5.51.0",
76
76
  "@waku/build-utils": "*",
77
- "@waku/interfaces": "0.0.9",
77
+ "@waku/interfaces": "0.0.10",
78
78
  "chai": "^4.3.7",
79
79
  "cspell": "^6.28.0",
80
80
  "eslint": "^8.35.0",