@openfn/language-fhir-eswatini 0.4.1 → 0.5.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.cjs CHANGED
@@ -42,7 +42,8 @@ __export(src_exports, {
42
42
  lastReferenceValue: () => import_language_common.lastReferenceValue,
43
43
  merge: () => import_language_common.merge,
44
44
  sourceValue: () => import_language_common.sourceValue,
45
- uploadBundle: () => import_language_fhir_4.uploadBundle
45
+ uploadBundle: () => import_language_fhir_4.uploadBundle,
46
+ util: () => util
46
47
  });
47
48
  module.exports = __toCommonJS(src_exports);
48
49
 
@@ -2886,6 +2887,7 @@ function specimen(type, props) {
2886
2887
  }
2887
2888
 
2888
2889
  // src/index.ts
2890
+ var util = __toESM(require("@openfn/language-common/util"), 1);
2889
2891
  var src_default = Adaptor_exports;
2890
2892
  // Annotate the CommonJS export names for ESM import in node:
2891
2893
  0 && (module.exports = {
@@ -2905,5 +2907,6 @@ var src_default = Adaptor_exports;
2905
2907
  lastReferenceValue,
2906
2908
  merge,
2907
2909
  sourceValue,
2908
- uploadBundle
2910
+ uploadBundle,
2911
+ util
2909
2912
  });
package/dist/index.js CHANGED
@@ -2857,6 +2857,7 @@ function specimen(type, props) {
2857
2857
  }
2858
2858
 
2859
2859
  // src/index.ts
2860
+ import * as util from "@openfn/language-common/util";
2860
2861
  var src_default = Adaptor_exports;
2861
2862
  export {
2862
2863
  addToBundle,
@@ -2876,5 +2877,6 @@ export {
2876
2877
  lastReferenceValue,
2877
2878
  merge,
2878
2879
  sourceValue,
2879
- uploadBundle
2880
+ uploadBundle,
2881
+ util
2880
2882
  };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@openfn/language-fhir-eswatini",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
4
4
  "description": "OpenFn fhir-eswatini adaptor",
5
5
  "author": "Open Function Group",
6
6
  "license": "LGPLv3",
7
7
  "type": "module",
8
8
  "fhir": {
9
9
  "specUrl": "http://172.209.216.154/definitions.json.zip",
10
- "adaptorGeneratedDate": "2026-03-06T16:21:40.281Z",
10
+ "adaptorGeneratedDate": "2026-03-09T16:31:31.825Z",
11
11
  "generatorVersion": "0.7.3",
12
12
  "options": {}
13
13
  },
package/types/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export default Adaptor;
3
3
  export * from './Adaptor';
4
4
  export * as builders from './builders';
5
5
  export * as b from './builders';
6
+ export * as util from '@openfn/language-common/util';