driver-interface
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -49,3 +49,3 @@ module.exports = { | ||
'```', | ||
example: '->' | ||
example: '===' | ||
}, | ||
@@ -71,3 +71,3 @@ | ||
outputDescription: 'The `manager` property is a manager instance that will be passed into `getConnection()`. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
manager: '===', | ||
@@ -74,0 +74,0 @@ meta: '===' |
{ | ||
"name": "driver-interface", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Standardized interface for common functionality, expressed in layers. Covers communication with databases, hardware, web services, and more.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
66529