@hapiboo/dynamo-flux 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/dist/provider.js +1 -1
  2. package/package.json +2 -2
package/dist/provider.js CHANGED
@@ -526,7 +526,7 @@ var dynamoHelper;
526
526
  return value.BOOL;
527
527
  }
528
528
  else {
529
- return false;
529
+ return null;
530
530
  }
531
531
  }
532
532
  })(objects = dynamoHelper.objects || (dynamoHelper.objects = {}));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hapiboo/dynamo-flux",
3
3
  "description": "MK13 Studio Hapiboo - AWS DynamoDB plugin (Flux version)",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "author": "MK13 Studio",
6
6
  "license": "ISC",
7
7
  "main": "dist/index.js",
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "dependencies": {
16
16
  "@hapiboo/core": "^3.0.1",
17
- "@hapiboo/flux": "^1.0.4",
17
+ "@hapiboo/flux": "^1.1.2",
18
18
  "@aws-sdk/client-dynamodb": "^3.848.0"
19
19
  },
20
20
  "devDependencies": {