Comparing version 0.6.0 to 0.6.1
const { | ||
ObjectView, ArrayView, BooleanView, StringView, TypeView, | ||
ObjectView, ArrayView, BooleanView, StringView, TypeView, ArrayViewMixin, | ||
} = require('structurae'); | ||
@@ -217,2 +217,6 @@ const TypeViewMixin = require('./lib/type-view-mixin'); | ||
} | ||
static Array() { | ||
return ArrayViewMixin(this); | ||
} | ||
} | ||
@@ -219,0 +223,0 @@ |
{ | ||
"name": "bsonview", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Schema-based BSON using structurae's ObjectView binary protocol.", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"structurae": "^3.0.4" | ||
"structurae": "^3.0.5" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
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
15987
413
Updatedstructurae@^3.0.5