@waku/message-encryption 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 (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -27,6 +27,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
  * dependencies
28
28
  * @waku/core bumped from 0.0.14 to 0.0.15
29
29
 
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @waku/core bumped from 0.0.15 to 0.0.16
35
+ * @waku/interfaces bumped from 0.0.10 to 0.0.11
36
+ * @waku/utils bumped from 0.0.3 to 0.0.4
37
+
30
38
  ## [0.0.10](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.9...message-encryption-v0.0.10) (2023-03-16)
31
39
 
32
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waku/message-encryption",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Waku Message Payload Encryption",
5
5
  "types": "./dist/index.d.ts",
6
6
  "module": "./dist/index.js",
@@ -74,10 +74,10 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@noble/secp256k1": "^1.7.1",
77
- "@waku/core": "0.0.15",
78
- "@waku/interfaces": "0.0.10",
77
+ "@waku/core": "0.0.16",
78
+ "@waku/interfaces": "0.0.11",
79
79
  "@waku/proto": "0.0.4",
80
- "@waku/utils": "0.0.3",
80
+ "@waku/utils": "0.0.4",
81
81
  "debug": "^4.3.4",
82
82
  "js-sha3": "^0.8.0"
83
83
  },