@amohamud23/notihub 1.1.45 → 1.1.46

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
@@ -1995,7 +1995,7 @@ var PaymentSession = class _PaymentSession {
1995
1995
  const command = new import_lib_dynamodb16.QueryCommand({
1996
1996
  TableName: _PaymentSession.TABLE_NAME,
1997
1997
  IndexName: "SessionIdIndex",
1998
- KeyConditionExpression: "session = :sessionId",
1998
+ KeyConditionExpression: "sessionId = :sessionId",
1999
1999
  ExpressionAttributeValues: {
2000
2000
  ":sessionId": sessionId
2001
2001
  }
package/dist/index.js CHANGED
@@ -2030,7 +2030,7 @@ var PaymentSession = class _PaymentSession {
2030
2030
  const command = new QueryCommand14({
2031
2031
  TableName: _PaymentSession.TABLE_NAME,
2032
2032
  IndexName: "SessionIdIndex",
2033
- KeyConditionExpression: "session = :sessionId",
2033
+ KeyConditionExpression: "sessionId = :sessionId",
2034
2034
  ExpressionAttributeValues: {
2035
2035
  ":sessionId": sessionId
2036
2036
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.1.45",
3
+ "version": "1.1.46",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",