gooddata
Advanced tools
Comparing version 5.0.0-pavelzgdc-pzb-647-telemetrie-2018-03-06T18-44-59-315Z to 5.0.0-pavelzgdc-pzb-647-telemetrie-2018-03-06T20-29-40-598Z
@@ -65,3 +65,6 @@ 'use strict'; | ||
function setJsPackage(name, version) { | ||
configStorage.originPackage = { name: name, version: version }; // eslint-disable-line no-param-reassign | ||
if (!configStorage.originPackage) { | ||
// only set the topmost package for current clone | ||
configStorage.originPackage = { name: name, version: version }; // eslint-disable-line no-param-reassign | ||
} | ||
} | ||
@@ -68,0 +71,0 @@ |
{ | ||
"name": "gooddata", | ||
"version": "5.0.0-pavelzgdc-pzb-647-telemetrie-2018-03-06T18-44-59-315Z", | ||
"version": "5.0.0-pavelzgdc-pzb-647-telemetrie-2018-03-06T20-29-40-598Z", | ||
"author": "GoodData", | ||
@@ -5,0 +5,0 @@ "description": "GoodData JavaScript SDK", |
@@ -53,3 +53,5 @@ // Copyright (C) 2007-2014, GoodData(R) Corporation. All rights reserved. | ||
function setJsPackage(name, version) { | ||
configStorage.originPackage = { name, version }; // eslint-disable-line no-param-reassign | ||
if (!configStorage.originPackage) { // only set the topmost package for current clone | ||
configStorage.originPackage = { name, version }; // eslint-disable-line no-param-reassign | ||
} | ||
} | ||
@@ -56,0 +58,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1182639
27527