@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 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-v1-${_Subscription.ENV}`;
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-v1-${_Subscription.ENV}`;
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",