@openmrs/esm-offline 4.3.0 → 4.3.1
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 +15 -15
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
1
|
+
[34m@openmrs/esm-offline:build[0m: cache hit, replaying output [2mef611981a824794c[0m
|
|
2
|
+
[34m@openmrs/esm-offline:build: [0masset [1m[32mopenmrs-esm-offline.js[39m[22m 108 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (name: main) 1 related asset
|
|
3
|
+
[34m@openmrs/esm-offline:build: [0morphan modules 179 KiB [1m[33m[orphan][39m[22m 26 modules
|
|
4
|
+
[34m@openmrs/esm-offline:build: [0mruntime modules 1.76 KiB 6 modules
|
|
5
|
+
[34m@openmrs/esm-offline:build: [0mbuilt modules 167 KiB [1m[33m[built][39m[22m
|
|
6
|
+
[34m@openmrs/esm-offline:build: [0m cacheable modules 167 KiB
|
|
7
|
+
[34m@openmrs/esm-offline:build: [0m modules by path [1m../../../node_modules/systemjs-webpack-interop/auto-public-path/*.js[39m[22m 935 bytes
|
|
8
|
+
[34m@openmrs/esm-offline:build: [0m [1m../../../node_modules/systemjs-webpack-interop/auto-public-path/1.js[39m[22m 89 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
9
|
+
[34m@openmrs/esm-offline:build: [0m [1m../../../node_modules/systemjs-webpack-interop/auto-public-path/auto-public-path.js[39m[22m 846 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
10
|
+
[34m@openmrs/esm-offline:build: [0m [1m./src/index.ts + 16 modules[39m[22m 164 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
11
|
+
[34m@openmrs/esm-offline:build: [0m [1m../../../node_modules/systemjs-webpack-interop/public-path.js[39m[22m 2.36 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
12
|
+
[34m@openmrs/esm-offline:build: [0m modules by path [1mexternal "@openmrs/[39m[22m 84 bytes
|
|
13
|
+
[34m@openmrs/esm-offline:build: [0m [1mexternal "@openmrs/esm-api"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
14
|
+
[34m@openmrs/esm-offline:build: [0m [1mexternal "@openmrs/esm-state"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
15
|
+
[34m@openmrs/esm-offline:build: [0mwebpack 5.77.0 compiled [1m[32msuccessfully[39m[22m in 5900 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-offline",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Helper utilities for OpenMRS",
|
|
6
6
|
"browser": "dist/openmrs-esm-offline.js",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"uuid": "^8.3.2",
|
|
57
57
|
"workbox-window": "^6.1.5"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "181cf5302b7ef40a1e782e521f9427facc507eb9"
|
|
60
60
|
}
|