@openmrs/esm-react-utils 6.0.4 → 6.0.5-pre.2673
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 +1 -1
- package/package.json +12 -11
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,4 +11,4 @@ built modules 293 KiB [built]
|
|
|
11
11
|
./src/index.ts + 138 modules 282 KiB [built] [code generated]
|
|
12
12
|
../esm-state/dist/openmrs-esm-state.js 8.12 KiB [built] [code generated]
|
|
13
13
|
+ 5 modules
|
|
14
|
-
webpack 5.88.0 compiled successfully in
|
|
14
|
+
webpack 5.88.0 compiled successfully in 8187 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-react-utils",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.5-pre.2673",
|
|
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": "6.0.
|
|
65
|
-
"@openmrs/esm-config": "6.0.
|
|
66
|
-
"@openmrs/esm-context": "6.0.
|
|
67
|
-
"@openmrs/esm-error-handling": "6.0.
|
|
68
|
-
"@openmrs/esm-extensions": "6.0.
|
|
69
|
-
"@openmrs/esm-feature-flags": "6.0.
|
|
70
|
-
"@openmrs/esm-globals": "6.0.
|
|
71
|
-
"@openmrs/esm-navigation": "6.0.
|
|
72
|
-
"@openmrs/esm-utils": "6.0.
|
|
64
|
+
"@openmrs/esm-api": "6.0.5-pre.2673",
|
|
65
|
+
"@openmrs/esm-config": "6.0.5-pre.2673",
|
|
66
|
+
"@openmrs/esm-context": "6.0.5-pre.2673",
|
|
67
|
+
"@openmrs/esm-error-handling": "6.0.5-pre.2673",
|
|
68
|
+
"@openmrs/esm-extensions": "6.0.5-pre.2673",
|
|
69
|
+
"@openmrs/esm-feature-flags": "6.0.5-pre.2673",
|
|
70
|
+
"@openmrs/esm-globals": "6.0.5-pre.2673",
|
|
71
|
+
"@openmrs/esm-navigation": "6.0.5-pre.2673",
|
|
72
|
+
"@openmrs/esm-utils": "6.0.5-pre.2673",
|
|
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.5",
|
|
80
80
|
"webpack": "^5.88.0"
|
|
81
|
-
}
|
|
81
|
+
},
|
|
82
|
+
"stableVersion": "6.0.4"
|
|
82
83
|
}
|