@openmrs/esm-devtools-app 6.2.1-pre.2830 → 6.2.1-pre.2836
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/dist/10.js +2 -0
- package/dist/{593.js.LICENSE.txt → 10.js.LICENSE.txt} +5 -0
- package/dist/10.js.map +1 -0
- package/dist/373.js +1 -1
- package/dist/373.js.map +1 -1
- package/dist/657.js +1 -1
- package/dist/657.js.map +1 -1
- package/dist/818.js +1 -0
- package/dist/818.js.map +1 -0
- package/dist/889.js +1 -1
- package/dist/889.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-devtools-app.js +1 -1
- package/dist/openmrs-esm-devtools-app.js.buildmanifest.json +72 -72
- package/dist/openmrs-esm-devtools-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +4 -4
- package/src/devtools/devtools.component.tsx +3 -10
- package/src/devtools/devtools.styles.scss +11 -7
- package/src/devtools/devtools.test.tsx +3 -3
- package/src/devtools/import-map-list/import-map.scss +5 -0
- package/src/devtools/import-map-list/list.scss +12 -12
- package/dist/593.js +0 -2
- package/dist/593.js.map +0 -1
- package/dist/642.js +0 -1
- package/dist/642.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
2
2
|
npx update-browserslist-db@latest
|
|
3
3
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
4
|
-
assets by path *.js 2.
|
|
5
|
-
assets by chunk
|
|
6
|
-
asset
|
|
4
|
+
assets by path *.js 2.4 MiB
|
|
5
|
+
assets by chunk 865 KiB (id hint: vendors)
|
|
6
|
+
asset 10.js 640 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
7
7
|
asset 788.js 130 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
8
|
-
asset
|
|
9
|
-
asset 657.js 20
|
|
8
|
+
asset 818.js 74.2 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
9
|
+
asset 657.js 20 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
10
10
|
+ 7 assets
|
|
11
11
|
assets by path *.json 7.24 KiB
|
|
12
12
|
asset openmrs-esm-devtools-app.js.buildmanifest.json 7 KiB [emitted]
|
|
13
13
|
asset routes.json 245 bytes [emitted] [from: src/routes.json] [copied]
|
|
14
|
-
orphan modules
|
|
15
|
-
runtime modules
|
|
16
|
-
built modules
|
|
17
|
-
modules by path ../../
|
|
18
|
-
modules by path ../../../node_modules/
|
|
14
|
+
orphan modules 4.64 MiB [orphan] 773 modules
|
|
15
|
+
runtime modules 41.7 KiB 30 modules
|
|
16
|
+
built modules 9.18 MiB (javascript) 252 bytes (consume-shared) 210 bytes (share-init) [built]
|
|
17
|
+
modules by path ../../ 9.1 MiB
|
|
18
|
+
modules by path ../../../node_modules/ 4.07 MiB 48 modules
|
|
19
19
|
modules by path ../../framework/ 5.03 MiB 17 modules
|
|
20
|
-
modules by path ./src/ 83.
|
|
20
|
+
modules by path ./src/ 83.9 KiB 7 modules
|
|
21
21
|
consume-shared-module modules 252 bytes
|
|
22
22
|
modules by path consume shared module (default) @openmrs/ 84 bytes 2 modules
|
|
23
23
|
+ 4 modules
|
|
24
24
|
provide-module modules 210 bytes
|
|
25
|
-
provide shared module (default) @carbon/react@1.
|
|
26
|
-
provide shared module (default) @openmrs/esm-framework@6.2.1-pre.
|
|
25
|
+
provide shared module (default) @carbon/react@1.76.0 = ../../../node_modules/@ca...(truncated) 42 bytes [built] [code generated]
|
|
26
|
+
provide shared module (default) @openmrs/esm-framework@6.2.1-pre.2836 = ../../fr...(truncated) 42 bytes [built] [code generated]
|
|
27
27
|
+ 3 modules
|
|
28
28
|
container entry 42 bytes [built] [code generated]
|
|
29
29
|
|
|
@@ -31,6 +31,6 @@ WARNING in asset size limit: The following asset(s) exceed the recommended size
|
|
|
31
31
|
This can impact web performance.
|
|
32
32
|
Assets:
|
|
33
33
|
889.js (1.47 MiB)
|
|
34
|
-
|
|
34
|
+
10.js (640 KiB)
|
|
35
35
|
|
|
36
|
-
webpack 5.88.0 compiled with 1 warning in
|
|
36
|
+
webpack 5.88.0 compiled with 1 warning in 142264 ms
|