@dfinity/sns 4.1.1 → 4.1.2-next-2025-10-23
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
|
|
1
|
+
// Generated from IC repo commit c211885f7c (2025-10-09) '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
|
|
1
|
+
// Generated from IC repo commit c211885f7c (2025-10-09) 'packages/sns/candid/sns_governance_test.did.tmp' by import-candid
|
|
2
2
|
|
|
3
3
|
type Account = record {
|
|
4
4
|
owner : opt principal;
|
package/dist/candid/sns_root.did
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from IC repo commit
|
|
1
|
+
// Generated from IC repo commit c211885f7c (2025-10-09) 'rs/sns/root/canister/root.did' by import-candid
|
|
2
2
|
|
|
3
3
|
type CanisterCallError = record {
|
|
4
4
|
code : opt int32;
|
package/dist/candid/sns_swap.did
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from IC repo commit
|
|
1
|
+
// Generated from IC repo commit c211885f7c (2025-10-09) '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": "4.1.
|
|
3
|
+
"version": "4.1.2-next-2025-10-23",
|
|
4
4
|
"description": "A library for interfacing with a Service Nervous System (SNS) project.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/cjs/index.cjs.js",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"sns"
|
|
37
37
|
],
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@dfinity/agent": "
|
|
40
|
-
"@dfinity/candid": "
|
|
41
|
-
"@dfinity/ledger-icrc": "
|
|
42
|
-
"@dfinity/principal": "
|
|
43
|
-
"@dfinity/utils": "
|
|
39
|
+
"@dfinity/agent": "*",
|
|
40
|
+
"@dfinity/candid": "*",
|
|
41
|
+
"@dfinity/ledger-icrc": "*",
|
|
42
|
+
"@dfinity/principal": "*",
|
|
43
|
+
"@dfinity/utils": "*"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@noble/hashes": "^1.8.0"
|
|
47
47
|
}
|
|
48
|
-
}
|
|
48
|
+
}
|