Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "esmock", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "readmeFilename": "README.md", |
@@ -86,2 +86,4 @@ esmock | ||
* 1.5.0 _Dec.01.2021_ | ||
* resolve bug around error '--loader=esmock' detection | ||
* 1.4.0 _Nov.30.2021_ | ||
@@ -88,0 +90,0 @@ * throw error if esmock is called without --loader=esmock |
@@ -17,3 +17,3 @@ import { | ||
if (!esmock.esmockloader) | ||
if (!global.esmockloader) | ||
throw new Error('process must be started with --loader=esmock'); | ||
@@ -20,0 +20,0 @@ |
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
17310
137