content-entry
Advanced tools
Comparing version 1.8.1 to 1.9.0
@@ -252,2 +252,9 @@ 'use strict'; | ||
class BufferContentEntry extends BufferContentEntryMixin(ContentEntry) { | ||
constructor(name, buffer) { | ||
super(name); | ||
Object.defineProperties(this, { buffer: { value: buffer } }); | ||
} | ||
} | ||
/** | ||
@@ -272,2 +279,3 @@ * Content entries where a string is the primary data representation | ||
exports.StringContentEntryMixin = StringContentEntryMixin; | ||
exports.BufferContentEntry = BufferContentEntry; | ||
exports.StringContentEntry = StringContentEntry; | ||
@@ -274,0 +282,0 @@ exports.BaseEntry = BaseEntry; |
{ | ||
"name": "content-entry", | ||
"version": "1.8.1", | ||
"version": "1.9.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
21772
15
509