Skip to content

Commit

Permalink
chore: increases size limit for agent-js
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Nov 6, 2023
1 parent 6e7b142 commit fb11094
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
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": "2 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": "260 kB"
}
],
"release-it": {
Expand Down

0 comments on commit fb11094

Please sign in to comment.