@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.node.js
CHANGED
|
@@ -15444,7 +15444,7 @@ async function analyze(expression, options = {}) {
|
|
|
15444
15444
|
return analysisResult;
|
|
15445
15445
|
}
|
|
15446
15446
|
function getVersion() {
|
|
15447
|
-
return "0.1.0
|
|
15447
|
+
return "0.1.0";
|
|
15448
15448
|
}
|
|
15449
15449
|
var FHIRModelProviderBase = class _FHIRModelProviderBase {
|
|
15450
15450
|
constructor() {
|