quadstorejs / quadstore

A LevelDB-backed graph database for JS runtimes (Node.js, Deno, browsers, ...) supporting SPARQL queries and the RDF/JS interface.
https://github.com/quadstorejs/quadstore
MIT License
202 stars 14 forks source link

COMUNICA: extract basic typings into separate package #129

Closed jacoscaz closed 3 years ago

jacoscaz commented 3 years ago

We're currently duplicating Comunica's internal typings in order to

1) decouple quadstore-comunica from quadstore and support other configurations of Comunica 2) distribute quadstore-comunica in bundled form

See:

We agreed with @rubensworks to extract Comunica's basic typings into a separate package within Comunica's monorepo, so that they can be published on their own.

jacoscaz commented 3 years ago

The PR to Comunica has been merged (https://github.com/comunica/comunica/pull/784). We'll refer to the new @comunica/types package once it will have been published to NPM.

jacoscaz commented 3 years ago

Released in quadstore@9.0.0!