primea-abstract-container
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -41,2 +41,8 @@ module.exports = class AbstractContainer { | ||
} | ||
// each container type used in a hypervisor instance must have a different | ||
// id defined as an interger. This can be overriden at the time the container is registered with the hypervisor. | ||
static get typeId () { | ||
throw new Error('Unimplemented container type id') | ||
} | ||
} |
{ | ||
"name": "primea-abstract-container", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Abstract Primea container", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
2805
42