@aws-lite/dynamodb-types 0.3.4 → 0.3.6

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/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -380,6 +380,7 @@ declare module "@aws-lite/client" {
380
380
  }
381
381
 
382
382
  export type {
383
+ AwsLiteDynamoDB,
383
384
  /* ! Do not remove EXPORT_START / EXPORT_END ! */
384
385
  // $EXPORT_START
385
386
  BatchExecuteStatementResponse,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-lite/dynamodb-types",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "Type definitions for the `@aws-lite/dynamodb` plugin",
5
5
  "homepage": "https://aws-lite.org/services/dynamodb",
6
6
  "repository": {