med-scribe-alliance-ts-sdk 2.0.36 → 2.0.37

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/dist/index.mjs +1 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2114,8 +2114,7 @@ var Se = class {
2114
2114
  let t = this.getEffectiveBaseUrl();
2115
2115
  return this.wrapResult(() => {
2116
2116
  try {
2117
- let t = this.discoveryManager.getResolvedConfig();
2118
- this.validator.validateAgainstDiscovery(e, t);
2117
+ this.discoveryManager.getResolvedConfig();
2119
2118
  } catch (e) {
2120
2119
  if (e instanceof y) throw e;
2121
2120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "med-scribe-alliance-ts-sdk",
3
- "version": "2.0.36",
3
+ "version": "2.0.37",
4
4
  "description": "TypeScript SDK for the MedScribe Alliance Protocol",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",