@dfinity/ledger-icrc 2.9.0-next-2025-07-02 → 2.9.0
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 b72c6253fa (2025-06-10) 'rs/ledger_suite/icrc1/index-ng/index-ng.did' by import-candid
|
|
2
2
|
type Tokens = nat;
|
|
3
3
|
|
|
4
4
|
type InitArg = record {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from IC repo commit
|
|
1
|
+
// Generated from IC repo commit b72c6253fa (2025-06-10) 'rs/ledger_suite/icrc1/ledger/ledger.did' by import-candid
|
|
2
2
|
type BlockIndex = nat;
|
|
3
3
|
type Subaccount = blob;
|
|
4
4
|
// Number of nanoseconds since the UNIX epoch in UTC timezone.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dfinity/ledger-icrc",
|
|
3
|
-
"version": "2.9.0
|
|
3
|
+
"version": "2.9.0",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"ts-declaration": "tsc --emitDeclarationOnly --outDir dist/types",
|
|
17
17
|
"build": "npm run rmdir && mkdir -p dist && cp -R candid dist && node esbuild.mjs && npm run ts-declaration",
|
|
18
18
|
"prepack": "npm run build",
|
|
19
|
-
"test": "
|
|
19
|
+
"test": "jest"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
],
|
|
38
38
|
"homepage": "https://github.com/dfinity/ic-js#readme",
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@dfinity/agent": "
|
|
41
|
-
"@dfinity/candid": "
|
|
42
|
-
"@dfinity/principal": "
|
|
43
|
-
"@dfinity/utils": "
|
|
40
|
+
"@dfinity/agent": "^2.0.0",
|
|
41
|
+
"@dfinity/candid": "^2.0.0",
|
|
42
|
+
"@dfinity/principal": "^2.0.0",
|
|
43
|
+
"@dfinity/utils": "^2.13.0"
|
|
44
44
|
}
|
|
45
|
-
}
|
|
45
|
+
}
|