@openedc/sdk 3.8.1 → 3.8.2-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <br>
2
2
  <div align="center">
3
- <img src="../public/icons/custom/openedc.svg" alt="OpenEDC Logo" width="48">
3
+ <img src="https://openedc.health/logo.png" alt="OpenEDC Logo" width="48">
4
4
 
5
5
  ### SDK for the OpenEDC Health Platform
6
6
  #### OpenEDC Health is a modular, standards-compliant platform for medical research
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedc/sdk",
3
- "version": "3.8.1",
3
+ "version": "3.8.2-next.0",
4
4
  "description": "TypeScript SDK for the OpenEDC Health Platform",
5
5
  "type": "module",
6
6
  "main": "./openedc-sdk.js",