@gooddata/js-utils
Advanced tools
Comparing version 3.10.7-alpha-khanh.le-kl-SD-978-2020-07-02T04-10-20-883Z to 3.10.7-alpha-ptquang86-kl-SD-978-2020-07-04T04-34-00-365Z
@@ -13,2 +13,3 @@ import { EmbeddedGdc } from '@gooddata/typings'; | ||
datasetIdentifier?: string; | ||
excludeCurrentPeriod?: boolean; | ||
} | ||
@@ -15,0 +16,0 @@ export interface ITransformedAttributeFilterItem { |
@@ -66,3 +66,3 @@ "use strict"; | ||
else { | ||
var _c = dateFilterItem.relativeDateFilter, granularity = _c.granularity, dataSet = _c.dataSet, from = _c.from, to = _c.to; | ||
var _c = dateFilterItem.relativeDateFilter, granularity = _c.granularity, dataSet = _c.dataSet, from = _c.from, to = _c.to, excludeCurrentPeriod = dateFilterItem.excludeCurrentPeriod; | ||
var _d = getObjectUriIdentifier(dataSet), datasetUri = _d.uri, datasetIdentifier = _d.identifier; | ||
@@ -74,3 +74,4 @@ return { | ||
datasetUri: datasetUri, | ||
datasetIdentifier: datasetIdentifier | ||
datasetIdentifier: datasetIdentifier, | ||
excludeCurrentPeriod: excludeCurrentPeriod | ||
}; | ||
@@ -77,0 +78,0 @@ } |
{ | ||
"name": "@gooddata/js-utils", | ||
"version": "3.10.7-alpha-khanh.le-kl-SD-978-2020-07-02T04-10-20-883Z", | ||
"version": "3.10.7-alpha-ptquang86-kl-SD-978-2020-07-04T04-34-00-365Z", | ||
"description": "Various utils shared on GoodData frontend", | ||
@@ -49,3 +49,3 @@ "repository": { | ||
"dependencies": { | ||
"@gooddata/typings": "^2.24.9", | ||
"@gooddata/typings": "2.25.0-alpha-ptquang86-qp-sd-973-cfc-2020-07-04T04-03-33-924Z", | ||
"js-cookie": "^2.1.4", | ||
@@ -52,0 +52,0 @@ "lodash": "^4.17.15" |
@@ -18,2 +18,3 @@ // (C) 2020 GoodData Corporation | ||
datasetIdentifier?: string; | ||
excludeCurrentPeriod?: boolean; | ||
} | ||
@@ -100,3 +101,4 @@ | ||
const { | ||
relativeDateFilter: { granularity, dataSet, from, to } | ||
relativeDateFilter: { granularity, dataSet, from, to }, | ||
excludeCurrentPeriod | ||
} = dateFilterItem; | ||
@@ -109,3 +111,4 @@ const { uri: datasetUri, identifier: datasetIdentifier } = getObjectUriIdentifier(dataSet); | ||
datasetUri, | ||
datasetIdentifier | ||
datasetIdentifier, | ||
excludeCurrentPeriod | ||
}; | ||
@@ -112,0 +115,0 @@ } |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
97074
1980
1
+ Added@gooddata/typings@2.25.0-alpha-ptquang86-qp-sd-973-cfc-2020-07-04T04-03-33-924Z(transitive)
- Removed@gooddata/typings@2.29.0(transitive)
Updated@gooddata/typings@2.25.0-alpha-ptquang86-qp-sd-973-cfc-2020-07-04T04-03-33-924Z