@amohamud23/notihub 1.0.183 → 1.0.184

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1281,7 +1281,7 @@ var NotificationStats_default = NotificationStats;
1281
1281
  var import_lib_dynamodb14 = require("@aws-sdk/lib-dynamodb");
1282
1282
  var NotiHubStatsHistory = class _NotiHubStatsHistory {
1283
1283
  static ENV = process.env.ENV || "dev";
1284
- static TABLE_NAME = `NotiHub-StatsHistory-v1-${_NotiHubStatsHistory.ENV}`;
1284
+ static TABLE_NAME = `NotiHub-NotiHubStatsHistory-v1-${_NotiHubStatsHistory.ENV}`;
1285
1285
  /**
1286
1286
  * Creates a new NotiHub stats history entry.
1287
1287
  * @param statsHistory - The statistics history object to create.
package/dist/index.js CHANGED
@@ -1298,7 +1298,7 @@ import {
1298
1298
  } from "@aws-sdk/lib-dynamodb";
1299
1299
  var NotiHubStatsHistory = class _NotiHubStatsHistory {
1300
1300
  static ENV = process.env.ENV || "dev";
1301
- static TABLE_NAME = `NotiHub-StatsHistory-v1-${_NotiHubStatsHistory.ENV}`;
1301
+ static TABLE_NAME = `NotiHub-NotiHubStatsHistory-v1-${_NotiHubStatsHistory.ENV}`;
1302
1302
  /**
1303
1303
  * Creates a new NotiHub stats history entry.
1304
1304
  * @param statsHistory - The statistics history object to create.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.0.183",
3
+ "version": "1.0.184",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",