augnitoambientsdk
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -602,3 +602,3 @@ /****************************************************************************** | ||
if (event.data === "DONE") { | ||
add(EOS_MSG); | ||
add("{\"JobAction\": \"EOS\",\"Status\": 0,\"Type\": \"meta\"}"); | ||
JobID = ""; | ||
@@ -1372,3 +1372,3 @@ if (enableLogs) { | ||
bufferInterval: 30, | ||
EOS_Message: '{\\"JobAction\\":\\"EOS\\",\\"Status\\":0,\\"Type\\":\\"meta\\"}', | ||
EOS_Message: "AMBIENTSDKEOS", | ||
socketTimeoutInterval: 10000, | ||
@@ -1375,0 +1375,0 @@ }); |
{ | ||
"name": "augnitoambientsdk", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Use this typescript SDK to integrate Augnito’s Ambient Tech within your EMR. To get access credentials or know more about how Augnito Ambient can benefit you, please visit our website and connect with our sales team: https://augnito.ai/", | ||
@@ -30,5 +30,5 @@ "main": "dist/augnitoambientsdk.js", | ||
"dependencies": { | ||
"augnitorecorder": "^1.0.12", | ||
"augnitorecorder": "1.0.13", | ||
"rollup-plugin-typescript2": "^0.36.0" | ||
} | ||
} |
@@ -47,4 +47,3 @@ import AmbientConfig from "./config/AmbientConfig"; | ||
bufferInterval: 30, | ||
EOS_Message: | ||
'{\\"JobAction\\":\\"EOS\\",\\"Status\\":0,\\"Type\\":\\"meta\\"}', | ||
EOS_Message: "AMBIENTSDKEOS", | ||
socketTimeoutInterval: 10000, | ||
@@ -51,0 +50,0 @@ }); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
208091
2
2112
+ Addedaugnitorecorder@1.0.13(transitive)
- Removedaugnitorecorder@1.0.34(transitive)
Updatedaugnitorecorder@1.0.13