@openmrs/esm-patient-programs-app 3.2.1-pre.203 → 3.2.1-pre.211

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.
@@ -1,4 +1,4 @@
1
- @openmrs/esm-patient-programs-app:build: cache hit, replaying output cf67cd0424865261
1
+ @openmrs/esm-patient-programs-app:build: cache hit, replaying output 578049672fc8a002
2
2
  @openmrs/esm-patient-programs-app:build: $ webpack --mode production
3
3
  @openmrs/esm-patient-programs-app:build: assets by chunk 1.6 MiB (id hint: vendors)
4
4
  @openmrs/esm-patient-programs-app:build:  asset 858.js 742 KiB [emitted] [minimized] [big] (id hint: vendors) 1 related asset
@@ -33,4 +33,4 @@
33
33
  @openmrs/esm-patient-programs-app:build: Assets:
34
34
  @openmrs/esm-patient-programs-app:build:  858.js (742 KiB)
35
35
  @openmrs/esm-patient-programs-app:build: 
36
- @openmrs/esm-patient-programs-app:build: webpack 5.73.0 compiled with 1 warning in 62744 ms
36
+ @openmrs/esm-patient-programs-app:build: webpack 5.73.0 compiled with 1 warning in 185104 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-patient-programs-app",
3
- "version": "3.2.1-pre.203",
3
+ "version": "3.2.1-pre.211",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Patient programs microfrontend for the OpenMRS SPA",
6
6
  "browser": "dist/openmrs-esm-patient-programs-app.js",
@@ -12,7 +12,7 @@
12
12
  "debug": "npm run serve",
13
13
  "build": "webpack --mode production",
14
14
  "analyze": "webpack --mode=production --env analyze=true",
15
- "lint": "eslint src --ext tsx,ts",
15
+ "lint": "eslint src --ext tsx,ts --fix --max-warnings=0",
16
16
  "typescript": "tsc",
17
17
  "extract-translations": "i18next 'src/**/*.component.tsx' --config ../../tools/i18next-parser.config.js"
18
18
  },
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@carbon/charts-react": "^0.49.4",
38
38
  "@carbon/icons-react": "^10.18.0",
39
- "@openmrs/esm-patient-common-lib": "^3.2.1-pre.203",
39
+ "@openmrs/esm-patient-common-lib": "^3.2.1-pre.211",
40
40
  "carbon-components-react": "^7.25.0",
41
41
  "d3": "^7.0.3",
42
42
  "lodash-es": "^4.17.15"
@@ -52,5 +52,5 @@
52
52
  "react-router-dom": "5.x",
53
53
  "rxjs": "6.x"
54
54
  },
55
- "gitHead": "c60cce61d2eaa71dbe322a0724039e1c11374cd1"
55
+ "gitHead": "9c5cd27be017f512cc5d059543a3c1181a6ec780"
56
56
  }