single-spa
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -31,3 +31,3 @@ 'use strict'; | ||
if (ogErr instanceof Error) { | ||
err.message = errPrefix + ogErr.message; | ||
ogErr.message = errPrefix + ogErr.message; | ||
result = ogErr; | ||
@@ -34,0 +34,0 @@ } else { |
{ | ||
"name": "single-spa", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "Multiple applications, one page", | ||
@@ -5,0 +5,0 @@ "main": "lib/single-spa.js", |
@@ -25,3 +25,3 @@ const window = typeof window !== 'undefined' ? window : (typeof global !== 'undefined' ? global : self); | ||
if (ogErr instanceof Error) { | ||
err.message = errPrefix + ogErr.message; | ||
ogErr.message = errPrefix + ogErr.message; | ||
result = ogErr; | ||
@@ -28,0 +28,0 @@ } else { |
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
63703