chore(release): 0.1.0-develop.9 [skip ci]

# [0.1.0-develop.9](https://git.lumeweb.com/LumeWeb/kernel/compare/v0.1.0-develop.8...v0.1.0-develop.9) (2023-09-03)

### Bug Fixes

* finalModule needs to be moduleDomain ([6b0d43f](6b0d43fe9b))
* have resolveModuleRegistryEntry decode the cid and pass the pubkey ([e6318cd](e6318cdc38))
This commit is contained in:
semantic-release-bot 2023-09-03 05:02:42 +00:00
parent 5880c46643
commit 9ae777f739
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
# [0.1.0-develop.9](https://git.lumeweb.com/LumeWeb/kernel/compare/v0.1.0-develop.8...v0.1.0-develop.9) (2023-09-03)
### Bug Fixes
* finalModule needs to be moduleDomain ([6b0d43f](https://git.lumeweb.com/LumeWeb/kernel/commit/6b0d43fe9b41150a768025d8d6b2edc7033e1607))
* have resolveModuleRegistryEntry decode the cid and pass the pubkey ([e6318cd](https://git.lumeweb.com/LumeWeb/kernel/commit/e6318cdc38b839de8c95d36c1f5276596b57bd83))
# [0.1.0-develop.8](https://git.lumeweb.com/LumeWeb/kernel/compare/v0.1.0-develop.7...v0.1.0-develop.8) (2023-09-02)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/kernel",
"version": "0.1.0-develop.8",
"version": "0.1.0-develop.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/kernel",
"version": "0.1.0-develop.8",
"version": "0.1.0-develop.9",
"dependencies": {
"@lumeweb/libkernel": "0.1.0-develop.38"
},

View File

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