@kenyaemr/esm-version-app 5.0.1-pre.91 → 5.1.1-pre.94
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 +3 -3
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/release-version.js +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -29,6 +29,6 @@ This can impact web performance.
|
|
|
29
29
|
Assets:
|
|
30
30
|
130.js (503 KiB)[39m[22m
|
|
31
31
|
|
|
32
|
-
webpack 5.75.0 compiled with [1m[33m1 warning[39m[22m in
|
|
33
|
-
Version incremented to 5.
|
|
34
|
-
Wrote version info
|
|
32
|
+
webpack 5.75.0 compiled with [1m[33m1 warning[39m[22m in 49867 ms
|
|
33
|
+
Version incremented to 5.1.1
|
|
34
|
+
Wrote version info a3c627c-dirty to release-version.js
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^18.2.0"},"pages":[{"component":"about","route":"about","online":true,"offline":true}],"extensions":[{"name":"about--link","slot":"app-menu-slot","component":"aboutLink","order":0}],"version":"5.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^18.2.0"},"pages":[{"component":"about","route":"about","online":true,"offline":true}],"extensions":[{"name":"about--link","slot":"app-menu-slot","component":"aboutLink","order":0}],"version":"5.1.0"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenyaemr/esm-version-app",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.1-pre.94",
|
|
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": "df4d03049f1860ed0c0a7cfc8a08a4602652ea77"
|
|
51
51
|
}
|
package/src/release-version.js
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
export const VERSION = {
|
|
5
5
|
"dirty": true,
|
|
6
|
-
"raw": "
|
|
7
|
-
"hash": "
|
|
6
|
+
"raw": "a3c627c-dirty",
|
|
7
|
+
"hash": "a3c627c",
|
|
8
8
|
"distance": null,
|
|
9
9
|
"tag": null,
|
|
10
10
|
"semver": null,
|
|
11
|
-
"suffix": "
|
|
11
|
+
"suffix": "a3c627c-dirty",
|
|
12
12
|
"semverString": null,
|
|
13
|
-
"version": "5.
|
|
14
|
-
"buildDate": "2023-07-
|
|
13
|
+
"version": "5.1.1",
|
|
14
|
+
"buildDate": "2023-07-13T12:54:54.719Z"
|
|
15
15
|
};
|
|
16
16
|
/* tslint:enable */
|