@vocabulary/earl
Advanced tools
Comparing version 1.0.0 to 2.0.0
/* This file was automatically generated. Do not edit by hand. */ | ||
export default ({ factory }) => { | ||
const f = factory; | ||
const ns1 = 'https://www.w3.org/ns/earl#'; | ||
const ns1 = 'http://www.w3.org/ns/earl#'; | ||
const ns2 = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'; | ||
@@ -11,3 +11,3 @@ const ns3 = 'http://www.w3.org/2000/01/rdf-schema#'; | ||
const ns7 = 'http://xmlns.com/foaf/spec/#'; | ||
const ns8 = 'https://www.w3.org/ns/'; | ||
const ns8 = 'http://www.w3.org/ns/'; | ||
const ns9 = 'http://www.w3.org/2009/pointers#'; | ||
@@ -14,0 +14,0 @@ const ns10 = 'http://www.w3.org/2002/07/'; |
{ | ||
"name": "@vocabulary/earl", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"fetch": "vocab-build datasets", | ||
"generate-module": "vocab-build module" | ||
"prebuild": "vocab-build module", | ||
"build": "tsc", | ||
"prepack": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@vocabulary/builder": "^1.0.0" | ||
"@vocabulary/builder": "^1.0.1" | ||
}, | ||
@@ -15,5 +17,5 @@ "homepage": "https://prefix.zazuko.com/prefix/earl:", | ||
"prefix": "earl", | ||
"namespace": "https://www.w3.org/ns/earl#", | ||
"namespace": "http://www.w3.org/ns/earl#", | ||
"xmlParserOptions": { | ||
"baseIRI": "https://www.w3.org/ns/earl#" | ||
"baseIRI": "http://www.w3.org/ns/earl#" | ||
} | ||
@@ -20,0 +22,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49518