You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking Changes
Use the global fetch function instead of @inrupt/universal-fetch. This means this library now only works
with Node 18 and higher.
Due to changes in the rollup config the umd output is now found at dist/index.umd.js rather than umd/index.js.
Drop support for Buffers as input to saveFileInContainer and overwriteFile. Use the file name of inputs to saveFileInContainer as the Slug name recommendation if no slug is explicitly provided.
Have getJsonLdParser return void rather than a Promise so that it now aligns with
the Parser type definition.
Remove deprecated ACP APIs; including all APIs for ESS 1.1.