@waku/enr 0.0.30-f911bf8.0 → 0.0.31-2ed5ddc.0
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.
- package/CHANGELOG.md +20 -0
- package/bundle/index.js +1962 -1578
- package/dist/.tsbuildinfo +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -99,6 +99,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
99
99
|
* devDependencies
|
100
100
|
* @waku/interfaces bumped from 0.0.27 to 0.0.28
|
101
101
|
|
102
|
+
## [0.0.30](https://github.com/waku-org/js-waku/compare/enr-v0.0.29...enr-v0.0.30) (2025-06-23)
|
103
|
+
|
104
|
+
|
105
|
+
### ⚠ BREAKING CHANGES
|
106
|
+
|
107
|
+
* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401))
|
108
|
+
|
109
|
+
### Miscellaneous Chores
|
110
|
+
|
111
|
+
* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c))
|
112
|
+
|
113
|
+
|
114
|
+
### Dependencies
|
115
|
+
|
116
|
+
* The following workspace dependencies were updated
|
117
|
+
* dependencies
|
118
|
+
* @waku/utils bumped from 0.0.23 to 0.0.24
|
119
|
+
* devDependencies
|
120
|
+
* @waku/interfaces bumped from 0.0.30 to 0.0.31
|
121
|
+
|
102
122
|
## [0.0.29](https://github.com/waku-org/js-waku/compare/enr-v0.0.28...enr-v0.0.29) (2025-04-23)
|
103
123
|
|
104
124
|
|