@zazuko/prefixes
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "@zazuko/prefixes", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"type": "module", | ||
@@ -11,3 +11,4 @@ "repository": { | ||
"scripts": { | ||
"update-prefixes": "./.build/prefixes.sh > prefixes.ts" | ||
"update-prefixes": "./.build/prefixes.sh > prefixes.ts", | ||
"prepack": "tsc" | ||
}, | ||
@@ -14,0 +15,0 @@ "main": "index.js", |
@@ -10,2 +10,3 @@ declare const prefixes: { | ||
readonly cc: string; | ||
readonly cert: string; | ||
readonly cnt: string; | ||
@@ -54,2 +55,3 @@ readonly constant: string; | ||
readonly lvont: string; | ||
readonly m4i: string; | ||
readonly ma: string; | ||
@@ -60,4 +62,6 @@ readonly mads: string; | ||
readonly og: string; | ||
readonly oidc: string; | ||
readonly org: string; | ||
readonly owl: string; | ||
readonly pim: string; | ||
readonly prefix: string; | ||
@@ -88,5 +92,7 @@ readonly prov: string; | ||
readonly skosxl: string; | ||
readonly solid: string; | ||
readonly sosa: string; | ||
readonly sou: string; | ||
readonly ssn: string; | ||
readonly stat: string; | ||
readonly string: string; | ||
@@ -93,0 +99,0 @@ readonly test: string; |
@@ -7,2 +7,3 @@ import prefixesOnly from './lib/prefixesOnly.js'; | ||
cc: 'http://creativecommons.org/ns#', | ||
cert: 'http://www.w3.org/ns/auth/cert#', | ||
cnt: 'http://www.w3.org/2011/content#', | ||
@@ -28,3 +29,3 @@ constant: 'http://qudt.org/vocab/constant/', | ||
duv: 'http://www.w3.org/ns/duv#', | ||
earl: 'https://www.w3.org/ns/earl#', | ||
earl: 'http://www.w3.org/ns/earl#', | ||
ebucore: 'http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#', | ||
@@ -52,2 +53,3 @@ exif: 'http://www.w3.org/2003/12/exif/ns#', | ||
lvont: 'http://lexvo.org/ontology#', | ||
m4i: 'http://w3id.org/nfdi4ing/metadata4ing#', | ||
ma: 'http://www.w3.org/ns/ma-ont#', | ||
@@ -58,4 +60,6 @@ mads: 'http://www.loc.gov/mads/rdf/v1#', | ||
og: 'http://ogp.me/ns#', | ||
oidc: 'http://www.w3.org/ns/solid/oidc#', | ||
org: 'http://www.w3.org/ns/org#', | ||
owl: 'http://www.w3.org/2002/07/owl#', | ||
pim: 'http://www.w3.org/ns/pim/space#', | ||
prefix: 'http://qudt.org/vocab/prefix/', | ||
@@ -86,5 +90,7 @@ prov: 'http://www.w3.org/ns/prov#', | ||
skosxl: 'http://www.w3.org/2008/05/skos-xl#', | ||
solid: 'http://www.w3.org/ns/solid/terms#', | ||
sosa: 'http://www.w3.org/ns/sosa/', | ||
sou: 'http://qudt.org/vocab/sou/', | ||
ssn: 'http://www.w3.org/ns/ssn/', | ||
stat: 'http://www.w3.org/ns/posix/stat#', | ||
string: 'http://www.w3.org/2000/10/swap/string#', | ||
@@ -91,0 +97,0 @@ test: 'http://www.w3.org/2006/03/test-description#', |
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
11158
299