diff --git a/libs/modules/src/azTable/az-table.module.ts b/libs/modules/src/azTable/az-table.module.ts index a9e806a..774f227 100644 --- a/libs/modules/src/azTable/az-table.module.ts +++ b/libs/modules/src/azTable/az-table.module.ts @@ -13,7 +13,7 @@ export class TableModule { provide: TABLE_OPTIONS, useValue: options }, - TableModule + TableService ], exports: [TableService] } diff --git a/libs/modules/src/index.ts b/libs/modules/src/index.ts index ec1bfd7..3222471 100644 --- a/libs/modules/src/index.ts +++ b/libs/modules/src/index.ts @@ -7,6 +7,7 @@ export * from './azAppConfig/az-app-config.service'; export * from './azTable/az-table.module'; export * from './azTable/az-table.service'; +export { TableClient } from '@azure/data-tables'; // Auth diff --git a/package.json b/package.json index 191ed49..ed3cba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noahspan/noahspan-modules", - "version": "0.3.8", + "version": "0.3.9", "description": "", "author": "", "license": "UNLICENSED",