Skip to content

Commit

Permalink
#446: updated all package files
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking committed Jan 22, 2024
1 parent 62e6cac commit 21dbca0
Show file tree
Hide file tree
Showing 20 changed files with 53 additions and 266 deletions.
2 changes: 1 addition & 1 deletion examples/concepts/access-protection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/concepts/construction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/concepts/cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"client": "node dist/client.js"
},
"dependencies": {
"jitar": "^0.5.0",
"jitar": "^0.6.0",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/concepts/data-transportation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"node-helpdesk": "node --experimental-network-imports dist/jitar.js --config=services/helpdesk.json"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/concepts/error-handling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"node-process": "node --experimental-network-imports dist/jitar.js --config=services/process.json"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/concepts/health-checks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/concepts/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/concepts/load-balancing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"node2": "node --experimental-network-imports dist/jitar.js --config=services/node2.json"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/concepts/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/concepts/multi-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/concepts/node-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"client": "node --experimental-network-imports --no-warnings dist/client.js"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/concepts/overrides/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/concepts/segmentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"node-process": "node --experimental-network-imports dist/jitar.js --config=services/process.json"
},
"dependencies": {
"jitar": "^0.5.0"
"jitar": "^0.6.0"
}
}
Loading

0 comments on commit 21dbca0

Please sign in to comment.