fix: Enable publishing of js-client-isomorphic [fixes DXJ-516] (#370)

* Publish js-client-isomorphic

* Release 0.1.0 manually
This commit is contained in:
Akim 2023-10-26 18:26:01 +07:00 committed by GitHub
parent 747a7a1096
commit bb8fca88e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

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

View File

@ -1,5 +1,6 @@
{
"packages/core/js-client": "0.4.0",
"packages/core/marine-worker": "0.4.1",
"packages/core/aqua-to-js": "0.2.0"
"packages/core/aqua-to-js": "0.2.0",
"packages/core/js-client-isomorphic": "0.1.0"
}

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@fluencelabs/js-client-isomorphic",
"version": "1.0.0",
"version": "0.1.0",
"description": "Isomorphic entities for js-client",
"files": [
"dist"