@amohamud23/notihub 1.1.26 → 1.1.27
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
|
@@ -909,7 +909,7 @@ var NotiType_default = NotiType;
|
|
|
909
909
|
var import_lib_dynamodb7 = require("@aws-sdk/lib-dynamodb");
|
|
910
910
|
var Subscription = class _Subscription {
|
|
911
911
|
static ENV = process.env.ENV || "dev";
|
|
912
|
-
static TABLE_NAME = `NotiHub-Subscriptions-
|
|
912
|
+
static TABLE_NAME = `NotiHub-Subscriptions-v2-${_Subscription.ENV}`;
|
|
913
913
|
/**
|
|
914
914
|
* Retrieves a subscription by its ID.
|
|
915
915
|
* @param id - The ID of the subscription to retrieve.
|
package/dist/index.js
CHANGED
|
@@ -903,7 +903,7 @@ import {
|
|
|
903
903
|
} from "@aws-sdk/lib-dynamodb";
|
|
904
904
|
var Subscription = class _Subscription {
|
|
905
905
|
static ENV = process.env.ENV || "dev";
|
|
906
|
-
static TABLE_NAME = `NotiHub-Subscriptions-
|
|
906
|
+
static TABLE_NAME = `NotiHub-Subscriptions-v2-${_Subscription.ENV}`;
|
|
907
907
|
/**
|
|
908
908
|
* Retrieves a subscription by its ID.
|
|
909
909
|
* @param id - The ID of the subscription to retrieve.
|