@kenyaemr/esm-version-app 4.1.1-pre.86 → 4.1.1-pre.88

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 19095 ms
32
+ webpack 5.75.0 compiled with 1 warning in 32269 ms
33
33
  Version incremented to 1.0.3
34
- Wrote version info e2c832e-dirty to release-version.js
34
+ Wrote version info 1a7f0e6-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.86",
3
+ "version": "4.1.1-pre.88",
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": "19709cbbedbaa0fe69a500f94cd9c34a5cd1dee2"
50
+ "gitHead": "1df1539586b6c68d5ffefa81e1bb18e908876c8d"
51
51
  }
@@ -3,14 +3,14 @@
3
3
  /* tslint:disable */
4
4
  export const VERSION = {
5
5
  "dirty": true,
6
- "raw": "e2c832e-dirty",
7
- "hash": "e2c832e",
6
+ "raw": "1a7f0e6-dirty",
7
+ "hash": "1a7f0e6",
8
8
  "distance": null,
9
9
  "tag": null,
10
10
  "semver": null,
11
- "suffix": "e2c832e-dirty",
11
+ "suffix": "1a7f0e6-dirty",
12
12
  "semverString": null,
13
13
  "version": "1.0.3",
14
- "buildDate": "2023-07-06T14:32:38.650Z"
14
+ "buildDate": "2023-07-07T09:17:54.569Z"
15
15
  };
16
16
  /* tslint:enable */