@types/rdfjs__parser-jsonld
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -7,3 +7,3 @@ // Type definitions for @rdfjs/parser-jsonld 2.1 | ||
import { Context } from 'jsonld/jsonld-spec'; | ||
import { Context } from 'jsonld/jsonld-spec.js'; | ||
import { DataFactory, Sink, Stream, BaseQuad, Quad } from 'rdf-js'; | ||
@@ -10,0 +10,0 @@ import { EventEmitter } from 'events'; |
{ | ||
"name": "@types/rdfjs__parser-jsonld", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "TypeScript definitions for @rdfjs/parser-jsonld", | ||
@@ -31,5 +31,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rdfjs__parser-jsonld", | ||
}, | ||
"typesPublisherContentHash": "2e20defd798a4b179529ed7eed600815118e0490524b873540204075c8f5d365", | ||
"typesPublisherContentHash": "b8559d16e97fa3503b5ab3aa7ec2e5d67b5bdcd16217e007b1783926b58534b1", | ||
"typeScriptVersion": "4.3", | ||
"type": "module" | ||
} |
@@ -17,3 +17,3 @@ # Installation | ||
import { Context } from 'jsonld/jsonld-spec'; | ||
import { Context } from 'jsonld/jsonld-spec.js'; | ||
import { DataFactory, Sink, Stream, BaseQuad, Quad } from 'rdf-js'; | ||
@@ -37,3 +37,3 @@ import { EventEmitter } from 'events'; | ||
### Additional Details | ||
* Last updated: Mon, 27 Mar 2023 18:33:57 GMT | ||
* Last updated: Fri, 28 Jul 2023 19:02:49 GMT | ||
* Dependencies: [@types/jsonld](https://npmjs.com/package/@types/jsonld), [@types/rdf-js](https://npmjs.com/package/@types/rdf-js) | ||
@@ -40,0 +40,0 @@ * Global values: none |
4699