@superhero/eventflow-db 4.7.28 → 4.8.1
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.
- package/CHANGELOG.md +14 -0
- package/index.js +2 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
#### v4.8.1
|
|
3
|
+
---\n\nVersion alignment...
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
## Version: 4.8.0
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
Bugfixed the persistCertificate to return false instead of throw error on duplicate certificate
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
using a new version of the db adapter
|
|
14
|
+
|
|
1
15
|
---
|
|
2
16
|
#### v4.7.28
|
|
3
17
|
---
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superhero/eventflow-db",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.8.1",
|
|
4
4
|
"description": "Eventflow db is a set of common database logic in the eventflow ecosystem.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eventflow"
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"test": "syntax-check; node --test --test-reporter=@superhero/audit/reporter --experimental-test-coverage"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"mysql2": "^3.
|
|
21
|
-
"@superhero/db": "
|
|
20
|
+
"mysql2": "^3.16.1",
|
|
21
|
+
"@superhero/db": "1.0.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@superhero/audit": "4.
|
|
24
|
+
"@superhero/audit": "4.8.1",
|
|
25
25
|
"@superhero/syntax-check": "0.0.2",
|
|
26
|
-
"@superhero/locator": "4.
|
|
26
|
+
"@superhero/locator": "4.8.1"
|
|
27
27
|
},
|
|
28
28
|
"author": {
|
|
29
29
|
"name": "Erik Landvall",
|