@dfinity/ledger-icrc 4.1.1 → 4.1.2

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 285897d (2025-10-08 tags: release-2025-10-09_03-15-base) 'rs/ledger_suite/icrc1/index-ng/index-ng.did' by import-candid
1
+ // Generated from IC repo commit c211885f7c (2025-10-09) 'rs/ledger_suite/icrc1/index-ng/index-ng.did' by import-candid
2
2
 
3
3
  type Tokens = nat;
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from IC repo commit 285897d (2025-10-08 tags: release-2025-10-09_03-15-base) 'rs/ledger_suite/icrc1/ledger/ledger.did' by import-candid
1
+ // Generated from IC repo commit c211885f7c (2025-10-09) 'rs/ledger_suite/icrc1/ledger/ledger.did' by import-candid
2
2
 
3
3
  type BlockIndex = nat;
4
4
  type Subaccount = blob;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dfinity/ledger-icrc",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "A library for interfacing with ICRC ledgers on the Internet Computer.",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/cjs/index.cjs.js",