Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/generated/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ <h1>Agent-JS Changelog</h1>
<section>
<h2>Version x.x.x</h2>
<ul>
<li>
chore: increases size limit for agent-js to allow for Ed25519 support for node key
signature verification
</li>
<li>
feat!: replaces disableNonce feature with useQueryNonces. Going forward, updates will use
nonces, but queries and readstate calls will not. Queries and readsatate calls will use
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@
{
"name": "@dfinity/agent",
"path": "./packages/agent/dist/index.js",
"limit": "100 kB"
"limit": "105 kB"
},
{
"name": "@dfinity/candid",
"path": "./packages/candid/dist/index.js"
"path": "./packages/candid/dist/index.js",
"limit": "20 kb"
},
{
"name": "@dfinity/principal",
Expand All @@ -111,7 +112,7 @@
{
"name": "@dfinity/identity-secp256k1",
"path": "./packages/identity-secp256k1/dist/index.js",
"limit": "250 kB"
"limit": "260kb"
}
],
"release-it": {
Expand Down