mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
chore: release master (#349)
This commit is contained in:
parent
fbac0a96a1
commit
d35eccc80d
2
.github/release-please/manifest.json
vendored
2
.github/release-please/manifest.json
vendored
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"packages/core/js-client": "0.1.6",
|
"packages/core/js-client": "0.1.6",
|
||||||
"packages/core/marine-worker": "0.3.2",
|
"packages/core/marine-worker": "0.3.2",
|
||||||
"packages/core/aqua-to-js": "0.0.0"
|
"packages/core/aqua-to-js": "0.0.1"
|
||||||
}
|
}
|
||||||
|
8
packages/core/aqua-to-js/CHANGELOG.md
Normal file
8
packages/core/aqua-to-js/CHANGELOG.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 0.0.1 (2023-09-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **aqua-compiler:** JS-client aqua wrapper [fixes DXJ-461] ([#347](https://github.com/fluencelabs/js-client/issues/347)) ([7fff3b1](https://github.com/fluencelabs/js-client/commit/7fff3b1c0374eef76ab4e665b13cf97b5c50ff70))
|
@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@fluencelabs/aqua-to-js",
|
"name": "@fluencelabs/aqua-to-js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"description": "Tool for generating aqua wrapper",
|
"description": "Tool for generating aqua wrapper",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"files": ["dist"],
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"build": "tsc"
|
"build": "tsc"
|
||||||
|
Loading…
Reference in New Issue
Block a user