Compare commits

..

No commits in common. "v0.1.0-develop.14" and "v0.1.0-develop.13" have entirely different histories.

4 changed files with 4 additions and 11 deletions

View File

@ -1,10 +1,3 @@
# [0.1.0-develop.14](https://git.lumeweb.com/LumeWeb/publish-kernel-module/compare/v0.1.0-develop.13...v0.1.0-develop.14) (2023-09-02)
### Bug Fixes
* need to use the sre.pk not cidBytes ([c65a212](https://git.lumeweb.com/LumeWeb/publish-kernel-module/commit/c65a212e567e6a9695b9525db70cd09256342293))
# [0.1.0-develop.13](https://git.lumeweb.com/LumeWeb/publish-kernel-module/compare/v0.1.0-develop.12...v0.1.0-develop.13) (2023-09-02)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/publish-kernel-module",
"version": "0.1.0-develop.14",
"version": "0.1.0-develop.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/publish-kernel-module",
"version": "0.1.0-develop.14",
"version": "0.1.0-develop.13",
"dependencies": {
"@lumeweb/libweb": "0.2.0-develop.36",
"@scure/bip39": "^1.2.1",

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/publish-kernel-module",
"version": "0.1.0-develop.14",
"version": "0.1.0-develop.13",
"type": "module",
"repository": {
"type": "git",

View File

@ -189,7 +189,7 @@ await peerDefer.promise;
util.format(
"%s: %s",
chalk.green("Resolver entry"),
encodeCid(sre.pk, 0, CID_TYPES.RESOLVER, CID_HASH_TYPES.ED25519),
encodeCid(cidBytes, 0, CID_TYPES.RESOLVER, CID_HASH_TYPES.ED25519),
),
);
await node.stop();