Skip to content

Commit

Permalink
Package Json build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmoy-eGov committed Apr 19, 2024
1 parent b078a16 commit 29f703d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions frontend/micro-ui/web/micro-ui-internals/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"devDependencies": {
"@egovernments/digit-ui-module-bills": "1.7.2",
"@egovernments/digit-ui-module-common": "1.7.3",
"@egovernments/digit-ui-module-common": "1.7.2",
"@upyog/digit-ui-module-engagement": "1.7.2",
"@upyog/digit-ui-module-fsm": "1.7.3",
"@upyog/digit-ui-module-mcollect": "1.7.3",
"@upyog/digit-ui-module-noc": "1.7.3",
"@upyog/digit-ui-module-obps": "1.7.2",
"@upyog/digit-ui-module-pgr": "1.7.9",
"@upyog/digit-ui-module-pt": "1.7.9",
"@upyog/digit-ui-module-pt": "1.7.8",
"@upyog/digit-ui-module-receipts": "1.7.3",
"@upyog/digit-ui-module-tl": "1.7.2",
"@upyog/digit-ui-module-ws": "1.7.3",
Expand Down
8 changes: 4 additions & 4 deletions frontend/micro-ui/web/micro-ui-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"build": "run-p build:**",
"build:libraries": "cd packages/libraries && yarn build",
"build:components": "cd packages/react-components && yarn build",
"buildD:common": "cd packages/modules/common && yarn build",
"buildD:pt": "cd packages/modules/pt && yarn build",
"build:common": "cd packages/modules/common && yarn build",
"build:pt": "cd packages/modules/pt && yarn build",
"buildD:commonPt": "cd packages/modules/commonPt && yarn build",
"buildD:core": "cd packages/modules/core && yarn build",
"buildD:pgr": "cd packages/modules/pgr && yarn build",
"buildD:fsm": "cd packages/modules/fsm && yarn build",
"buildD:dss": "cd packages/modules/dss && yarn build",
"buildD:mcollect": "cd packages/modules/mCollect && yarn build",
"buildD:receipts": "cd packages/modules/receipts && yarn build",
"buildD:tl": "cd packages/modules/tl && yarn build",
"build:tl": "cd packages/modules/tl && yarn build",
"buildD:hrms": "cd packages/modules/hrms && yarn build",
"buildD:obps": "cd packages/modules/obps && yarn build",
"build:obps": "cd packages/modules/obps && yarn build",
"buildD:engagement": "cd packages/modules/engagement && yarn build",
"buildD:noc": "cd packages/modules/noc && yarn build",
"buildD:ws": "cd packages/modules/ws && yarn build",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-common",
"version": "1.7.3",
"version": "1.7.2",
"license": "MIT",
"description": "Digit Common Payment Module",
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upyog/digit-ui-module-pt",
"version": "1.7.9",
"version": "1.7.8",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function change(){
let additionalPenality=first;
ptCalculationEstimateData.Calculation[0].taxHeadEstimates[6]={
"taxHeadCode": "PT_TIME_PENALTY",
"estimateAmount": ptCalculationEstimateData?.Calculation[0]?.taxHeadEstimates[6]?.estimateAmount=first+penalty,
"estimateAmount": ptCalculationEstimateData.Calculation[0].taxHeadEstimates[6].estimateAmount+first+penalty,
"category": "TAX"
}
// AssessmentData.additionalDetails={
Expand Down Expand Up @@ -233,7 +233,7 @@ function change(){
if(second<total_amount){
ptCalculationEstimateData.Calculation[0].taxHeadEstimates[5]={
"taxHeadCode": "PT_TIME_REBATE",
"estimateAmount": ptCalculationEstimateData?.Calculation[0]?.taxHeadEstimates[5]?.estimateAmount=second+rebate,
"estimateAmount": ptCalculationEstimateData?.Calculation[0]?.taxHeadEstimates[5]?.estimateAmount+second+rebate,
"category": "TAX"
}
// AssessmentData.additionalDetails={
Expand Down
4 changes: 2 additions & 2 deletions frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@upyog-niua/upyog-css": "1.0.10",
"@egovernments/digit-ui-libraries": "1.7.2",
"@upyog/digit-ui-module-bills": "1.7.2",
"@egovernments/digit-ui-module-common": "1.7.3",
"@egovernments/digit-ui-module-common": "1.7.2",
"@egovernments/digit-ui-module-core": "1.7.2",
"@upyog/digit-ui-module-engagement": "1.7.2",
"@upyog/digit-ui-module-dss": "1.7.3",
Expand All @@ -25,7 +25,7 @@
"@upyog/digit-ui-module-obps": "1.7.2",
"@upyog/digit-ui-module-noc": "1.7.3",
"@upyog/digit-ui-module-pgr": "1.7.9",
"@upyog/digit-ui-module-pt": "1.7.9",
"@upyog/digit-ui-module-pt": "1.7.8",
"@upyog/digit-ui-module-receipts": "1.7.3",
"@upyog/digit-ui-module-tl": "1.7.2",
"@upyog/digit-ui-module-ws": "1.7.3",
Expand Down

0 comments on commit 29f703d

Please sign in to comment.