Skip to content

Commit c43e02d

Browse files
authored
Merge pull request #303 from openBackhaul/PrathibaJee/issue302
Update npm package to alpha.22
2 parents c570f88 + 821c4ab commit c43e02d

File tree

3 files changed

+32
-18
lines changed

3 files changed

+32
-18
lines changed

server/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ global.databasePath = './database/load.json'
3636
prepareElasticsearch(false).then().catch(err => {
3737
console.error(`Error preparing Elasticsearch : ${err}`);
3838
});
39+
40+
appCommons.performApplicationRegistration();

server/package-lock.json

Lines changed: 28 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"connect": "^3.2.0",
1717
"http-errors": "^2.0.0",
1818
"js-yaml": "^3.3.0",
19-
"onf-core-model-ap": "2.0.1-alpha.19",
20-
"onf-core-model-ap-bs": "2.0.1-alpha.19",
19+
"onf-core-model-ap": "2.0.1-alpha.22",
20+
"onf-core-model-ap-bs": "2.0.1-alpha.22",
2121
"openbackhaul-oas3-tools": "2.3.1-alpha.3"
2222
}
2323
}

0 commit comments

Comments
 (0)