@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.
- package/.turbo/turbo-build.log +2 -2
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[33m@openmrs/esm-patient-programs-app:build[0m: cache hit, replaying output [
|
|
1
|
+
[33m@openmrs/esm-patient-programs-app:build[0m: cache hit, replaying output [2m578049672fc8a002[0m
|
|
2
2
|
[33m@openmrs/esm-patient-programs-app:build: [0m$ webpack --mode production
|
|
3
3
|
[33m@openmrs/esm-patient-programs-app:build: [0massets by chunk 1.6 MiB (id hint: vendors)
|
|
4
4
|
[33m@openmrs/esm-patient-programs-app:build: [0m asset [1m[33m858.js[39m[22m [1m[33m742 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 1 related asset
|
|
@@ -33,4 +33,4 @@
|
|
|
33
33
|
[33m@openmrs/esm-patient-programs-app:build: [0mAssets:
|
|
34
34
|
[33m@openmrs/esm-patient-programs-app:build: [0m 858.js (742 KiB)[39m[22m
|
|
35
35
|
[33m@openmrs/esm-patient-programs-app:build: [0m
|
|
36
|
-
[33m@openmrs/esm-patient-programs-app:build: [0mwebpack 5.73.0 compiled with [1m[33m1 warning[39m[22m in
|
|
36
|
+
[33m@openmrs/esm-patient-programs-app:build: [0mwebpack 5.73.0 compiled with [1m[33m1 warning[39m[22m 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.
|
|
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.
|
|
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": "
|
|
55
|
+
"gitHead": "9c5cd27be017f512cc5d059543a3c1181a6ec780"
|
|
56
56
|
}
|