@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.
@@ -29,6 +29,6 @@ This can impact web performance.
29
29
  Assets:
30
30
  130.js (503 KiB)
31
31
 
32
- webpack 5.75.0 compiled with 1 warning in 44940 ms
33
- Version incremented to 5.0.1
34
- Wrote version info 94f8fa3-dirty to release-version.js
32
+ webpack 5.75.0 compiled with 1 warning 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.0.0"}
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.0.1-pre.91",
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": "75acd8dfd0bf695b8d383466dcd87ee4018f9297"
50
+ "gitHead": "df4d03049f1860ed0c0a7cfc8a08a4602652ea77"
51
51
  }
@@ -3,14 +3,14 @@
3
3
  /* tslint:disable */
4
4
  export const VERSION = {
5
5
  "dirty": true,
6
- "raw": "94f8fa3-dirty",
7
- "hash": "94f8fa3",
6
+ "raw": "a3c627c-dirty",
7
+ "hash": "a3c627c",
8
8
  "distance": null,
9
9
  "tag": null,
10
10
  "semver": null,
11
- "suffix": "94f8fa3-dirty",
11
+ "suffix": "a3c627c-dirty",
12
12
  "semverString": null,
13
- "version": "5.0.1",
14
- "buildDate": "2023-07-07T09:38:21.871Z"
13
+ "version": "5.1.1",
14
+ "buildDate": "2023-07-13T12:54:54.719Z"
15
15
  };
16
16
  /* tslint:enable */