@gooddata/js-utils
Advanced tools
Comparing version 3.0.0 to 3.1.0-naibinh-SD-47-walkme-2018-06-19T05-33-10-523Z
@@ -6,2 +6,3 @@ import * as stringUtils from './utils/string'; | ||
import * as testUtils from './utils/testUtils'; | ||
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils }; | ||
import * as walkMe from './utils/walkme'; | ||
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils, walkMe }; |
@@ -6,3 +6,4 @@ import * as stringUtils from './utils/string'; | ||
import * as testUtils from './utils/testUtils'; | ||
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils }; | ||
import * as walkMe from './utils/walkme'; | ||
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils, walkMe }; | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.testUtils = exports.postEvents = exports.cookies = exports.env = exports.string = undefined; | ||
exports.walkMe = exports.testUtils = exports.postEvents = exports.cookies = exports.env = exports.string = undefined; | ||
@@ -29,2 +29,6 @@ var _string = require('./utils/string'); | ||
var _walkme = require('./utils/walkme'); | ||
var walkMe = _interopRequireWildcard(_walkme); | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } | ||
@@ -37,2 +41,3 @@ | ||
exports.testUtils = testUtils; | ||
exports.walkMe = walkMe; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@gooddata/js-utils", | ||
"version": "3.0.0", | ||
"version": "3.1.0-naibinh-SD-47-walkme-2018-06-19T05-33-10-523Z", | ||
"description": "Various utils shared on GoodData frontend", | ||
@@ -54,3 +54,5 @@ "repository": { | ||
"dependencies": { | ||
"@types/node": "^10.3.2", | ||
"js-cookie": "^2.1.4", | ||
"load-js": "^3.0.2", | ||
"lodash": "^4.17.4", | ||
@@ -57,0 +59,0 @@ "lodash-es": "^4.17.4" |
@@ -6,2 +6,3 @@ import * as stringUtils from './utils/string'; | ||
import * as testUtils from './utils/testUtils'; | ||
import * as walkMe from './utils/walkme'; | ||
@@ -13,3 +14,4 @@ export { | ||
postEventsUtils as postEvents, | ||
testUtils | ||
testUtils, | ||
walkMe | ||
}; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
44
1029
0
50048
5
2
+ Added@types/node@^10.3.2
+ Addedload-js@^3.0.2
+ Added@types/node@10.17.60(transitive)
+ Addedload-js@3.1.1(transitive)