@openmrs/esm-react-utils 5.6.0 → 5.6.1-pre.1782
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 +2 -2
- package/package.json +12 -11
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[35m@openmrs/esm-react-utils:build[0m: cache hit, replaying output [
|
|
1
|
+
[35m@openmrs/esm-react-utils:build[0m: cache hit, replaying output [2ma75ce4f5192db2f7[0m
|
|
2
2
|
[35m@openmrs/esm-react-utils:build: [0masset [1m[32mopenmrs-esm-react-utils.js[39m[22m 65.5 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (name: main) 1 related asset
|
|
3
3
|
[35m@openmrs/esm-react-utils:build: [0morphan modules 178 KiB [1m[33m[orphan][39m[22m 126 modules
|
|
4
4
|
[35m@openmrs/esm-react-utils:build: [0mruntime modules 937 bytes 4 modules
|
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
[35m@openmrs/esm-react-utils:build: [0m [1m./src/index.ts + 126 modules[39m[22m 179 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
13
13
|
[35m@openmrs/esm-react-utils:build: [0m [1m../esm-state/dist/openmrs-esm-state.js[39m[22m 4.66 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
14
14
|
[35m@openmrs/esm-react-utils:build: [0m + 5 modules
|
|
15
|
-
[35m@openmrs/esm-react-utils:build: [0mwebpack 5.88.0 compiled [1m[32msuccessfully[39m[22m in
|
|
15
|
+
[35m@openmrs/esm-react-utils:build: [0mwebpack 5.88.0 compiled [1m[32msuccessfully[39m[22m in 4668 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-react-utils",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.1-pre.1782",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "React utilities for OpenMRS.",
|
|
6
6
|
"browser": "dist/openmrs-esm-react-utils.js",
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"swr": "2.x"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@openmrs/esm-api": "5.6.
|
|
65
|
-
"@openmrs/esm-config": "5.6.
|
|
66
|
-
"@openmrs/esm-context": "5.6.
|
|
67
|
-
"@openmrs/esm-error-handling": "5.6.
|
|
68
|
-
"@openmrs/esm-extensions": "5.6.
|
|
69
|
-
"@openmrs/esm-feature-flags": "5.6.
|
|
70
|
-
"@openmrs/esm-globals": "5.6.
|
|
71
|
-
"@openmrs/esm-navigation": "5.6.
|
|
72
|
-
"@openmrs/esm-utils": "5.6.
|
|
64
|
+
"@openmrs/esm-api": "5.6.1-pre.1782",
|
|
65
|
+
"@openmrs/esm-config": "5.6.1-pre.1782",
|
|
66
|
+
"@openmrs/esm-context": "5.6.1-pre.1782",
|
|
67
|
+
"@openmrs/esm-error-handling": "5.6.1-pre.1782",
|
|
68
|
+
"@openmrs/esm-extensions": "5.6.1-pre.1782",
|
|
69
|
+
"@openmrs/esm-feature-flags": "5.6.1-pre.1782",
|
|
70
|
+
"@openmrs/esm-globals": "5.6.1-pre.1782",
|
|
71
|
+
"@openmrs/esm-navigation": "5.6.1-pre.1782",
|
|
72
|
+
"@openmrs/esm-utils": "5.6.1-pre.1782",
|
|
73
73
|
"dayjs": "^1.10.8",
|
|
74
74
|
"i18next": "^21.10.0",
|
|
75
75
|
"react": "^18.1.0",
|
|
@@ -78,5 +78,6 @@
|
|
|
78
78
|
"rxjs": "^6.5.3",
|
|
79
79
|
"swr": "^2.2.2",
|
|
80
80
|
"webpack": "^5.88.0"
|
|
81
|
-
}
|
|
81
|
+
},
|
|
82
|
+
"stableVersion": "5.6.0"
|
|
82
83
|
}
|