murmuration-mariadb 2.0.5 → 2.0.7
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Statements, transactions and migrations for MariaDB.
|
|
|
4
4
|
|
|
5
5
|
This package is based largely on the following parent one:
|
|
6
6
|
|
|
7
|
-
* [
|
|
7
|
+
* [Murmuration](https://github.com/djalbat/murmuration)
|
|
8
8
|
|
|
9
9
|
This readme file contains a small amount of information specific to this package, however the parent package's readme file is the place to look for how to make use of this package's functionality.
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "murmuration-mariadb",
|
|
3
3
|
"author": "James Smith",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.7",
|
|
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.
|
|
13
|
+
"murmuration": "^2.0.3",
|
|
14
14
|
"mysql": "^2.18.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {},
|