Skip to content

Commit

Permalink
chore(release): v1.17.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2023
1 parent c64130d commit 33de405
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 51 deletions.
12 changes: 6 additions & 6 deletions examples/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-sample",
"version": "1.16.1",
"version": "1.17.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand All @@ -25,11 +25,11 @@
"*.js": "npm run lint-fix"
},
"devDependencies": {
"@aws-lambda-powertools/commons": "^1.16.1",
"@aws-lambda-powertools/logger": "^1.16.1",
"@aws-lambda-powertools/metrics": "^1.16.1",
"@aws-lambda-powertools/parameters": "^1.16.1",
"@aws-lambda-powertools/tracer": "^1.16.1",
"@aws-lambda-powertools/commons": "^1.17.0",
"@aws-lambda-powertools/logger": "^1.17.0",
"@aws-lambda-powertools/metrics": "^1.17.0",
"@aws-lambda-powertools/parameters": "^1.17.0",
"@aws-lambda-powertools/tracer": "^1.17.0",
"@aws-sdk/client-ssm": "^3.413.0",
"@aws-sdk/lib-dynamodb": "^3.413.0",
"@types/aws-lambda": "^8.10.121",
Expand Down
10 changes: 5 additions & 5 deletions examples/sam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sam-example",
"version": "1.16.1",
"version": "1.17.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -30,10 +30,10 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^1.16.1",
"@aws-lambda-powertools/metrics": "^1.16.1",
"@aws-lambda-powertools/parameters": "^1.16.1",
"@aws-lambda-powertools/tracer": "^1.16.1",
"@aws-lambda-powertools/logger": "^1.17.0",
"@aws-lambda-powertools/metrics": "^1.17.0",
"@aws-lambda-powertools/parameters": "^1.17.0",
"@aws-lambda-powertools/tracer": "^1.17.0",
"@aws-sdk/client-dynamodb": "^3.413.0",
"@aws-sdk/client-ssm": "^3.413.0",
"@aws-sdk/lib-dynamodb": "^3.413.0",
Expand Down
2 changes: 1 addition & 1 deletion layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layers",
"version": "1.16.1",
"version": "1.17.0",
"bin": {
"layer": "bin/layers.js"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"examples/sam",
"layers"
],
"version": "1.16.1",
"version": "1.17.0",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
50 changes: 25 additions & 25 deletions 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/batch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/batch",
"version": "1.16.1",
"version": "1.17.0",
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
"author": {
"name": "Amazon Web Services",
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/commons",
"version": "1.16.1",
"version": "1.17.0",
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
"author": {
"name": "Amazon Web Services",
Expand Down
4 changes: 2 additions & 2 deletions packages/idempotency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/idempotency",
"version": "1.16.1",
"version": "1.17.0",
"description": "The idempotency package for the Powertools for AWS Lambda (TypeScript) library. It provides options to make your Lambda functions idempotent and safe to retry.",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -81,7 +81,7 @@
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^1.16.1",
"@aws-lambda-powertools/commons": "^1.17.0",
"@aws-sdk/util-base64-node": "^3.209.0",
"jmespath": "^0.16.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/logger",
"version": "1.16.1",
"version": "1.17.0",
"description": "The logging package for the Powertools for AWS Lambda (TypeScript) library",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -55,7 +55,7 @@
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^1.16.1",
"@aws-lambda-powertools/commons": "^1.17.0",
"lodash.merge": "^4.6.2"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/metrics",
"version": "1.16.1",
"version": "1.17.0",
"description": "The metrics package for the Powertools for AWS Lambda (TypeScript) library",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -57,7 +57,7 @@
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^1.16.1"
"@aws-lambda-powertools/commons": "^1.17.0"
},
"keywords": [
"aws",
Expand Down
4 changes: 2 additions & 2 deletions packages/parameters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/parameters",
"version": "1.16.1",
"version": "1.17.0",
"description": "The parameters package for the Powertools for AWS Lambda (TypeScript) library",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -148,7 +148,7 @@
"aws-sdk-client-mock-jest": "^3.0.0"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^1.16.1",
"@aws-lambda-powertools/commons": "^1.17.0",
"@aws-sdk/util-base64-node": "^3.209.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/testing-utils",
"version": "1.16.1",
"version": "1.17.0",
"description": "A package containing utilities to test your serverless workloads",
"author": {
"name": "Amazon Web Services",
Expand Down
4 changes: 2 additions & 2 deletions packages/tracer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/tracer",
"version": "1.16.1",
"version": "1.17.0",
"description": "The tracer package for the Powertools for AWS Lambda (TypeScript) library",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -60,7 +60,7 @@
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^1.16.1",
"@aws-lambda-powertools/commons": "^1.17.0",
"aws-xray-sdk-core": "^3.5.3"
},
"keywords": [
Expand Down

0 comments on commit 33de405

Please sign in to comment.