@atomic-ehr/fhirpath 0.1.0-canary.20260203155750.e52d2f6 → 0.1.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.
package/dist/index.browser.js
CHANGED
|
@@ -15443,7 +15443,7 @@ async function analyze(expression, options = {}) {
|
|
|
15443
15443
|
return analysisResult;
|
|
15444
15444
|
}
|
|
15445
15445
|
function getVersion() {
|
|
15446
|
-
return "0.1.0
|
|
15446
|
+
return "0.1.0";
|
|
15447
15447
|
}
|
|
15448
15448
|
var FHIRModelProviderBase = class _FHIRModelProviderBase {
|
|
15449
15449
|
constructor() {
|