Skip to content

Commit

Permalink
docs: deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Dec 7, 2024
1 parent ea7a733 commit 698ce2b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/core-peer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@

# Juno JavaScript core SDK

JavaScript [core](../core/README.md) client for Juno minus DFINITY agent-js dependencies.
This library was originally a clone of [core](../core/README.md), with the DFINITY agent-js set as peer-dependencies.

## Context

There might be a use case in which you are using the Juno core library in an application where you are already utilizing DFINITY's [agent-js](https://github.com/dfinity/agent-js/).

You might also be building your app with a framework such as Next.js, which can lead to issues when interpreting agent-js provided through our libraries.

For such use cases, you can use this specific library, which sets the DFINITY libraries as peer dependencies. This way, those dependencies will be packaged on your side.
However, since `core` now also uses agent-js as peer dependencies, this library has been **deprecated**.

## License

Expand Down

0 comments on commit 698ce2b

Please sign in to comment.