@waku/enr 0.0.13 → 0.0.14

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 (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/bundle/index.js +16573 -16552
  3. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -43,6 +43,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
43
  * devDependencies
44
44
  * @waku/interfaces bumped from 0.0.13 to 0.0.14
45
45
 
46
+ ### Dependencies
47
+
48
+ * The following workspace dependencies were updated
49
+ * dependencies
50
+ * @waku/utils bumped from 0.0.7 to 0.0.8
51
+ * devDependencies
52
+ * @waku/interfaces bumped from 0.0.14 to 0.0.15
53
+
46
54
  ## [0.0.12](https://github.com/waku-org/js-waku/compare/enr-v0.0.11...enr-v0.0.12) (2023-05-18)
47
55
 
48
56