@waku/message-encryption 0.0.19 → 0.0.20

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -52,6 +52,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
52
  * @waku/interfaces bumped from 0.0.14 to 0.0.15
53
53
  * @waku/utils bumped from 0.0.7 to 0.0.8
54
54
 
55
+ ### Dependencies
56
+
57
+ * The following workspace dependencies were updated
58
+ * dependencies
59
+ * @waku/core bumped from 0.0.21 to 0.0.22
60
+ * @waku/interfaces bumped from 0.0.16 to 0.0.17
61
+ * @waku/utils bumped from 0.0.9 to 0.0.10
62
+
55
63
  ## [0.0.19](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.18...message-encryption-v0.0.19) (2023-07-26)
56
64
 
57
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waku/message-encryption",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "Waku Message Payload Encryption",
5
5
  "types": "./dist/index.d.ts",
6
6
  "module": "./dist/index.js",
@@ -72,10 +72,10 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@noble/secp256k1": "^1.7.1",
75
- "@waku/core": "0.0.21",
76
- "@waku/interfaces": "0.0.16",
75
+ "@waku/core": "0.0.22",
76
+ "@waku/interfaces": "0.0.17",
77
77
  "@waku/proto": "0.0.5",
78
- "@waku/utils": "0.0.9",
78
+ "@waku/utils": "0.0.10",
79
79
  "debug": "^4.3.4",
80
80
  "js-sha3": "^0.8.0"
81
81
  },
@@ -96,7 +96,7 @@
96
96
  "cspell": "^6.31.1",
97
97
  "fast-check": "^3.8.1",
98
98
  "karma": "^6.4.1",
99
- "karma-chrome-launcher": "^3.1.1",
99
+ "karma-chrome-launcher": "^3.2.0",
100
100
  "karma-mocha": "^2.0.1",
101
101
  "karma-webpack": "^5.0.0",
102
102
  "mocha": "^10.2.0",