@gooddata/js-utils
Advanced tools
Comparing version
@@ -8,2 +8,3 @@ import * as stringUtils from './utils/string'; | ||
import * as translations from './utils/translations'; | ||
import * as featureFlags from './utils/featureFlags'; | ||
import { load } from './utils/trialSnippet'; | ||
@@ -13,2 +14,2 @@ declare const trialSnippet: { | ||
}; | ||
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils, walkMe, trialSnippet, translations, }; | ||
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils, walkMe, trialSnippet, translations, featureFlags, }; |
@@ -10,3 +10,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// (C) 2007-2018 GoodData Corporation | ||
// (C) 2007-2020 GoodData Corporation | ||
var stringUtils = __importStar(require("./utils/string")); | ||
@@ -26,2 +26,4 @@ exports.string = stringUtils; | ||
exports.translations = translations; | ||
var featureFlags = __importStar(require("./utils/featureFlags")); | ||
exports.featureFlags = featureFlags; | ||
var trialSnippet_1 = require("./utils/trialSnippet"); | ||
@@ -28,0 +30,0 @@ var trialSnippet = { load: trialSnippet_1.load }; |
{ | ||
"name": "@gooddata/js-utils", | ||
"version": "3.10.0", | ||
"version": "3.10.1-alpha-khanh.le-kl-GD-1226-2020-04-06T08-06-49-330Z", | ||
"description": "Various utils shared on GoodData frontend", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -10,5 +10,8 @@ GDC JavaScript utilities | ||
1. Install [Node.js](http://nodejs.org) | ||
Install [Node.js](http://nodejs.org) (node 12.16.1, npm v6.13.4) and [Yarn](https://classic.yarnpkg.com) 1.22.4. | ||
2. Run `yarn install` to install the dependencies | ||
Install dependencies: | ||
``` | ||
yarn install --frozen-lockfile | ||
``` | ||
@@ -15,0 +18,0 @@ ## Development |
@@ -1,2 +0,2 @@ | ||
// (C) 2007-2018 GoodData Corporation | ||
// (C) 2007-2020 GoodData Corporation | ||
import * as stringUtils from './utils/string'; | ||
@@ -9,2 +9,3 @@ import * as envUtils from './utils/env'; | ||
import * as translations from './utils/translations'; | ||
import * as featureFlags from './utils/featureFlags'; | ||
import { load } from './utils/trialSnippet'; | ||
@@ -23,2 +24,3 @@ | ||
translations, | ||
featureFlags, | ||
}; |
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
59891
4.86%55
7.84%1182
4.23%28
12%2
100%