File tree Expand file tree Collapse file tree 10 files changed +11
-9
lines changed Expand file tree Collapse file tree 10 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 4.0.4] - 2025-09-18
6
+
5
7
- fix(agent): create a fresh default polling strategy per request.
6
8
- fix(agent): remove the unused ` PollStrategyFactory ` type.
7
9
- fix(agent): remove the ` nonce ` from the ` ActorConfig ` type. This field must be used through the ` CallConfig ` type instead.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " icp-js-core" ,
3
- "version" : " 4.0.3 " ,
3
+ "version" : " 4.0.4 " ,
4
4
"private" : true ,
5
5
"description" : " Use an Agent to interact with the Internet Computer from your JavaScript program." ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dfinity/agent" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"author" : " DFINITY Stiftung <sdk@dfinity.org>" ,
5
5
"license" : " Apache-2.0" ,
6
6
"description" : " JavaScript and TypeScript library to interact with the Internet Computer" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dfinity/assets" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"author" : " DFINITY Stiftung <sdk@dfinity.org>" ,
5
5
"license" : " Apache-2.0" ,
6
6
"description" : " JavaScript and TypeScript library to manage assets on the Internet Computer" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dfinity/auth-client" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"author" : " DFINITY Stiftung <sdk@dfinity.org>" ,
5
5
"license" : " Apache-2.0" ,
6
6
"description" : " JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dfinity/candid" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"author" : " DFINITY Stiftung <sdk@dfinity.org>" ,
5
5
"license" : " Apache-2.0" ,
6
6
"description" : " JavaScript and TypeScript library to work with candid interfaces" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @icp-sdk/core" ,
3
- "version" : " 4.0.3 " ,
3
+ "version" : " 4.0.4 " ,
4
4
"author" : " DFINITY Stiftung <sdk@dfinity.org>" ,
5
5
"license" : " Apache-2.0" ,
6
6
"description" : " JavaScript and TypeScript library to interact with the Internet Computer" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dfinity/identity-secp256k1" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"author" : " DFINITY Stiftung <sdk@dfinity.org>" ,
5
5
"license" : " Apache-2.0" ,
6
6
"description" : " JavaScript and TypeScript library to manage Secp256k1KeyIdentities for use with the Internet Computer" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dfinity/identity" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"author" : " DFINITY Stiftung <sdk@dfinity.org>" ,
5
5
"license" : " Apache-2.0" ,
6
6
"description" : " JavaScript and TypeScript library to manage identity with the Internet Computer" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dfinity/principal" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"author" : " DFINITY Stiftung <sdk@dfinity.org>" ,
5
5
"license" : " Apache-2.0" ,
6
6
"description" : " JavaScript and TypeScript library to work with Internet Computer principals" ,
You can’t perform that action at this time.
0 commit comments