Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Working billing module #27

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "6.0.3",
"command": {
"publish": {
"verifyAccess": false
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"jest": "^28.1.3",
"jest-cli": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lerna": "^8.1.6",
"openmrs": "next",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-billing-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjthc/esm-billing-app",
"version": "1.0.4",
"version": "1.0.5",
"description": "Billing frontend module for use in O3",
"browser": "dist/sjthc-esm-billing-app.js",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-patient-list-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjthc/esm-patient-list-app",
"version": "1.1.7",
"version": "1.1.8",
"license": "MPL-2.0",
"description": "Custom Patient list microfrontend for the OpenMRS SPA",
"browser": "dist/sjthc-esm-patient-list-app.js",
Expand Down
169 changes: 169 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3675,6 +3675,84 @@ __metadata:
languageName: node
linkType: hard

"@lerna/create@npm:8.1.6":
version: 8.1.6
resolution: "@lerna/create@npm:8.1.6"
dependencies:
"@npmcli/arborist": 7.5.3
"@npmcli/package-json": 5.2.0
"@npmcli/run-script": 8.1.0
"@nx/devkit": ">=17.1.2 < 20"
"@octokit/plugin-enterprise-rest": 6.0.1
"@octokit/rest": 19.0.11
aproba: 2.0.0
byte-size: 8.1.1
chalk: 4.1.0
clone-deep: 4.0.1
cmd-shim: 6.0.3
color-support: 1.1.3
columnify: 1.6.0
console-control-strings: ^1.1.0
conventional-changelog-core: 5.0.1
conventional-recommended-bump: 7.0.1
cosmiconfig: ^8.2.0
dedent: 1.5.3
execa: 5.0.0
fs-extra: ^11.2.0
get-stream: 6.0.0
git-url-parse: 14.0.0
glob-parent: 6.0.2
globby: 11.1.0
graceful-fs: 4.2.11
has-unicode: 2.0.1
ini: ^1.3.8
init-package-json: 6.0.3
inquirer: ^8.2.4
is-ci: 3.0.1
is-stream: 2.0.0
js-yaml: 4.1.0
libnpmpublish: 9.0.9
load-json-file: 6.2.0
lodash: ^4.17.21
make-dir: 4.0.0
minimatch: 3.0.5
multimatch: 5.0.0
node-fetch: 2.6.7
npm-package-arg: 11.0.2
npm-packlist: 8.0.2
npm-registry-fetch: ^17.1.0
nx: ">=17.1.2 < 20"
p-map: 4.0.0
p-map-series: 2.1.0
p-queue: 6.6.2
p-reduce: ^2.1.0
pacote: ^18.0.6
pify: 5.0.0
read-cmd-shim: 4.0.0
resolve-from: 5.0.0
rimraf: ^4.4.1
semver: ^7.3.4
set-blocking: ^2.0.0
signal-exit: 3.0.7
slash: ^3.0.0
ssri: ^10.0.6
string-width: ^4.2.3
strong-log-transformer: 2.1.0
tar: 6.2.1
temp-dir: 1.0.0
upath: 2.0.1
uuid: ^10.0.0
validate-npm-package-license: ^3.0.4
validate-npm-package-name: 5.0.1
wide-align: 1.1.5
write-file-atomic: 5.0.1
write-pkg: 4.0.0
yargs: 17.7.2
yargs-parser: 21.1.1
checksum: 13ed415ebe75ba570665074a53ff2496c44c126ca06b0a18db6bb11b525b19957ecabdf11dc059798a5d46848522b85709f2d15ee987240f1360042af0537b4c
languageName: node
linkType: hard

"@material-ui/core@npm:^4.6.0":
version: 4.12.4
resolution: "@material-ui/core@npm:4.12.4"
Expand Down Expand Up @@ -6799,6 +6877,7 @@ __metadata:
jest: ^28.1.3
jest-cli: ^28.1.3
jest-environment-jsdom: ^28.1.3
lerna: ^8.1.6
lodash-es: ^4.17.21
openmrs: next
prettier: ^2.8.8
Expand Down Expand Up @@ -19562,6 +19641,96 @@ __metadata:
languageName: node
linkType: hard

"lerna@npm:^8.1.6":
version: 8.1.6
resolution: "lerna@npm:8.1.6"
dependencies:
"@lerna/create": 8.1.6
"@npmcli/arborist": 7.5.3
"@npmcli/package-json": 5.2.0
"@npmcli/run-script": 8.1.0
"@nx/devkit": ">=17.1.2 < 20"
"@octokit/plugin-enterprise-rest": 6.0.1
"@octokit/rest": 19.0.11
aproba: 2.0.0
byte-size: 8.1.1
chalk: 4.1.0
clone-deep: 4.0.1
cmd-shim: 6.0.3
color-support: 1.1.3
columnify: 1.6.0
console-control-strings: ^1.1.0
conventional-changelog-angular: 7.0.0
conventional-changelog-core: 5.0.1
conventional-recommended-bump: 7.0.1
cosmiconfig: ^8.2.0
dedent: 1.5.3
envinfo: 7.13.0
execa: 5.0.0
fs-extra: ^11.2.0
get-port: 5.1.1
get-stream: 6.0.0
git-url-parse: 14.0.0
glob-parent: 6.0.2
globby: 11.1.0
graceful-fs: 4.2.11
has-unicode: 2.0.1
import-local: 3.1.0
ini: ^1.3.8
init-package-json: 6.0.3
inquirer: ^8.2.4
is-ci: 3.0.1
is-stream: 2.0.0
jest-diff: ">=29.4.3 < 30"
js-yaml: 4.1.0
libnpmaccess: 8.0.6
libnpmpublish: 9.0.9
load-json-file: 6.2.0
lodash: ^4.17.21
make-dir: 4.0.0
minimatch: 3.0.5
multimatch: 5.0.0
node-fetch: 2.6.7
npm-package-arg: 11.0.2
npm-packlist: 8.0.2
npm-registry-fetch: ^17.1.0
nx: ">=17.1.2 < 20"
p-map: 4.0.0
p-map-series: 2.1.0
p-pipe: 3.1.0
p-queue: 6.6.2
p-reduce: 2.1.0
p-waterfall: 2.1.1
pacote: ^18.0.6
pify: 5.0.0
read-cmd-shim: 4.0.0
resolve-from: 5.0.0
rimraf: ^4.4.1
semver: ^7.3.8
set-blocking: ^2.0.0
signal-exit: 3.0.7
slash: 3.0.0
ssri: ^10.0.6
string-width: ^4.2.3
strong-log-transformer: 2.1.0
tar: 6.2.1
temp-dir: 1.0.0
typescript: ">=3 < 6"
upath: 2.0.1
uuid: ^10.0.0
validate-npm-package-license: 3.0.4
validate-npm-package-name: 5.0.1
wide-align: 1.1.5
write-file-atomic: 5.0.1
write-pkg: 4.0.0
yargs: 17.7.2
yargs-parser: 21.1.1
bin:
lerna: dist/cli.js
checksum: d8edfd458d8529662fbfae2515fcdddc431d4379da99c69bf8448e343e2dd9a30a37c0fc3ab7628b40239f1f51d4bb037bce6d249f29fa9b871e2849130508db
languageName: node
linkType: hard

"leven@npm:^3.1.0":
version: 3.1.0
resolution: "leven@npm:3.1.0"
Expand Down
Loading