Skip to content

Commit 29f3f79

Browse files
committed
Bump version to 0.3.0
1 parent 415a046 commit 29f3f79

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphmetrics/sketches-js",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "TypeScript implementation of DDSketch, a distributed quantile sketch algorithm ",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/GraphMetrics/sketches-js",

src/ddsketch/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
*/
77

88
export { DDSketch } from './DDSketch';
9+
export * from './mapping';
10+
export * from './store';

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* Copyright 2021 GraphMetrics for modifications
66
*/
77

8-
export { DDSketch } from './ddsketch';
8+
export * from './ddsketch';

0 commit comments

Comments
 (0)