@kenyaemr/esm-version-app 4.1.1-pre.75 → 4.1.1-pre.81
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 +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -38,6 +38,6 @@ This can impact web performance.
|
|
|
38
38
|
Assets:
|
|
39
39
|
858.js (381 KiB)[39m[22m
|
|
40
40
|
|
|
41
|
-
webpack 5.75.0 compiled with [1m[33m1 warning[39m[22m in
|
|
41
|
+
webpack 5.75.0 compiled with [1m[33m1 warning[39m[22m in 47577 ms
|
|
42
42
|
Version incremented to 1.0.3
|
|
43
|
-
Wrote version info
|
|
43
|
+
Wrote version info c17d8a3-dirty to release-version.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenyaemr/esm-version-app",
|
|
3
|
-
"version": "4.1.1-pre.
|
|
3
|
+
"version": "4.1.1-pre.81",
|
|
4
4
|
"description": "Patient flags microfrontend for the OpenMRS SPA",
|
|
5
5
|
"browser": "dist/openmrs-esm-patient-verification-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"git-describe": "^4.1.1",
|
|
48
48
|
"webpack": "^5.74.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "fc52b479bccae9cceab684e42a5e88735b7ab2d5"
|
|
51
51
|
}
|