@gooddata/js-utils
Advanced tools
Comparing version 3.10.6 to 3.10.7-alpha-khanh.le-kl-SD-978-2020-07-02T04-10-20-883Z
@@ -10,2 +10,3 @@ import * as stringUtils from './utils/string'; | ||
import * as userUtils from './utils/userUtils'; | ||
import * as filterUtils from './utils/filterUtils'; | ||
import { load } from './utils/trialSnippet'; | ||
@@ -15,2 +16,2 @@ declare const trialSnippet: { | ||
}; | ||
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils, walkMe, trialSnippet, translations, featureFlagsUtils, userUtils, }; | ||
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils, walkMe, trialSnippet, translations, featureFlagsUtils, userUtils, filterUtils, }; |
@@ -29,2 +29,4 @@ "use strict"; | ||
exports.userUtils = userUtils; | ||
var filterUtils = __importStar(require("./utils/filterUtils")); | ||
exports.filterUtils = filterUtils; | ||
var trialSnippet_1 = require("./utils/trialSnippet"); | ||
@@ -31,0 +33,0 @@ var trialSnippet = { load: trialSnippet_1.load }; |
{ | ||
"name": "@gooddata/js-utils", | ||
"version": "3.10.6", | ||
"version": "3.10.7-alpha-khanh.le-kl-SD-978-2020-07-02T04-10-20-883Z", | ||
"description": "Various utils shared on GoodData frontend", | ||
@@ -49,3 +49,3 @@ "repository": { | ||
"dependencies": { | ||
"@gooddata/typings": "^2.24.0", | ||
"@gooddata/typings": "^2.24.9", | ||
"js-cookie": "^2.1.4", | ||
@@ -52,0 +52,0 @@ "lodash": "^4.17.15" |
@@ -11,2 +11,3 @@ // (C) 2007-2020 GoodData Corporation | ||
import * as userUtils from './utils/userUtils'; | ||
import * as filterUtils from './utils/filterUtils'; | ||
import { load } from './utils/trialSnippet'; | ||
@@ -27,2 +28,3 @@ | ||
userUtils, | ||
filterUtils, | ||
}; |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
96732
66
1975
2
Updated@gooddata/typings@^2.24.9