@amohamud23/notihub 1.0.192 → 1.0.193
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1338,7 +1338,7 @@ var NotificationStats_default = NotificationStats;
|
|
|
1338
1338
|
var import_lib_dynamodb14 = require("@aws-sdk/lib-dynamodb");
|
|
1339
1339
|
var NotiHubStatsHistory = class _NotiHubStatsHistory {
|
|
1340
1340
|
static ENV = process.env.ENV || "dev";
|
|
1341
|
-
static TABLE_NAME = `NotiHub-
|
|
1341
|
+
static TABLE_NAME = `NotiHub-StatsHistory-v1-${_NotiHubStatsHistory.ENV}`;
|
|
1342
1342
|
/**
|
|
1343
1343
|
* Creates a new NotiHub stats history entry.
|
|
1344
1344
|
* @param statsHistory - The statistics history object to create.
|
package/dist/index.js
CHANGED
|
@@ -1355,7 +1355,7 @@ import {
|
|
|
1355
1355
|
} from "@aws-sdk/lib-dynamodb";
|
|
1356
1356
|
var NotiHubStatsHistory = class _NotiHubStatsHistory {
|
|
1357
1357
|
static ENV = process.env.ENV || "dev";
|
|
1358
|
-
static TABLE_NAME = `NotiHub-
|
|
1358
|
+
static TABLE_NAME = `NotiHub-StatsHistory-v1-${_NotiHubStatsHistory.ENV}`;
|
|
1359
1359
|
/**
|
|
1360
1360
|
* Creates a new NotiHub stats history entry.
|
|
1361
1361
|
* @param statsHistory - The statistics history object to create.
|