@phenyxhealth/sdk 1.0.14 → 1.0.15

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/package.json +1 -1
  2. package/src/PhenyxApi.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phenyxhealth/sdk",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "type": "module",
5
5
  "description": "SDK oficial para PhenyxHealth - Sistema integral de gestión de radioterapia. Incluye gestión de pacientes, recursos humanos, equipos médicos y configuración global.",
6
6
  "main": "./src/index.js",
package/src/PhenyxApi.js CHANGED
@@ -618,9 +618,9 @@ class PhenyxApi {
618
618
  }
619
619
 
620
620
 
621
- static getContrastingColor = getContrastingColor;
621
+ getContrastingColor = getContrastingColor;
622
622
 
623
- static newId = () => v4();
623
+ newId = () => v4();
624
624
  };
625
625
 
626
626
  export default PhenyxApi;