mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-04 18:00:18 +00:00
d6008110cf
* Add npm-aqua-compiler package * Release new package * Remove noUncheckedIndexedAccess from tsconfig.json * Fix a test script * Fix length checks * Fix * Update error description * Try to choose a nicer err message * New import format and API * Fix error message * Improve test * Don't add empty string key when globalImports prop is empty * Fix exports
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"release-type": "node",
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"plugins": [
|
|
{
|
|
"type": "node-workspace"
|
|
}
|
|
],
|
|
"packages": {
|
|
"packages/core/js-client": {},
|
|
"packages/core/js-client-isomorphic": {},
|
|
"packages/core/marine-worker": {},
|
|
"packages/core/aqua-to-js": {},
|
|
"packages/core/interfaces": {},
|
|
"packages/core/npm-aqua-compiler": {}
|
|
}
|
|
}
|