@hydrofoil/vocab-roadshow
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @hydrofoil/vocab-roadshow | ||
## 1.0.1 | ||
### Patch Changes | ||
- 6dcc996: Built with `moduleResolution=NodeNext` | ||
## 1.0.0 | ||
### Major Changes | ||
- f89152a: First release |
declare const _default: ({ factory }: { | ||
factory: import('rdf-js').DataFactory; | ||
}) => import('rdf-js').Quad[]; | ||
factory: import('@rdfjs/types').DataFactory; | ||
}) => import('@rdfjs/types').Quad[]; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,3 +1,5 @@ | ||
"use strict"; | ||
/* This file was automatically generated. Do not edit by hand. */ | ||
export default ({ factory }) => { | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = ({ factory }) => { | ||
const f = factory; | ||
@@ -4,0 +6,0 @@ const ns1 = 'https://hypermedia.app/roadshow#'; |
/* This file was automatically generated. Do not edit by hand. */ | ||
export default ({ factory }: { factory: import('rdf-js').DataFactory }): import('rdf-js').Quad[] => { | ||
export default ({ factory }: { factory: import('@rdfjs/types').DataFactory }): import('@rdfjs/types').Quad[] => { | ||
const f = factory | ||
@@ -11,3 +11,3 @@ const ns1 = 'https://hypermedia.app/roadshow#' | ||
const ns6 = 'http://www.w3.org/2001/XMLSchema#' | ||
const blankNodes: import('rdf-js').BlankNode[] = [] | ||
const blankNodes: import('@rdfjs/types').BlankNode[] = [] | ||
for (let i = 0; i < 0; i++) { | ||
@@ -14,0 +14,0 @@ blankNodes.push(f.blankNode()) |
{ | ||
"name": "@hydrofoil/vocab-roadshow", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -12,3 +12,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@vocabulary/builder": "^1.0.2" | ||
"@vocabulary/builder": "^1.0.7" | ||
}, | ||
@@ -15,0 +15,0 @@ "vocabulary": { |
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
5483
69