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

# [0.1.0-develop.34](https://git.lumeweb.com/LumeWeb/libkernel/compare/v0.1.0-develop.33...v0.1.0-develop.34) (2023-07-29)

### Bug Fixes

* change callModule wrapper signature and correctly call callModule ([2adbddc](2adbddc769))
This commit is contained in:
semantic-release-bot 2023-07-29 23:49:46 +00:00
parent b6c56cf719
commit 28aa639cbf
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
# [0.1.0-develop.34](https://git.lumeweb.com/LumeWeb/libkernel/compare/v0.1.0-develop.33...v0.1.0-develop.34) (2023-07-29)
### Bug Fixes
* change callModule wrapper signature and correctly call callModule ([2adbddc](https://git.lumeweb.com/LumeWeb/libkernel/commit/2adbddc769e00767541e27efbef3fd237eb68e2d))
# [0.1.0-develop.33](https://git.lumeweb.com/LumeWeb/libkernel/compare/v0.1.0-develop.32...v0.1.0-develop.33) (2023-07-29)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/libkernel",
"version": "0.1.0-develop.33",
"version": "0.1.0-develop.34",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/libkernel",
"version": "0.1.0-develop.33",
"version": "0.1.0-develop.34",
"dependencies": {
"@lumeweb/libweb": "0.2.0-develop.27",
"emittery": "^1.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/libkernel",
"version": "0.1.0-develop.33",
"version": "0.1.0-develop.34",
"main": "lib/index.js",
"type": "module",
"types": "lib/index.d.ts",