@openmrs/esm-state 10.0.1-pre.4973 → 10.0.1-pre.5035
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/README.md +1 -1
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
package/README.md
CHANGED
|
@@ -6,4 +6,4 @@ openmrs-esm-state provides functions for managing OpenMRS state using
|
|
|
6
6
|
It also provides a global Unistore store called `app`.
|
|
7
7
|
|
|
8
8
|
Please see the Developer Documentation page on
|
|
9
|
-
[Storing values](https://o3-docs.openmrs.org/docs/recipes/store-values).
|
|
9
|
+
[Storing values](https://o3-docs.openmrs.org/en-US/docs/recipes/store-values).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-state",
|
|
3
|
-
"version": "10.0.1-pre.
|
|
3
|
+
"version": "10.0.1-pre.5035",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Frontend stores & state management for OpenMRS",
|
|
6
6
|
"type": "module",
|
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"zustand": "^4.5.5"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@openmrs/esm-globals": "^10.0.1-pre.
|
|
61
|
-
"@openmrs/esm-utils": "^10.0.1-pre.
|
|
60
|
+
"@openmrs/esm-globals": "^10.0.1-pre.5035",
|
|
61
|
+
"@openmrs/esm-utils": "^10.0.1-pre.5035"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@openmrs/esm-globals": "10.0.1-pre.
|
|
65
|
-
"@openmrs/esm-utils": "10.0.1-pre.
|
|
64
|
+
"@openmrs/esm-globals": "10.0.1-pre.5035",
|
|
65
|
+
"@openmrs/esm-utils": "10.0.1-pre.5035",
|
|
66
66
|
"@swc/cli": "0.8.1",
|
|
67
67
|
"@swc/core": "1.15.21",
|
|
68
68
|
"@vitest/coverage-v8": "^4.1.2",
|