Skip to content

Commit

Permalink
v0.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ima-bot committed Jan 26, 2024
1 parent 06e7b4d commit 8371fdd
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"hoist": true,
"version": "0.7.13"
"version": "0.7.14"
}
2 changes: 1 addition & 1 deletion packages/dynamodb-auto-marshaller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awslabs-community-fork/dynamodb-auto-marshaller",
"version": "0.7.13",
"version": "0.7.14",
"description": "A data marshaller that converts JavaScript types into Amazon DynamoDB AttributeValues",
"keywords": [
"aws",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamodb-batch-iterator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dynamodb-batch-iterator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awslabs-community-fork/dynamodb-batch-iterator",
"version": "0.7.13",
"version": "0.7.14",
"description": "Abstraction for DynamoDB batch reads and writes for that handles batch splitting and partial retries with exponential backoff",
"keywords": [
"aws",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/dynamodb-data-mapper-annotations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awslabs-community-fork/dynamodb-data-mapper-annotations",
"version": "0.7.13",
"version": "0.7.14",
"description": "Annotations providing easy integration between TypeScript domain objects and the @awslabs-community-fork/dynamodb-data-mapper library",
"keywords": [
"aws",
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@awslabs-community-fork/dynamodb-auto-marshaller": "^0.7.13",
"@awslabs-community-fork/dynamodb-data-mapper": "^0.7.13",
"@awslabs-community-fork/dynamodb-data-marshaller": "^0.7.13",
"@awslabs-community-fork/dynamodb-auto-marshaller": "^0.7.14",
"@awslabs-community-fork/dynamodb-data-mapper": "^0.7.14",
"@awslabs-community-fork/dynamodb-data-marshaller": "^0.7.14",
"reflect-metadata": "^0.1.13",
"tslib": "^2.1.0",
"uuid": "^3.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/dynamodb-data-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awslabs-community-fork/dynamodb-data-mapper",
"version": "0.7.13",
"version": "0.7.14",
"description": "A schema-based data mapper for Amazon DynamoDB",
"keywords": [
"aws",
Expand Down Expand Up @@ -31,11 +31,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@awslabs-community-fork/dynamodb-auto-marshaller": "^0.7.13",
"@awslabs-community-fork/dynamodb-batch-iterator": "^0.7.13",
"@awslabs-community-fork/dynamodb-data-marshaller": "^0.7.13",
"@awslabs-community-fork/dynamodb-expressions": "^0.7.13",
"@awslabs-community-fork/dynamodb-query-iterator": "^0.7.13",
"@awslabs-community-fork/dynamodb-auto-marshaller": "^0.7.14",
"@awslabs-community-fork/dynamodb-batch-iterator": "^0.7.14",
"@awslabs-community-fork/dynamodb-data-marshaller": "^0.7.14",
"@awslabs-community-fork/dynamodb-expressions": "^0.7.14",
"@awslabs-community-fork/dynamodb-query-iterator": "^0.7.14",
"tslib": "^2.1.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamodb-data-marshaller/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/dynamodb-data-marshaller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awslabs-community-fork/dynamodb-data-marshaller",
"version": "0.7.13",
"version": "0.7.14",
"description": "A schema-based data marshaller for Amazon DynamoDB",
"keywords": [
"aws",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@awslabs-community-fork/dynamodb-auto-marshaller": "^0.7.13",
"@awslabs-community-fork/dynamodb-expressions": "^0.7.13",
"@awslabs-community-fork/dynamodb-auto-marshaller": "^0.7.14",
"@awslabs-community-fork/dynamodb-expressions": "^0.7.14",
"tslib": "^2.1.0"
},
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamodb-expressions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awslabs-community-fork/dynamodb-expressions",
"version": "0.7.13",
"version": "0.7.14",
"description": "Composable expression objects for Amazon DynamoDB",
"keywords": [
"aws",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@awslabs-community-fork/dynamodb-auto-marshaller": "^0.7.13",
"@awslabs-community-fork/dynamodb-auto-marshaller": "^0.7.14",
"tslib": "^2.1.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamodb-query-iterator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awslabs-community-fork/dynamodb-query-iterator",
"version": "0.7.13",
"version": "0.7.14",
"description": "Abstraction for DynamoDB queries and scans that handles pagination and parallel worker coordination",
"keywords": [
"aws",
Expand Down

0 comments on commit 8371fdd

Please sign in to comment.