Add new package to release-please

This commit is contained in:
Akim Mamedov
2023-09-18 14:13:19 +07:00
parent 6c84d0a3a8
commit 7ea0ac965b
2 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,7 @@
],
"packages": {
"packages/core/js-client": {},
"packages/core/marine-worker": {}
"packages/core/marine-worker": {},
"packages/core/aqua-to-js-compiler": {}
}
}

View File

@ -1,4 +1,5 @@
{
"packages/core/js-client": "0.1.4",
"packages/core/marine-worker": "0.3.1"
"packages/core/marine-worker": "0.3.1",
"packages/core/aqua-to-js-compiler": "0.0.0"
}