We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1e8312 + 34a894d commit 66dc9bfCopy full SHA for 66dc9bf
modules/sdk-coin-canton/package.json
@@ -6,14 +6,17 @@
6
"types": "./dist/src/index.d.ts",
7
"exports": {
8
".": {
9
+ "import": "./dist/src/index.js",
10
"require": "./dist/src/index.js",
11
"types": "./dist/src/index.d.ts"
12
},
13
"./resources/proto/preparedTransaction": {
14
+ "import": "./dist/resources/proto/preparedTransaction.js",
15
"require": "./dist/resources/proto/preparedTransaction.js",
16
"types": "./dist/resources/proto/preparedTransaction.d.ts"
17
18
"./resources/hash/hash": {
19
+ "import": "./dist/resources/hash/hash.js",
20
"require": "./dist/resources/hash/hash.js",
21
"types": "./dist/resources/hash/hash.d.ts"
22
}
0 commit comments