@openmrs/esm-dynamic-loading 6.3.1-pre.2947 → 6.3.1-pre.2949
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 +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -5,4 +5,4 @@ built modules 16.6 KiB [built]
|
|
|
5
5
|
./src/index.ts + 1 modules 16.6 KiB [built] [code generated]
|
|
6
6
|
external "@openmrs/esm-globals" 42 bytes [built] [code generated]
|
|
7
7
|
external "@openmrs/esm-translations" 42 bytes [built] [code generated]
|
|
8
|
-
webpack 5.88.0 compiled successfully in
|
|
8
|
+
webpack 5.88.0 compiled successfully in 10066 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-dynamic-loading",
|
|
3
|
-
"version": "6.3.1-pre.
|
|
3
|
+
"version": "6.3.1-pre.2949",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Utilities for dynamically loading code in OpenMRS",
|
|
6
6
|
"browser": "dist/openmrs-esm-dynamic-loading.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@openmrs/esm-translations": "6.x"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@openmrs/esm-globals": "6.3.1-pre.
|
|
46
|
+
"@openmrs/esm-globals": "6.3.1-pre.2949"
|
|
47
47
|
},
|
|
48
48
|
"stableVersion": "6.3.0"
|
|
49
49
|
}
|