@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.
- package/dist/provider.js +1 -1
- package/package.json +2 -2
package/dist/provider.js
CHANGED
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.
|
|
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.
|
|
17
|
+
"@hapiboo/flux": "^1.1.2",
|
|
18
18
|
"@aws-sdk/client-dynamodb": "^3.848.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|