meadow 2.0.9 → 2.0.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meadow",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "description": "A data access library.",
5
5
  "main": "source/Meadow.js",
6
6
  "scripts": {
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "async": "3.2.4",
68
- "foxhound": "^2.0.8",
68
+ "foxhound": "^2.0.10",
69
69
  "is-my-json-valid": "2.20.6",
70
70
  "npm-check-updates": "^16.10.17",
71
71
  "simple-get": "^4.0.1"
@@ -24,7 +24,7 @@ var tmpFableSettings = (
24
24
  Port: 3306,
25
25
  User: "root",
26
26
  Password: "123456789",
27
- Database: "FableTest",
27
+ Database: "bookstore",
28
28
  ConnectionPoolLimit: 20
29
29
  },
30
30
  LogStreams:
@@ -271,7 +271,7 @@ suite
271
271
  Port: 3306,
272
272
  User: "root",
273
273
  Password: "123456789",
274
- Database: "FableTest",
274
+ Database: "bookstore",
275
275
  ConnectionPoolLimit: 20
276
276
  },
277
277
  MeadowConnectionMySQLAutoConnect: true