@waku/message-encryption 0.0.24 → 0.0.26-070b625.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,14 @@ 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
+ ### Dependencies
72
+
73
+ * The following workspace dependencies were updated
74
+ * dependencies
75
+ * @waku/core bumped from 0.0.26 to 0.0.27
76
+ * @waku/interfaces bumped from 0.0.21 to 0.0.22
77
+ * @waku/utils bumped from 0.0.14 to 0.0.15
78
+
71
79
  ## [0.0.24](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.23...message-encryption-v0.0.24) (2024-01-10)
72
80
 
73
81
 
package/bundle/crypto.js CHANGED
@@ -1 +1 @@
1
- export { e as ecies, g as generatePrivateKey, a as generateSymmetricKey, b as getPublicKey, c as getSubtle, k as keccak256, r as randomBytes, s as sha256, d as sign, f as symmetric } from './symmetric-CXVjdTdV.js';
1
+ export { e as ecies, g as generatePrivateKey, a as generateSymmetricKey, b as getPublicKey, c as getSubtle, k as keccak256, r as randomBytes, s as sha256, d as sign, f as symmetric } from './symmetric-qyNI8P98.js';
@@ -1,5 +1,5 @@
1
- import { L as Logger, d as determinePubsubTopic, D as DefaultPubsubTopic, W as WakuMessage, p as preCipher, e as encryptAsymmetric, a as Decoder$1, b as decryptAsymmetric, c as postCipher, f as DecodedMessage } from './encryption-zFGfcjHZ.js';
2
- import { V as Version, O as OneMillion, g as generatePrivateKey } from './symmetric-CXVjdTdV.js';
1
+ import { L as Logger, d as determinePubsubTopic, D as DefaultPubsubTopic, W as WakuMessage, p as preCipher, e as encryptAsymmetric, a as Decoder$1, b as decryptAsymmetric, c as postCipher, f as DecodedMessage } from './encryption-D5jL4iz1.js';
2
+ import { V as Version, O as OneMillion, g as generatePrivateKey } from './symmetric-qyNI8P98.js';
3
3
 
4
4
  const log = new Logger("message-encryption:ecies");
5
5
  class Encoder {
package/bundle/ecies.js CHANGED
@@ -1,3 +1,3 @@
1
- export { b as decryptAsymmetric, e as encryptAsymmetric, c as postCipher, p as preCipher } from './encryption-zFGfcjHZ.js';
2
- export { g as generatePrivateKey } from './symmetric-CXVjdTdV.js';
3
- export { a as createDecoder, c as createEncoder } from './ecies-R65pUoo3.js';
1
+ export { b as decryptAsymmetric, e as encryptAsymmetric, c as postCipher, p as preCipher } from './encryption-D5jL4iz1.js';
2
+ export { g as generatePrivateKey } from './symmetric-qyNI8P98.js';
3
+ export { a as createDecoder, c as createEncoder } from './ecies-pobP8Dyx.js';