@dfinity/sns 6.0.1-next-2025-11-26 → 6.0.1-next-2025-12-03

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- // Generated from IC repo commit 948d5b9 (2025-11-19 tags: release-2025-11-20_03-21-base) 'rs/sns/governance/canister/governance.did' by import-candid
1
+ // Generated from IC repo commit 724ae41 (2025-11-27 tags: release-2025-11-28_03-22-base) 'rs/sns/governance/canister/governance.did' by import-candid
2
2
 
3
3
  type Account = record {
4
4
  owner : opt principal;
@@ -1,4 +1,4 @@
1
- // Generated from IC repo commit 5e10dc3 (2025-11-24) 'packages/sns/src/candid/sns_governance_test.did.tmp' by import-candid
1
+ // Generated from IC repo commit c49fb87 (2025-12-02) 'packages/sns/src/candid/sns_governance_test.did.tmp' by import-candid
2
2
 
3
3
  type Account = record {
4
4
  owner : opt principal;
@@ -1,4 +1,4 @@
1
- // Generated from IC repo commit 948d5b9 (2025-11-19 tags: release-2025-11-20_03-21-base) 'rs/sns/root/canister/root.did' by import-candid
1
+ // Generated from IC repo commit 724ae41 (2025-11-27 tags: release-2025-11-28_03-22-base) 'rs/sns/root/canister/root.did' by import-candid
2
2
 
3
3
  type CanisterCallError = record {
4
4
  code : opt int32;
@@ -1,4 +1,4 @@
1
- // Generated from IC repo commit 948d5b9 (2025-11-19 tags: release-2025-11-20_03-21-base) 'rs/sns/swap/canister/swap.did' by import-candid
1
+ // Generated from IC repo commit 724ae41 (2025-11-27 tags: release-2025-11-28_03-22-base) 'rs/sns/swap/canister/swap.did' by import-candid
2
2
 
3
3
  type BuyerState = record {
4
4
  icp : opt TransferableAmount;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dfinity/sns",
3
- "version": "6.0.1-next-2025-11-26",
3
+ "version": "6.0.1-next-2025-12-03",
4
4
  "description": "A library for interfacing with a Service Nervous System (SNS) project.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",