@openmrs/esm-framework 5.7.3-pre.2204 → 5.8.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/docs/API.md
CHANGED
|
@@ -3051,7 +3051,7 @@ for more information about defining a config schema.
|
|
|
3051
3051
|
|
|
3052
3052
|
#### Defined in
|
|
3053
3053
|
|
|
3054
|
-
[packages/framework/esm-config/src/module-config/module-config.ts:
|
|
3054
|
+
[packages/framework/esm-config/src/module-config/module-config.ts:166](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/module-config/module-config.ts#L166)
|
|
3055
3055
|
|
|
3056
3056
|
___
|
|
3057
3057
|
|
|
@@ -3083,7 +3083,7 @@ for more information about defining a config schema.
|
|
|
3083
3083
|
|
|
3084
3084
|
#### Defined in
|
|
3085
3085
|
|
|
3086
|
-
[packages/framework/esm-config/src/module-config/module-config.ts:
|
|
3086
|
+
[packages/framework/esm-config/src/module-config/module-config.ts:227](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/module-config/module-config.ts#L227)
|
|
3087
3087
|
|
|
3088
3088
|
___
|
|
3089
3089
|
|
|
@@ -3115,7 +3115,7 @@ of the execution of a function.
|
|
|
3115
3115
|
|
|
3116
3116
|
#### Defined in
|
|
3117
3117
|
|
|
3118
|
-
[packages/framework/esm-config/src/module-config/module-config.ts:
|
|
3118
|
+
[packages/framework/esm-config/src/module-config/module-config.ts:259](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/module-config/module-config.ts#L259)
|
|
3119
3119
|
|
|
3120
3120
|
___
|
|
3121
3121
|
|
|
@@ -3136,7 +3136,7 @@ ___
|
|
|
3136
3136
|
|
|
3137
3137
|
#### Defined in
|
|
3138
3138
|
|
|
3139
|
-
[packages/framework/esm-config/src/module-config/module-config.ts:
|
|
3139
|
+
[packages/framework/esm-config/src/module-config/module-config.ts:243](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/module-config/module-config.ts#L243)
|
|
3140
3140
|
|
|
3141
3141
|
___
|
|
3142
3142
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-framework",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.0",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"browser": "dist/openmrs-esm-framework.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@openmrs/esm-api": "5.
|
|
41
|
-
"@openmrs/esm-config": "5.
|
|
42
|
-
"@openmrs/esm-context": "5.
|
|
43
|
-
"@openmrs/esm-dynamic-loading": "5.
|
|
44
|
-
"@openmrs/esm-error-handling": "5.
|
|
45
|
-
"@openmrs/esm-extensions": "5.
|
|
46
|
-
"@openmrs/esm-feature-flags": "5.
|
|
47
|
-
"@openmrs/esm-globals": "5.
|
|
48
|
-
"@openmrs/esm-navigation": "5.
|
|
49
|
-
"@openmrs/esm-offline": "5.
|
|
50
|
-
"@openmrs/esm-react-utils": "5.
|
|
51
|
-
"@openmrs/esm-routes": "5.
|
|
52
|
-
"@openmrs/esm-state": "5.
|
|
53
|
-
"@openmrs/esm-styleguide": "5.
|
|
54
|
-
"@openmrs/esm-translations": "5.
|
|
55
|
-
"@openmrs/esm-utils": "5.
|
|
40
|
+
"@openmrs/esm-api": "5.8.0",
|
|
41
|
+
"@openmrs/esm-config": "5.8.0",
|
|
42
|
+
"@openmrs/esm-context": "5.8.0",
|
|
43
|
+
"@openmrs/esm-dynamic-loading": "5.8.0",
|
|
44
|
+
"@openmrs/esm-error-handling": "5.8.0",
|
|
45
|
+
"@openmrs/esm-extensions": "5.8.0",
|
|
46
|
+
"@openmrs/esm-feature-flags": "5.8.0",
|
|
47
|
+
"@openmrs/esm-globals": "5.8.0",
|
|
48
|
+
"@openmrs/esm-navigation": "5.8.0",
|
|
49
|
+
"@openmrs/esm-offline": "5.8.0",
|
|
50
|
+
"@openmrs/esm-react-utils": "5.8.0",
|
|
51
|
+
"@openmrs/esm-routes": "5.8.0",
|
|
52
|
+
"@openmrs/esm-state": "5.8.0",
|
|
53
|
+
"@openmrs/esm-styleguide": "5.8.0",
|
|
54
|
+
"@openmrs/esm-translations": "5.8.0",
|
|
55
|
+
"@openmrs/esm-utils": "5.8.0",
|
|
56
56
|
"dayjs": "^1.10.7"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
@@ -71,6 +71,5 @@
|
|
|
71
71
|
"jest-environment-jsdom": "^29.7.0",
|
|
72
72
|
"svgo-loader": "^4.0.0",
|
|
73
73
|
"webpack": "^5.88.0"
|
|
74
|
-
}
|
|
75
|
-
"stableVersion": "5.7.2"
|
|
74
|
+
}
|
|
76
75
|
}
|