murmuration-mariadb 2.0.6 → 2.0.8

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/license.txt +1 -1
  2. package/package.json +2 -2
package/license.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT And Anti-996 Licenses
2
2
 
3
- Copyright (c) 2019 James Smith
3
+ Copyright (c) 2023 James Smith
4
4
 
5
5
  These licenses shall be included in all copies or substantial portions of
6
6
  this software and associated documentation files (the "Software").
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "murmuration-mariadb",
3
3
  "author": "James Smith",
4
- "version": "2.0.6",
4
+ "version": "2.0.8",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/murmuration-mariadb",
7
7
  "description": "Statements, transactions and migrations for MariaDB.",
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/djalbat/murmuration-mariadb"
11
11
  },
12
12
  "dependencies": {
13
- "murmuration": "^2.0.1",
13
+ "murmuration": "^2.0.4",
14
14
  "mysql": "^2.18.1"
15
15
  },
16
16
  "devDependencies": {},