@waku/message-encryption 0.0.17 → 0.0.18

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -44,6 +44,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
44
  * @waku/proto bumped from * to 0.0.5
45
45
  * @waku/utils bumped from 0.0.6 to 0.0.7
46
46
 
47
+ ### Dependencies
48
+
49
+ * The following workspace dependencies were updated
50
+ * dependencies
51
+ * @waku/core bumped from 0.0.19 to 0.0.20
52
+ * @waku/interfaces bumped from 0.0.14 to 0.0.15
53
+ * @waku/utils bumped from 0.0.7 to 0.0.8
54
+
47
55
  ## [0.0.16](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.15...message-encryption-v0.0.16) (2023-05-18)
48
56
 
49
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waku/message-encryption",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
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.19",
76
- "@waku/interfaces": "0.0.14",
75
+ "@waku/core": "0.0.20",
76
+ "@waku/interfaces": "0.0.15",
77
77
  "@waku/proto": "0.0.5",
78
- "@waku/utils": "0.0.7",
78
+ "@waku/utils": "0.0.8",
79
79
  "debug": "^4.3.4",
80
80
  "js-sha3": "^0.8.0"
81
81
  },
@@ -92,11 +92,11 @@
92
92
  "@types/chai": "^4.3.4",
93
93
  "@types/mocha": "^10.0.1",
94
94
  "@typescript-eslint/eslint-plugin": "^5.57.0",
95
- "@typescript-eslint/parser": "^5.51.0",
95
+ "@typescript-eslint/parser": "^5.59.8",
96
96
  "@waku/build-utils": "*",
97
97
  "chai": "^4.3.7",
98
98
  "cspell": "^6.31.1",
99
- "eslint": "^8.35.0",
99
+ "eslint": "^8.41.0",
100
100
  "eslint-config-prettier": "^8.6.0",
101
101
  "eslint-plugin-eslint-comments": "^3.2.0",
102
102
  "eslint-plugin-functional": "^5.0.4",