@waku/core 0.0.14 → 0.0.15

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 +12 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -5,8 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
  The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [0.0.13](https://github.com/waku-org/js-waku/compare/core-v0.0.12...core-v0.0.13) (2023-03-24)
8
+ ## [0.0.15](https://github.com/waku-org/js-waku/compare/core-v0.0.14...core-v0.0.15) (2023-03-31)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update @waku/core changelog ([#1287](https://github.com/waku-org/js-waku/issues/1287)) ([5def8dd](https://github.com/waku-org/js-waku/commit/5def8ddb4d9a43424bf2124a521d618368ffa9dc))
9
14
 
15
+ ## [0.0.14](https://github.com/waku-org/js-waku/compare/core-v0.0.12...core-v0.0.13) (2023-03-29)
16
+
17
+ ### Features
18
+ Nothing. Was published by mistake and does not contain valid code. Same as 0.0.13
19
+
20
+ ## [0.0.13](https://github.com/waku-org/js-waku/compare/core-v0.0.12...core-v0.0.13) (2023-03-24)
10
21
 
11
22
  ### Bug Fixes
12
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waku/core",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "TypeScript implementation of the Waku v2 protocol",
5
5
  "types": "./dist/index.d.ts",
6
6
  "module": "./dist/index.js",
@@ -108,11 +108,11 @@
108
108
  "@types/debug": "^4.1.7",
109
109
  "@types/mocha": "^10.0.1",
110
110
  "@types/uuid": "^9.0.1",
111
- "@typescript-eslint/eslint-plugin": "^5.55.0",
111
+ "@typescript-eslint/eslint-plugin": "^5.57.0",
112
112
  "@typescript-eslint/parser": "^5.51.0",
113
113
  "@waku/build-utils": "*",
114
114
  "chai": "^4.3.7",
115
- "cspell": "^6.28.0",
115
+ "cspell": "^6.31.1",
116
116
  "eslint": "^8.35.0",
117
117
  "eslint-config-prettier": "^8.6.0",
118
118
  "eslint-plugin-eslint-comments": "^3.2.0",
@@ -130,7 +130,7 @@
130
130
  "npm-run-all": "^4.1.5",
131
131
  "prettier": "^2.8.4",
132
132
  "process": "^0.11.10",
133
- "puppeteer": "^19.7.2",
133
+ "puppeteer": "^19.8.2",
134
134
  "rollup": "^3.15.0",
135
135
  "ts-loader": "^9.4.2",
136
136
  "ts-node": "^10.9.1",
@@ -158,4 +158,4 @@
158
158
  "LICENSE",
159
159
  "README.md"
160
160
  ]
161
- }
161
+ }