solid-client-js
solid-client-js copied to clipboard
Library for accessing data and managing permissions on data stored in a Solid Pod
Bumps [jsonld](https://github.com/digitalbazaar/jsonld.js) from 5.2.0 to 8.0.0. Changelog Sourced from jsonld's changelog. 8.0.0 - 2022-08-23 Changed BREAKING: By default, set safe mode to true and base to null in canonize. Applications...
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.25.0 to 1.25.1. Release notes Sourced from @playwright/test's releases. v1.25.1 Highlights This patch includes the following bug fixes: microsoft/playwright#16319 - [BUG] webServer.command esbuild fails with ESM and...
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.32.1 to 0.33.0. Commits 3fc8caf test(cache): ignore coverage for corrupted cache check (#401) 697e839 clean: remove redundant generateRound === 0 check (#400) 4e5ab74 test: 100% coverage for...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.1.1. Release notes Sourced from sphinx's releases. v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.0 No release notes provided. v5.0.0b1...
This supersedes https://github.com/inrupt/solid-client-js/pull/1673
### Search terms you've used setAccess, setAccessFor ### Bug description The documentation states > If the Resource did not have an ACL yet, a new one will be initialised. This...
This PR fixes #1544. **Description of the problem** In May 2021, a commit was made that adds a blank node filter to the internal additions/deletions changelog of a dataset: https://github.com/inrupt/solid-client-js/commit/01133a85ca4a7d003fe60738127ae0ddcb69bf76#diff-66655e826d3c9a3644992d4184386acb8eab85f2f9f829d4dde6a1ac869ef9d7R207...
I am experiencing issues with `setThing` ignoring blankNodes entirely. The internal dataset changelog will have no quads for the blank node. This seems to be expected behavior according to this...
### Search terms you've used ### Feature suggestion function in universalAccess module to fetch both public access and all agents access ### Expected functionality/enhancement a function that in addition to...
### Search terms you've used Collection, Container, Seq ### Feature suggestion I'd like a set of functions (eg, `addListToThing` and `removeListFromThing`) that let me add collections to `Thing`s. The `@rdfdev/collections`...