mongodb-instance-model
Advanced tools
Comparing version 9.0.2 to 9.0.3
@@ -49,2 +49,9 @@ var _ = require('lodash'); | ||
var genuineMongoDB = AmpersandState.extend({ | ||
props: { | ||
isGenuine: 'boolean', | ||
dbType: 'string' | ||
} | ||
}); | ||
var Instance = AmpersandModel.extend({ | ||
@@ -102,3 +109,4 @@ modelType: 'Instance', | ||
host: HostInfo, | ||
build: BuildInfo | ||
build: BuildInfo, | ||
genuineMongoDB: genuineMongoDB | ||
}, | ||
@@ -105,0 +113,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"author": "Lucas Hrabovsky <lucas@mongodb.com>", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"bugs": "https://github.com/mongodb-js/instance-model/issues", | ||
@@ -8,0 +8,0 @@ "homepage": "https://github.com/mongodb-js/instance-model", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35159
261