@openmrs/esm-framework 6.3.1-pre.3204 → 6.3.1-pre.3207

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Class: OpenmrsFetchError
4
4
 
5
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:301](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L301)
5
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:304](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L304)
6
6
 
7
7
  ## Extends
8
8
 
@@ -18,7 +18,7 @@ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:301](https://github
18
18
 
19
19
  > **new OpenmrsFetchError**(`url`, `response`, `responseBody`, `requestStacktrace`): `OpenmrsFetchError`
20
20
 
21
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:302](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L302)
21
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:305](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L305)
22
22
 
23
23
  #### Parameters
24
24
 
@@ -120,7 +120,7 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces
120
120
 
121
121
  > **response**: `Response`
122
122
 
123
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:310](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L310)
123
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:313](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L313)
124
124
 
125
125
  #### Implementation of
126
126
 
@@ -132,7 +132,7 @@ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:310](https://github
132
132
 
133
133
  > **responseBody**: `null` \| `string` \| [`FetchResponseJson`](../interfaces/FetchResponseJson.md)
134
134
 
135
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:311](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L311)
135
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:314](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L314)
136
136
 
137
137
  #### Implementation of
138
138
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **convertToLocaleCalendar**(`date`, `locale`): `CalendarDate` \| `CalendarDateTime` \| `ZonedDateTime`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:146
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:145
8
8
 
9
9
  Converts a calendar date to the equivalent locale calendar date.
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **formatDate**(`date`, `options?`): `string`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:126
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:125
8
8
 
9
9
  Formats the input date according to the current locale and the
10
10
  given options.
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **formatDatetime**(`date`, `options?`): `string`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:141
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:140
8
8
 
9
9
  Formats the input into a string showing the date and time, according
10
10
  to the current locale. The `mode` parameter is as described for
@@ -2,9 +2,9 @@
2
2
 
3
3
  # Function: formatDuration()
4
4
 
5
- > **formatDuration**(`duration`, `options?`): `any`
5
+ > **formatDuration**(`duration`, `options?`): `string`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:154
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:153
8
8
 
9
9
  Formats the input duration according to the current locale.
10
10
 
@@ -24,6 +24,6 @@ Optional options for formatting.
24
24
 
25
25
  ## Returns
26
26
 
27
- `any`
27
+ `string`
28
28
 
29
29
  The formatted duration string.
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **formatPartialDate**(`dateString`, `options?`): `null` \| `string`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:106
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:105
8
8
 
9
9
  Formats the string representing a date, including partial representations of dates, according to the current
10
10
  locale and the given options.
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **formatTime**(`date`): `string`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:131
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:130
8
8
 
9
9
  Formats the input as a time, according to the current locale.
10
10
  12-hour or 24-hour clock depends on locale.
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **getDefaultCalendar**(`locale`): `undefined` \| `CalendarIdentifier`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:50
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:49
8
8
 
9
9
  Retrieves the default calendar for the specified locale if any.
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **isOmrsDateStrict**(`omrsPayloadString`): `boolean`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:13
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:12
8
8
 
9
9
  This function checks whether a date string is the OpenMRS ISO format.
10
10
  The format should be YYYY-MM-DDTHH:mm:ss.SSSZZ
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **isOmrsDateToday**(`date`): `boolean`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:18
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:17
8
8
 
9
9
  ## Parameters
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **makeUrl**(`path`): `string`
6
6
 
7
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L22)
7
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L23)
8
8
 
9
9
  Append `path` to the OpenMRS SPA base.
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **openmrsFetch**\<`T`\>(`path`, `fetchInit`): `Promise`\<[`FetchResponse`](../interfaces/FetchResponse.md)\<`T`\>\>
6
6
 
7
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:82](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L82)
7
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:83](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L83)
8
8
 
9
9
  The openmrsFetch function is a wrapper around the
10
10
  [browser's built-in fetch function](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch),
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **openmrsObservableFetch**\<`T`\>(`url`, `fetchInit`): `Observable`\<[`FetchResponse`](../interfaces/FetchResponse.md)\<`T`\>\>
6
6
 
7
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:269](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L269)
7
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:272](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L272)
8
8
 
9
9
  The openmrsObservableFetch function is a wrapper around openmrsFetch
10
10
  that returns an [Observable](https://rxjs-dev.firebaseapp.com/guide/observable)
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **parseDate**(`dateString`): `Date`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:32
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:31
8
8
 
9
9
  Utility function to parse an arbitrary string into a date.
10
10
  Uses `dayjs(dateString)`.
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **registerDefaultCalendar**(`locale`, `calendar`): `void`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:44
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:43
8
8
 
9
9
  Provides the name of the calendar to associate, as a default, with the given base locale.
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **toDateObjectStrict**(`omrsDateString`): `null` \| `Date`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:23
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:22
8
8
 
9
9
  Converts the object to a date object if it is an OpenMRS ISO date time string.
10
10
  Otherwise returns null.
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **toOmrsIsoString**(`date`, `toUTC?`): `string`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:27
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:26
8
8
 
9
9
  Formats the input to OpenMRS ISO format: "YYYY-MM-DDTHH:mm:ss.SSSZZ".
10
10
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: FetchConfig
4
4
 
5
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:314](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L314)
5
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:317](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L317)
6
6
 
7
7
  ## Extends
8
8
 
@@ -14,7 +14,7 @@ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:314](https://github
14
14
 
15
15
  > `optional` **body**: `string` \| `FetchBody`
16
16
 
17
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:316](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L316)
17
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:319](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L319)
18
18
 
19
19
  ***
20
20
 
@@ -50,7 +50,7 @@ A string indicating whether credentials will be sent with the request always, ne
50
50
 
51
51
  > `optional` **headers**: [`FetchHeaders`](FetchHeaders.md)
52
52
 
53
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:315](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L315)
53
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:318](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L318)
54
54
 
55
55
  ***
56
56
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: FetchError
4
4
 
5
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:333](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L333)
5
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:336](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L336)
6
6
 
7
7
  ## Properties
8
8
 
@@ -10,7 +10,7 @@ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:333](https://github
10
10
 
11
11
  > **response**: `Response`
12
12
 
13
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:334](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L334)
13
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:337](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L337)
14
14
 
15
15
  ***
16
16
 
@@ -18,4 +18,4 @@ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:334](https://github
18
18
 
19
19
  > **responseBody**: `null` \| `ResponseBody`
20
20
 
21
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:335](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L335)
21
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:338](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L338)
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: FetchHeaders
4
4
 
5
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:321](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L321)
5
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:324](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L324)
6
6
 
7
7
  ## Indexable
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: FetchResponseJson
4
4
 
5
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:329](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L329)
5
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:332](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L332)
6
6
 
7
7
  ## Indexable
8
8
 
@@ -4,4 +4,4 @@
4
4
 
5
5
  > **DateInput** = `string` \| `number` \| `Date`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:8
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:7
@@ -4,4 +4,4 @@
4
4
 
5
5
  > **FormatDateMode** = `"standard"` \| `"wide"`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:51
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:50
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **FormatDateOptions** = `object`
6
6
 
7
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:52
7
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:51
8
8
 
9
9
  ## Properties
10
10
 
@@ -12,7 +12,7 @@ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:52
12
12
 
13
13
  > `optional` **calendar**: `string`
14
14
 
15
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:56
15
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:55
16
16
 
17
17
  The calendar to use when formatting this date.
18
18
 
@@ -22,7 +22,7 @@ The calendar to use when formatting this date.
22
22
 
23
23
  > **day**: `boolean`
24
24
 
25
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:72
25
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:71
26
26
 
27
27
  Whether to include the day number
28
28
 
@@ -32,7 +32,7 @@ Whether to include the day number
32
32
 
33
33
  > `optional` **locale**: `string`
34
34
 
35
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:60
35
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:59
36
36
 
37
37
  The locale to use when formatting this date
38
38
 
@@ -42,7 +42,7 @@ The locale to use when formatting this date
42
42
 
43
43
  > **mode**: [`FormatDateMode`](FormatDateMode.md)
44
44
 
45
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:65
45
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:64
46
46
 
47
47
  - `standard`: "03 Feb 2022"
48
48
  - `wide`: "03 — Feb — 2022"
@@ -53,7 +53,7 @@ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:65
53
53
 
54
54
  > **month**: `boolean`
55
55
 
56
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:74
56
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:73
57
57
 
58
58
  Whether to include the month number
59
59
 
@@ -63,7 +63,7 @@ Whether to include the month number
63
63
 
64
64
  > **noToday**: `boolean`
65
65
 
66
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:85
66
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:84
67
67
 
68
68
  Disables the special handling of dates that are today. If false
69
69
  (the default), then dates that are today will be formatted as "Today"
@@ -76,7 +76,7 @@ formatted the same as all other dates.
76
76
 
77
77
  > `optional` **numberingSystem**: `string`
78
78
 
79
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:78
79
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:77
80
80
 
81
81
  The unicode numbering system to use
82
82
 
@@ -86,7 +86,7 @@ The unicode numbering system to use
86
86
 
87
87
  > **time**: `true` \| `false` \| `"for today"`
88
88
 
89
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:70
89
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:69
90
90
 
91
91
  Whether the time should be included in the output always (`true`),
92
92
  never (`false`), or only when the input date is today (`for today`).
@@ -97,6 +97,6 @@ never (`false`), or only when the input date is today (`for today`).
97
97
 
98
98
  > **year**: `boolean`
99
99
 
100
- Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:76
100
+ Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:75
101
101
 
102
102
  Whether to include the year
@@ -4,4 +4,4 @@
4
4
 
5
5
  > `const` **fhirBaseUrl**: `"/ws/fhir2/R4"` = `'/ws/fhir2/R4'`
6
6
 
7
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:9](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L9)
7
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L10)
@@ -4,4 +4,4 @@
4
4
 
5
5
  > `const` **restBaseUrl**: `"/ws/rest/v1"` = `'/ws/rest/v1'`
6
6
 
7
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:8](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L8)
7
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:9](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L9)
@@ -4,4 +4,4 @@
4
4
 
5
5
  > `const` **sessionEndpoint**: `"/ws/rest/v1/session"`
6
6
 
7
- Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L10)
7
+ Defined in: [packages/framework/esm-api/src/openmrs-fetch.ts:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L11)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-framework",
3
- "version": "6.3.1-pre.3204",
3
+ "version": "6.3.1-pre.3207",
4
4
  "license": "MPL-2.0",
5
5
  "type": "module",
6
6
  "module": "dist/openmrs-esm-framework.js",
@@ -59,24 +59,24 @@
59
59
  "access": "public"
60
60
  },
61
61
  "dependencies": {
62
- "@openmrs/esm-api": "6.3.1-pre.3204",
63
- "@openmrs/esm-config": "6.3.1-pre.3204",
64
- "@openmrs/esm-context": "6.3.1-pre.3204",
65
- "@openmrs/esm-dynamic-loading": "6.3.1-pre.3204",
66
- "@openmrs/esm-emr-api": "6.3.1-pre.3204",
67
- "@openmrs/esm-error-handling": "6.3.1-pre.3204",
68
- "@openmrs/esm-expression-evaluator": "6.3.1-pre.3204",
69
- "@openmrs/esm-extensions": "6.3.1-pre.3204",
70
- "@openmrs/esm-feature-flags": "6.3.1-pre.3204",
71
- "@openmrs/esm-globals": "6.3.1-pre.3204",
72
- "@openmrs/esm-navigation": "6.3.1-pre.3204",
73
- "@openmrs/esm-offline": "6.3.1-pre.3204",
74
- "@openmrs/esm-react-utils": "6.3.1-pre.3204",
75
- "@openmrs/esm-routes": "6.3.1-pre.3204",
76
- "@openmrs/esm-state": "6.3.1-pre.3204",
77
- "@openmrs/esm-styleguide": "6.3.1-pre.3204",
78
- "@openmrs/esm-translations": "6.3.1-pre.3204",
79
- "@openmrs/esm-utils": "6.3.1-pre.3204"
62
+ "@openmrs/esm-api": "6.3.1-pre.3207",
63
+ "@openmrs/esm-config": "6.3.1-pre.3207",
64
+ "@openmrs/esm-context": "6.3.1-pre.3207",
65
+ "@openmrs/esm-dynamic-loading": "6.3.1-pre.3207",
66
+ "@openmrs/esm-emr-api": "6.3.1-pre.3207",
67
+ "@openmrs/esm-error-handling": "6.3.1-pre.3207",
68
+ "@openmrs/esm-expression-evaluator": "6.3.1-pre.3207",
69
+ "@openmrs/esm-extensions": "6.3.1-pre.3207",
70
+ "@openmrs/esm-feature-flags": "6.3.1-pre.3207",
71
+ "@openmrs/esm-globals": "6.3.1-pre.3207",
72
+ "@openmrs/esm-navigation": "6.3.1-pre.3207",
73
+ "@openmrs/esm-offline": "6.3.1-pre.3207",
74
+ "@openmrs/esm-react-utils": "6.3.1-pre.3207",
75
+ "@openmrs/esm-routes": "6.3.1-pre.3207",
76
+ "@openmrs/esm-state": "6.3.1-pre.3207",
77
+ "@openmrs/esm-styleguide": "6.3.1-pre.3207",
78
+ "@openmrs/esm-translations": "6.3.1-pre.3207",
79
+ "@openmrs/esm-utils": "6.3.1-pre.3207"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "dayjs": "1.x",
@@ -98,7 +98,7 @@
98
98
  "sass-embedded": "^1.89.0",
99
99
  "svgo-loader": "^4.0.0",
100
100
  "typedoc": "^0.28.5",
101
- "typedoc-plugin-file-categories": "6.3.1-pre.3204",
101
+ "typedoc-plugin-file-categories": "6.3.1-pre.3207",
102
102
  "typedoc-plugin-markdown": "^4.6.3",
103
103
  "typedoc-plugin-no-inherit": "^1.6.1",
104
104
  "typescript": "^5.8.3",