From 363d9a6fea48bf6f34e4f1d4ecb37d33812c7626 Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Thu, 2 Jun 2022 10:46:40 +0100 Subject: Service Import - Read metadata from csar Also exports metadata to the tosca template and fixes service metadata not being set when the create button is clicked Issue-ID: SDC-4044 Signed-off-by: JvD_Ericsson Change-Id: I6f8428d9ed385335c05e7b994e622229ea00342b --- catalog-ui/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'catalog-ui/package.json') diff --git a/catalog-ui/package.json b/catalog-ui/package.json index 92e6ef4e01..27bba5889c 100644 --- a/catalog-ui/package.json +++ b/catalog-ui/package.json @@ -94,10 +94,10 @@ "@angular/upgrade": "^5.0.0", "@bardit/cytoscape-expand-collapse": "^2.0.3", "@bardit/cytoscape-qtip": "^2.5.1", + "@ng-select/ng-select": "^1.0.2", "@ngxs/devtools-plugin": "3.3.4", "@ngxs/logger-plugin": "3.3.4", "@ngxs/store": "^2.1.0-dev.d538580", - "@ng-select/ng-select": "^1.0.2", "@swimlane/ngx-datatable": "^14.0.0", "@types/core-js": "^0.9.35", "@types/jquery": "^2.0.52", @@ -133,6 +133,8 @@ "jquery": "^3.6.0", "jqueryui": "^1.11.1", "js-md5": "^0.4.2", + "js-yaml": "^4.1.0", + "jszip": "^3.10.0", "less": "~3.9.0", "lodash": "^4.17.2", "ng-infinite-scroll": "^1.3.0", -- cgit 1.2.3-korg