@aws-sdk/lib-dynamodb
Advanced tools
Comparing version 3.649.0 to 3.650.0
@@ -794,3 +794,3 @@ "use strict"; | ||
throw new Error( | ||
"@aws-sdk/lib-dynamodb - cacheMiddleware=true is not compatible with the DynamoDBDocument client. This option must be set to false." | ||
"@aws-sdk/lib-dynamodb - cacheMiddleware=true is not compatible with the DynamoDBDocumentClient. This option must be set to false." | ||
); | ||
@@ -797,0 +797,0 @@ } |
@@ -10,3 +10,4 @@ import { Client as __Client } from "@smithy/smithy-client"; | ||
if (this.config?.cacheMiddleware) { | ||
throw new Error("@aws-sdk/lib-dynamodb - cacheMiddleware=true is not compatible with the DynamoDBDocument client. This option must be set to false."); | ||
throw new Error("@aws-sdk/lib-dynamodb - cacheMiddleware=true is not compatible with the" + | ||
" DynamoDBDocumentClient. This option must be set to false."); | ||
} | ||
@@ -13,0 +14,0 @@ } |
{ | ||
"name": "@aws-sdk/lib-dynamodb", | ||
"version": "3.649.0", | ||
"version": "3.650.0", | ||
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.", | ||
@@ -29,3 +29,3 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@aws-sdk/util-dynamodb": "3.649.0", | ||
"@aws-sdk/util-dynamodb": "3.650.0", | ||
"@smithy/core": "^2.4.1", | ||
@@ -37,6 +37,6 @@ "@smithy/smithy-client": "^3.3.0", | ||
"peerDependencies": { | ||
"@aws-sdk/client-dynamodb": "^3.649.0" | ||
"@aws-sdk/client-dynamodb": "^3.650.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/client-dynamodb": "3.649.0", | ||
"@aws-sdk/client-dynamodb": "3.650.0", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -43,0 +43,0 @@ "@types/node": "^16.18.96", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
210751
4737
+ Added@aws-sdk/client-dynamodb@3.686.0(transitive)
+ Added@aws-sdk/client-sso@3.686.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.686.0(transitive)
+ Added@aws-sdk/client-sts@3.686.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.686.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.686.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.686.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.686.0(transitive)
+ Added@aws-sdk/util-dynamodb@3.650.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.686.0(transitive)
- Removed@aws-sdk/client-dynamodb@3.687.0(transitive)
- Removed@aws-sdk/client-sso@3.687.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.687.0(transitive)
- Removed@aws-sdk/client-sts@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.687.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.687.0(transitive)
- Removed@aws-sdk/util-dynamodb@3.649.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.687.0(transitive)