@openmrs/esm-dynamic-loading 5.6.0 → 5.6.1-pre.1790
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 +8 -8
- package/package.json +4 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
1
|
+
[32m@openmrs/esm-dynamic-loading:build[0m: cache hit, replaying output [2m0540bcc4d4719eaa[0m
|
|
2
|
+
[32m@openmrs/esm-dynamic-loading:build: [0masset [1m[32mopenmrs-esm-dynamic-loading.js[39m[22m 6.24 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (name: main) 1 related asset
|
|
3
|
+
[32m@openmrs/esm-dynamic-loading:build: [0mruntime modules 2.47 KiB 4 modules
|
|
4
|
+
[32m@openmrs/esm-dynamic-loading:build: [0morphan modules 16.2 KiB [1m[33m[orphan][39m[22m 1 module
|
|
5
|
+
[32m@openmrs/esm-dynamic-loading:build: [0mbuilt modules 16.2 KiB [1m[33m[built][39m[22m
|
|
6
|
+
[32m@openmrs/esm-dynamic-loading:build: [0m [1m./src/index.ts + 1 modules[39m[22m 16.2 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
7
|
+
[32m@openmrs/esm-dynamic-loading:build: [0m [1mexternal "@openmrs/esm-globals"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
8
|
+
[32m@openmrs/esm-dynamic-loading:build: [0mwebpack 5.88.0 compiled [1m[32msuccessfully[39m[22m in 8144 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-dynamic-loading",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.1-pre.1790",
|
|
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",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"@openmrs/esm-globals": "5.x"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@openmrs/esm-globals": "5.6.
|
|
46
|
-
}
|
|
45
|
+
"@openmrs/esm-globals": "5.6.1-pre.1790"
|
|
46
|
+
},
|
|
47
|
+
"stableVersion": "5.6.0"
|
|
47
48
|
}
|