primea-abstract-container
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -21,5 +21,3 @@ module.exports = class AbstractContainer { | ||
// was requested in onIdle. | ||
async onStartup () { | ||
throw new Error('Unimplemented startup method') | ||
} | ||
async onStartup () {} | ||
@@ -26,0 +24,0 @@ // This is called for each incoming message the container gets. |
{ | ||
"name": "primea-abstract-container", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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
2528
37