Skip to content

Commit f56041b

Browse files
committed
fix: Fixed ESM to CJS import issue & tweaks in the publisher logic
1 parent f29cafe commit f56041b

File tree

7 files changed

+1488
-51
lines changed

7 files changed

+1488
-51
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ archiver-db.idx.db
99
archiver-logs
1010
data-logs
1111
.direnv/
12-
.secrets
12+
.secrets
13+
src/utils/esm/bundle.js

archiver-config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"DevPublicKey": "",
6161
"txDigest": {
6262
"web3Storage": {
63-
"root_did": "did:key:REPLACE_ME",
64-
"admin_email": ""
63+
"rootDID": "did:key:REPLACE_ME",
64+
"adminEmail": ""
6565
},
6666
"enableSavingToWeb3Storage": false
6767
}

0 commit comments

Comments
 (0)