@waku/enr 0.0.29-ff0222a.0 → 0.0.29
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 +11 -0
- package/bundle/index.js +3777 -3603
- package/dist/.tsbuildinfo +1 -1
- package/package.json +98 -1
package/CHANGELOG.md
CHANGED
@@ -99,6 +99,17 @@ 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.29](https://github.com/waku-org/js-waku/compare/enr-v0.0.28...enr-v0.0.29) (2025-04-23)
|
103
|
+
|
104
|
+
|
105
|
+
### Dependencies
|
106
|
+
|
107
|
+
* The following workspace dependencies were updated
|
108
|
+
* dependencies
|
109
|
+
* @waku/utils bumped from 0.0.22 to 0.0.23
|
110
|
+
* devDependencies
|
111
|
+
* @waku/interfaces bumped from 0.0.29 to 0.0.30
|
112
|
+
|
102
113
|
## [0.0.28](https://github.com/waku-org/js-waku/compare/enr-v0.0.27...enr-v0.0.28) (2025-03-24)
|
103
114
|
|
104
115
|
|