@openmrs/esm-react-utils 4.4.1-pre.686 → 4.4.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 +18 -18
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
1
|
+
[35m@openmrs/esm-react-utils:build[0m: cache hit, replaying output [2m8985b974e3b5f59a[0m
|
|
2
|
+
[35m@openmrs/esm-react-utils:build: [0mBrowserslist: caniuse-lite is outdated. Please run:
|
|
3
|
+
[35m@openmrs/esm-react-utils:build: [0m npx update-browserslist-db@latest
|
|
4
|
+
[35m@openmrs/esm-react-utils:build: [0m Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
5
|
+
[35m@openmrs/esm-react-utils:build: [0masset [1m[32mopenmrs-esm-react-utils.js[39m[22m 69.8 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (name: main) 2 related assets
|
|
6
|
+
[35m@openmrs/esm-react-utils:build: [0morphan modules 197 KiB [1m[33m[orphan][39m[22m 120 modules
|
|
7
|
+
[35m@openmrs/esm-react-utils:build: [0mruntime modules 2.02 KiB 7 modules
|
|
8
|
+
[35m@openmrs/esm-react-utils:build: [0mbuilt modules 212 KiB [1m[33m[built][39m[22m
|
|
9
|
+
[35m@openmrs/esm-react-utils:build: [0m cacheable modules 211 KiB
|
|
10
|
+
[35m@openmrs/esm-react-utils:build: [0m modules by path [1m../../../node_modules/[39m[22m 5.49 KiB 7 modules
|
|
11
|
+
[35m@openmrs/esm-react-utils:build: [0m [1m./src/index.ts + 120 modules[39m[22m 198 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
12
|
+
[35m@openmrs/esm-react-utils:build: [0m [1m../esm-state/dist/openmrs-esm-state.js[39m[22m 7.28 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
13
|
+
[35m@openmrs/esm-react-utils:build: [0m modules by path [1mexternal "@openmrs/[39m[22m 168 bytes
|
|
14
|
+
[35m@openmrs/esm-react-utils:build: [0m [1mexternal "@openmrs/esm-config"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
15
|
+
[35m@openmrs/esm-react-utils:build: [0m [1mexternal "@openmrs/esm-extensions"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
16
|
+
[35m@openmrs/esm-react-utils:build: [0m + 2 modules
|
|
17
|
+
[35m@openmrs/esm-react-utils:build: [0m + 5 modules
|
|
18
|
+
[35m@openmrs/esm-react-utils:build: [0mwebpack 5.77.0 compiled [1m[32msuccessfully[39m[22m in 6989 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-react-utils",
|
|
3
|
-
"version": "4.4.1
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "React utilities for OpenMRS.",
|
|
6
6
|
"browser": "dist/openmrs-esm-react-utils.js",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"react-i18next": "11.x"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@openmrs/esm-api": "^4.4.1
|
|
59
|
-
"@openmrs/esm-config": "^4.4.1
|
|
60
|
-
"@openmrs/esm-error-handling": "^4.4.1
|
|
61
|
-
"@openmrs/esm-extensions": "^4.4.1
|
|
62
|
-
"@openmrs/esm-globals": "^4.4.1
|
|
58
|
+
"@openmrs/esm-api": "^4.4.1",
|
|
59
|
+
"@openmrs/esm-config": "^4.4.1",
|
|
60
|
+
"@openmrs/esm-error-handling": "^4.4.1",
|
|
61
|
+
"@openmrs/esm-extensions": "^4.4.1",
|
|
62
|
+
"@openmrs/esm-globals": "^4.4.1",
|
|
63
63
|
"dayjs": "^1.10.8",
|
|
64
64
|
"i18next": "^19.6.0",
|
|
65
65
|
"react": "^18.1.0",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"react-i18next": "^11.16.9",
|
|
68
68
|
"rxjs": "^6.5.3"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "63ba3efab900fbe47d14ed9b09bc56b15f4c8879"
|
|
71
71
|
}
|