@waku/enr 0.0.12 → 0.0.13

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -35,6 +35,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
35
  * devDependencies
36
36
  * @waku/interfaces bumped from 0.0.11 to 0.0.12
37
37
 
38
+ ### Dependencies
39
+
40
+ * The following workspace dependencies were updated
41
+ * dependencies
42
+ * @waku/utils bumped from 0.0.6 to 0.0.7
43
+ * devDependencies
44
+ * @waku/interfaces bumped from 0.0.13 to 0.0.14
45
+
38
46
  ## [0.0.12](https://github.com/waku-org/js-waku/compare/enr-v0.0.11...enr-v0.0.12) (2023-05-18)
39
47
 
40
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waku/enr",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "ENR (EIP-778) for Waku",
5
5
  "types": "./dist/index.d.ts",
6
6
  "module": "./dist/index.js",
@@ -56,7 +56,7 @@
56
56
  "@libp2p/peer-id": "^2.0.3",
57
57
  "@multiformats/multiaddr": "^12.0.0",
58
58
  "@noble/secp256k1": "^1.7.1",
59
- "@waku/utils": "0.0.6",
59
+ "@waku/utils": "0.0.7",
60
60
  "debug": "^4.3.4",
61
61
  "js-sha3": "^0.8.0"
62
62
  },
@@ -72,7 +72,7 @@
72
72
  "@typescript-eslint/eslint-plugin": "^5.57.0",
73
73
  "@typescript-eslint/parser": "^5.51.0",
74
74
  "@waku/build-utils": "*",
75
- "@waku/interfaces": "0.0.13",
75
+ "@waku/interfaces": "0.0.14",
76
76
  "chai": "^4.3.7",
77
77
  "cspell": "^6.31.1",
78
78
  "eslint": "^8.35.0",
@@ -89,7 +89,7 @@
89
89
  "npm-run-all": "^4.1.5",
90
90
  "prettier": "^2.8.8",
91
91
  "process": "^0.11.10",
92
- "puppeteer": "^19.8.2",
92
+ "puppeteer": "^20.4.0",
93
93
  "rollup": "^3.21.3",
94
94
  "ts-loader": "^9.4.2",
95
95
  "typescript": "^5.0.4",