@waku/message-encryption 0.0.21 → 0.0.23-a42b7be.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 CHANGED
@@ -68,6 +68,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
68
68
  * @waku/interfaces bumped from 0.0.17 to 0.0.18
69
69
  * @waku/utils bumped from 0.0.10 to 0.0.11
70
70
 
71
+ ## [0.0.22](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.21...message-encryption-v0.0.22) (2023-10-16)
72
+
73
+
74
+ ### ⚠ BREAKING CHANGES
75
+
76
+ * **static-sharding:** allow multiple pubSubTopics ([#1586](https://github.com/waku-org/js-waku/issues/1586))
77
+
78
+ ### Features
79
+
80
+ * Add Firefox and Webkit to karma ([#1598](https://github.com/waku-org/js-waku/issues/1598)) ([d9e4bcb](https://github.com/waku-org/js-waku/commit/d9e4bcbe3f7bcc092f20621bd362d76426701dab))
81
+ * **static-sharding:** Allow multiple pubSubTopics ([#1586](https://github.com/waku-org/js-waku/issues/1586)) ([a3c45b6](https://github.com/waku-org/js-waku/commit/a3c45b6e1a9beae488cae3c71c48949fa47bcaf6))
82
+
83
+
84
+ ### Dependencies
85
+
86
+ * The following workspace dependencies were updated
87
+ * dependencies
88
+ * @waku/core bumped from 0.0.23 to 0.0.24
89
+ * @waku/interfaces bumped from 0.0.18 to 0.0.19
90
+ * @waku/utils bumped from 0.0.11 to 0.0.12
91
+
71
92
  ## [0.0.19](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.18...message-encryption-v0.0.19) (2023-07-26)
72
93
 
73
94
 
package/bundle/ecies.js CHANGED
@@ -1 +1 @@
1
- export { b as createDecoder, c as createEncoder, g as generatePrivateKey, a as getPublicKey } from './index-f743130b.js';
1
+ export { b as createDecoder, c as createEncoder, g as generatePrivateKey, a as getPublicKey } from './index-c8f623cb.js';