@antv/l7-utils
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -8,2 +8,3 @@ export { djb2hash, BKDRHash } from './hash'; | ||
export * from './color'; | ||
export { DOM }; | ||
import * as Satistics from './statistics'; | ||
export { DOM, Satistics }; |
@@ -8,3 +8,4 @@ export { djb2hash, BKDRHash } from './hash'; | ||
export * from './color'; | ||
export { DOM }; | ||
import * as Satistics from './statistics'; | ||
export { DOM, Satistics }; | ||
//# sourceMappingURL=index.js.map |
@@ -11,3 +11,4 @@ "use strict"; | ||
BKDRHash: true, | ||
DOM: true | ||
DOM: true, | ||
Satistics: true | ||
}; | ||
@@ -26,3 +27,3 @@ Object.defineProperty(exports, "djb2hash", { | ||
}); | ||
exports.DOM = void 0; | ||
exports.Satistics = exports.DOM = void 0; | ||
@@ -99,2 +100,6 @@ var _hash = require("./hash"); | ||
}); | ||
var Satistics = _interopRequireWildcard(require("./statistics")); | ||
exports.Satistics = Satistics; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@antv/l7-utils", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "2b44abb43e3a1ec141cba0911e90a42e58b51532", | ||
"gitHead": "1ca88167e1decb83b6ac8b5ccd6756ff13ed7491", | ||
"publishConfig": { | ||
@@ -31,0 +31,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
149797
48
1494