@openmrs/esm-state 6.3.1-pre.2949 → 6.3.1-pre.2950
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 +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -4,4 +4,4 @@ orphan modules 6.83 KiB [orphan] 2 modules
|
|
|
4
4
|
built modules 6.89 KiB [built]
|
|
5
5
|
./src/index.ts + 2 modules 6.85 KiB [built] [code generated]
|
|
6
6
|
external "@openmrs/esm-utils" 42 bytes [built] [code generated]
|
|
7
|
-
webpack 5.88.0 compiled successfully in
|
|
7
|
+
webpack 5.88.0 compiled successfully in 3836 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-state",
|
|
3
|
-
"version": "6.3.1-pre.
|
|
3
|
+
"version": "6.3.1-pre.2950",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Frontend stores & state management for OpenMRS",
|
|
6
6
|
"browser": "dist/openmrs-esm-state.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@openmrs/esm-utils": "6.x"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@openmrs/esm-globals": "6.3.1-pre.
|
|
49
|
-
"@openmrs/esm-utils": "6.3.1-pre.
|
|
48
|
+
"@openmrs/esm-globals": "6.3.1-pre.2950",
|
|
49
|
+
"@openmrs/esm-utils": "6.3.1-pre.2950"
|
|
50
50
|
},
|
|
51
51
|
"stableVersion": "6.3.0"
|
|
52
52
|
}
|