@shexjs/loader
Advanced tools
Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10
{ | ||
"name": "@shexjs/loader", | ||
"version": "1.0.0-alpha.9", | ||
"version": "1.0.0-alpha.10", | ||
"description": "Shape Expressions resource loader.", | ||
@@ -23,3 +23,3 @@ "author": { | ||
"dependencies": { | ||
"@shexjs/core": "^1.0.0-alpha.9", | ||
"@shexjs/core": "^1.0.0-alpha.10", | ||
"jsonld": "^1.5.4", | ||
@@ -44,3 +44,3 @@ "n3": "^1.0.4", | ||
}, | ||
"gitHead": "77ebb5b3ef393446ad76ffc18788872e93b927b0" | ||
"gitHead": "d16f70f46abbc7e65e24c267c803cb3abdea3fc1" | ||
} |
@@ -36,3 +36,3 @@ // **ShExLoader** return promise to load ShExC, ShExJ and N3 (Turtle) files. | ||
}); | ||
}) : (f.match("^[a-z]+://.") && !f.match("^file://.")) ? | ||
}) : (f.match("^(blob:)?[a-z]+://.") && !f.match("^file://.")) ? | ||
// Read from http or whatever Request handles. | ||
@@ -39,0 +39,0 @@ myHttpRequest(f, mediaType) : (m = f.match("^data:([^,]+),(.*)$")) ? |
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
5260924
Updated@shexjs/core@^1.0.0-alpha.10