Skip to content

Commit d50cc15

Browse files
bump sdk v2.0.0-beta.16
1 parent 8cd4ad2 commit d50cc15

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/sdk/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## NEXT
5+
## [2.0.0-beta.16] (2025-06-16)
66

77
### Changed
88

9+
- Added support for Arweave storage via optional `uploadMode` parameter of `protectData()` method
910
- Updated the default base URL for subgraphs:
1011
- Production: <https://thegraph.iex.ec>
1112
- Staging: <https://thegraph-staging.iex.ec>

packages/sdk/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/dataprotector",
3-
"version": "2.0.0-beta.15",
3+
"version": "2.0.0-beta.16",
44
"description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...",
55
"type": "module",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)