@jsenv/import-map
Advanced tools
Comparing version 6.13.1 to 6.13.2
@@ -711,3 +711,3 @@ var createDetailedMessage = function createDetailedMessage(message) { | ||
if (isStringOrUrl(baseUrl)) { | ||
if (!isStringOrUrl(baseUrl)) { | ||
throw new TypeError(formulateBaseUrlMustBeStringOrUrl({ | ||
@@ -714,0 +714,0 @@ baseUrl: baseUrl |
{ | ||
"name": "@jsenv/import-map", | ||
"version": "6.13.1", | ||
"version": "6.13.2", | ||
"description": "Helpers to implement importmaps.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -9,3 +9,3 @@ import { assertImportMap } from "./internal/assertImportMap.js" | ||
if (isStringOrUrl(baseUrl)) { | ||
if (!isStringOrUrl(baseUrl)) { | ||
throw new TypeError(formulateBaseUrlMustBeStringOrUrl({ baseUrl })) | ||
@@ -12,0 +12,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
195121