@openmrs/esm-config 8.0.1-pre.3623 → 8.0.1-pre.3638
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/.turbo/turbo-build.log
CHANGED
|
@@ -55,8 +55,8 @@ export declare function registerTranslationNamespace(namespace: string): void;
|
|
|
55
55
|
* for more information about defining a config schema.
|
|
56
56
|
*
|
|
57
57
|
* @param extensionName Name of the extension the schema is being defined for.
|
|
58
|
-
* Should match the `name` of one of the `extensions` entries
|
|
59
|
-
*
|
|
58
|
+
* Should match the `name` of one of the `extensions` entries defined in
|
|
59
|
+
* the app's `routes.json` file.
|
|
60
60
|
* @param schema The config schema for the extension
|
|
61
61
|
*/
|
|
62
62
|
export declare function defineExtensionConfigSchema(extensionName: string, schema: ConfigSchema): void;
|
|
@@ -224,8 +224,8 @@ function computeExtensionConfigs(configState, extensionState, tempConfigState) {
|
|
|
224
224
|
* for more information about defining a config schema.
|
|
225
225
|
*
|
|
226
226
|
* @param extensionName Name of the extension the schema is being defined for.
|
|
227
|
-
* Should match the `name` of one of the `extensions` entries
|
|
228
|
-
*
|
|
227
|
+
* Should match the `name` of one of the `extensions` entries defined in
|
|
228
|
+
* the app's `routes.json` file.
|
|
229
229
|
* @param schema The config schema for the extension
|
|
230
230
|
*/ export function defineExtensionConfigSchema(extensionName, schema) {
|
|
231
231
|
validateConfigSchema(extensionName, schema);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-config",
|
|
3
|
-
"version": "8.0.1-pre.
|
|
3
|
+
"version": "8.0.1-pre.3638",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "A configuration library for the OpenMRS Single-Spa framework.",
|
|
6
6
|
"type": "module",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"single-spa": "6.x"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@openmrs/esm-globals": "8.0.1-pre.
|
|
66
|
-
"@openmrs/esm-state": "8.0.1-pre.
|
|
67
|
-
"@openmrs/esm-utils": "8.0.1-pre.
|
|
65
|
+
"@openmrs/esm-globals": "8.0.1-pre.3638",
|
|
66
|
+
"@openmrs/esm-state": "8.0.1-pre.3638",
|
|
67
|
+
"@openmrs/esm-utils": "8.0.1-pre.3638",
|
|
68
68
|
"@swc/cli": "^0.7.7",
|
|
69
69
|
"@swc/core": "^1.11.29",
|
|
70
70
|
"@types/ramda": "^0.26.44",
|
|
@@ -246,8 +246,8 @@ export function registerTranslationNamespace(namespace: string) {
|
|
|
246
246
|
* for more information about defining a config schema.
|
|
247
247
|
*
|
|
248
248
|
* @param extensionName Name of the extension the schema is being defined for.
|
|
249
|
-
* Should match the `name` of one of the `extensions` entries
|
|
250
|
-
*
|
|
249
|
+
* Should match the `name` of one of the `extensions` entries defined in
|
|
250
|
+
* the app's `routes.json` file.
|
|
251
251
|
* @param schema The config schema for the extension
|
|
252
252
|
*/
|
|
253
253
|
export function defineExtensionConfigSchema(extensionName: string, schema: ConfigSchema) {
|