Skip to content

Commit 76d2423

Browse files
committed
driveable=>connectable, and loose machine runner dep semver range.
1 parent fb16642 commit 76d2423

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "The Treeline Company",
1717
"license": "MIT",
1818
"dependencies": {
19-
"machine": "~12.0.1",
19+
"machine": "^12.0.1",
2020
"machinepack-sql-builder": "particlebanana/waterline-query-builder",
2121
"mysql": "2.10.2"
2222
},
@@ -39,11 +39,11 @@
3939
"create-manager",
4040
"destroy-manager"
4141
],
42-
"interfaces": [
43-
"driveable",
44-
"queryable",
45-
"transactional"
46-
]
42+
"implements": {
43+
"connectable": "1.0",
44+
"queryable": "1.0",
45+
"transactional": "1.0"
46+
}
4747
},
4848
"repository": {
4949
"type": "git",

0 commit comments

Comments
 (0)