@tpluscode/rdf-string
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -14,3 +14,3 @@ import { shrink } from '@zazuko/prefixes'; | ||
return { | ||
value: shrunk, | ||
value: shrunk.replaceAll(/[/#]/g, s => `\\${s}`), | ||
prefixes: [ | ||
@@ -17,0 +17,0 @@ shrunk.split(':')[0], |
{ | ||
"name": "@tpluscode/rdf-string", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Simplifies creating of RDF strings using ECMAscript templates", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
46040