diff --git a/package.json b/package.json index 159d10a..ecaa125 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@thoughtspot/ts-chart-sdk", "private": false, - "version": "1.2.1", + "version": "1.2.2", "module": "lib/index", "main": "lib/index", "types": "lib/index", diff --git a/src/index.ts b/src/index.ts index 92222dc..0c5e235 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,3 +12,4 @@ export * from './utils/date-formatting'; export * from './utils/conditional-formatting/conditional-formatting'; export * from './utils/number-formatting/number-formatting'; export * from './utils/globalize-Initializer/globalize-utils'; +export * from './types/actions.types';