@openmrs/esm-patient-programs-app 3.1.1-pre.1249 → 3.1.1-pre.1256

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +4 -4
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # esm-patient-programs-app
2
+
3
+ The programs widget. It provides a tabular overview of the programs a patient is enrolled into as well as a form for enrolling the patient into new programs.
4
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-patient-programs-app",
3
- "version": "3.1.1-pre.1249",
3
+ "version": "3.1.1-pre.1256",
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",
15
+ "lint": "eslint src --ext tsx,ts",
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.1.1-pre.1249",
39
+ "@openmrs/esm-patient-common-lib": "^3.1.1-pre.1256",
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": "de60b99d8f703c53db721b3240b1542b387728e4"
55
+ "gitHead": "d54cd955484efc8cd82b987accc008540980b538"
56
56
  }