Comparing version 3.4.1 to 3.4.2
{ | ||
"name": "restana", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "Super fast and minimalist web framework for building REST micro-services.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -301,3 +301,3 @@ # restana | ||
const elasticApm = require('restana/libs/elastic-apm') | ||
const patch = elasticApm({ apm }) | ||
const { patch } = elasticApm({ apm }) | ||
@@ -304,0 +304,0 @@ // creating a restana application |
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
28892