@openmrs/esm-utils 5.6.1-pre.1809 → 5.6.1-pre.1812

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-utils",
3
- "version": "5.6.1-pre.1809",
3
+ "version": "5.6.1-pre.1812",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Helper utilities for OpenMRS",
6
6
  "browser": "dist/openmrs-esm-utils.js",
@@ -39,7 +39,7 @@
39
39
  "access": "public"
40
40
  },
41
41
  "devDependencies": {
42
- "@openmrs/esm-globals": "5.6.1-pre.1809",
42
+ "@openmrs/esm-globals": "5.6.1-pre.1812",
43
43
  "@types/semver": "^7.3.4",
44
44
  "dayjs": "^1.10.4",
45
45
  "rxjs": "^6.5.3"
@@ -9,7 +9,7 @@ import {
9
9
  mockPatientWithMultipleNames,
10
10
  mockPatientWithNickAndOfficialName,
11
11
  } from './patient-helpers.test.data';
12
- import { type NameUse } from '../../esm-api';
12
+ import { type NameUse } from '@openmrs/esm-globals';
13
13
 
14
14
  describe('Formatted display name', () => {
15
15
  it.each([
@@ -1,6 +1,6 @@
1
1
  /** @module @category Utility */
2
2
 
3
- import type { NameUse } from '../../esm-api';
3
+ import { type NameUse } from '@openmrs/esm-globals';
4
4
 
5
5
  /**
6
6
  * Gets the formatted display name for a patient.