|
|
|
@ -36,13 +36,6 @@ |
|
|
|
|
"version": "6.4" |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
if(componentSet.has("communities")) |
|
|
|
|
if(!npm.find(e => e.package == "@startinblox/core" && e.version == "0.17/dist/components/solid-map.js")) |
|
|
|
|
npm.push({ |
|
|
|
|
"package": "@startinblox/core", |
|
|
|
|
"version": "0.17/dist/components/solid-map.js" |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
if(componentSet.has("dashboard")) |
|
|
|
|
if(!npm.find(e => e.package == "@startinblox/component-dashboard")) |
|
|
|
|
npm.push({ |
|
|
|
@ -82,7 +75,7 @@ |
|
|
|
|
if(!npm.find(e => e.package == "@startinblox/component-notifications")) |
|
|
|
|
npm.push({ |
|
|
|
|
"package": "@startinblox/component-notifications", |
|
|
|
|
"version": "0.13" |
|
|
|
|
"version": "0.14" |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
if(componentSet.has("polls")) |
|
|
|
|