Skip to content

Commit

Permalink
Merge pull request #303 from openBackhaul/PrathibaJee/issue302
Browse files Browse the repository at this point in the history
Update npm package to alpha.22
  • Loading branch information
IswaryaaS authored Jul 25, 2023
2 parents c570f88 + 821c4ab commit c43e02d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 18 deletions.
2 changes: 2 additions & 0 deletions server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ global.databasePath = './database/load.json'
prepareElasticsearch(false).then().catch(err => {
console.error(`Error preparing Elasticsearch : ${err}`);
});

appCommons.performApplicationRegistration();
44 changes: 28 additions & 16 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"connect": "^3.2.0",
"http-errors": "^2.0.0",
"js-yaml": "^3.3.0",
"onf-core-model-ap": "2.0.1-alpha.19",
"onf-core-model-ap-bs": "2.0.1-alpha.19",
"onf-core-model-ap": "2.0.1-alpha.22",
"onf-core-model-ap-bs": "2.0.1-alpha.22",
"openbackhaul-oas3-tools": "2.3.1-alpha.3"
}
}

0 comments on commit c43e02d

Please sign in to comment.