@types/rdfjs__dataset
Advanced tools
Comparing version 2.0.2 to 2.0.3
import { BaseQuad, Quad } from '@rdfjs/types'; | ||
import DatasetCore from './DatasetCore'; | ||
import DatasetCore from './DatasetCore.js'; | ||
@@ -4,0 +4,0 @@ export default class Factory { |
@@ -8,3 +8,3 @@ // Type definitions for @rdfjs/dataset 2.0 | ||
import { BaseQuad, DataFactory, DefaultGraph, Quad } from '@rdfjs/types'; | ||
import Factory from './Factory'; | ||
import Factory from './Factory.js'; | ||
@@ -11,0 +11,0 @@ declare const factory: Factory; |
{ | ||
"name": "@types/rdfjs__dataset", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript definitions for @rdfjs/dataset", | ||
@@ -30,5 +30,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rdfjs__dataset", | ||
}, | ||
"typesPublisherContentHash": "719857e11f0713e27fd74940d823fee207c2722e74bc7a950323697805452cde", | ||
"typesPublisherContentHash": "edf2c2a963785f2a507417f7d550385af1e41f1660f18d9cc99c9d24de035c0f", | ||
"typeScriptVersion": "4.3", | ||
"type": "module" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 23 Mar 2023 20:32:48 GMT | ||
* Last updated: Thu, 29 Jun 2023 03:32:44 GMT | ||
* Dependencies: [@types/rdfjs__types](https://npmjs.com/package/@types/rdfjs__types) | ||
@@ -14,0 +14,0 @@ * Global values: none |
3724