@waku/message-encryption 0.0.11 → 0.0.12

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 +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -12,6 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
  * @waku/core bumped from 0.0.11 to 0.0.12
13
13
  * @waku/interfaces bumped from 0.0.8 to 0.0.9
14
14
 
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @waku/core bumped from 0.0.12 to 0.0.13
20
+ * @waku/interfaces bumped from 0.0.9 to 0.0.10
21
+ * @waku/proto bumped from 0.0.3 to 0.0.4
22
+ * @waku/utils bumped from 0.0.2 to 0.0.3
23
+
15
24
  ## [0.0.10](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.9...message-encryption-v0.0.10) (2023-03-16)
16
25
 
17
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waku/message-encryption",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
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.12",
78
- "@waku/interfaces": "0.0.9",
79
- "@waku/proto": "0.0.3",
80
- "@waku/utils": "0.0.2",
77
+ "@waku/core": "0.0.13",
78
+ "@waku/interfaces": "0.0.10",
79
+ "@waku/proto": "0.0.4",
80
+ "@waku/utils": "0.0.3",
81
81
  "debug": "^4.3.4",
82
82
  "js-sha3": "^0.8.0"
83
83
  },