@amohamud23/notihub 1.1.29 → 1.1.30

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
@@ -1631,7 +1631,7 @@ var NotificationStats = class _NotificationStats {
1631
1631
  const command = new import_lib_dynamodb13.UpdateCommand({
1632
1632
  TableName: _NotificationStats.TABLE_NAME,
1633
1633
  Key: { id },
1634
- UpdateExpression: "ADD viewCount :inc",
1634
+ UpdateExpression: "ADD views :inc",
1635
1635
  ExpressionAttributeValues: {
1636
1636
  ":inc": 1
1637
1637
  },
package/dist/index.js CHANGED
@@ -1652,7 +1652,7 @@ var NotificationStats = class _NotificationStats {
1652
1652
  const command = new UpdateCommand11({
1653
1653
  TableName: _NotificationStats.TABLE_NAME,
1654
1654
  Key: { id },
1655
- UpdateExpression: "ADD viewCount :inc",
1655
+ UpdateExpression: "ADD views :inc",
1656
1656
  ExpressionAttributeValues: {
1657
1657
  ":inc": 1
1658
1658
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.1.29",
3
+ "version": "1.1.30",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",