这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/core/js-client": "0.4.3",
"packages/core/js-client": "0.4.4",
"packages/core/marine-worker": "0.4.2",
"packages/core/aqua-to-js": "0.2.0",
"packages/core/js-client-isomorphic": "0.2.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/core/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
* dependencies
* @fluencelabs/js-client-isomorphic bumped to 0.2.0

## [0.4.4](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.3...js-client-v0.4.4) (2023-11-10)


### Bug Fixes

* **js-client:** Fix CDN flow and move it in modules [fixes DXJ-527] ([#376](https://github.com/fluencelabs/js-client/issues/376)) ([f5e9923](https://github.com/fluencelabs/js-client/commit/f5e99239741bc8907c3b4febdc53e46d7a43e46e))

## [0.4.3](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.2...js-client-v0.4.3) (2023-11-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client",
"version": "0.4.3",
"version": "0.4.4",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",
Expand Down