Skip to content

Commit 0901941

Browse files
github-actions[bot]dreamorosi
authored andcommitted
chore(release): v1.14.2 [skip ci]
1 parent 4168a44 commit 0901941

File tree

11 files changed

+64
-39
lines changed

11 files changed

+64
-39
lines changed

Diff for: examples/cdk/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<<<<<<< HEAD
67
## [1.16.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.16.0...v1.16.1) (2023-11-24)
78

89
**Note:** Version bump only for package cdk-sample
@@ -19,6 +20,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1920

2021
- **maintenance:** add support for nodejs20.x runtime ([#1790](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1790)) ([6b9b1bc](https://github.com/aws-powertools/powertools-lambda-typescript/commit/6b9b1bcb9baf4b3d8e0e5ec6709594aca09bb033))
2122

23+
=======
24+
>>>>>>> 38bc54f0 (chore(release): v1.14.2 [skip ci])
2225
## [1.14.2](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.14.1...v1.14.2) (2023-11-03)
2326

2427
**Note:** Version bump only for package cdk-sample

Diff for: examples/cdk/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "cdk-sample",
3+
<<<<<<< HEAD
34
"version": "1.18.0",
5+
=======
6+
"version": "1.14.2",
7+
>>>>>>> 38bc54f0 (chore(release): v1.14.2 [skip ci
8+
])
49
"author": {
510
"name": "Amazon Web Services",
611
"url": "https://aws.amazon.com"

Diff for: package-lock.json

+49-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@
7575
"devDependencies": {
7676
"@aws-lambda-powertools/testing-utils": "file:../testing"
7777
}
78-
}
78+
}

Diff for: packages/idempotency/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@
136136
"aws-sdk-client-mock": "^3.0.1",
137137
"aws-sdk-client-mock-jest": "^3.0.1"
138138
}
139-
}
139+
}

Diff for: packages/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@
100100
"serverless",
101101
"nodejs"
102102
]
103-
}
103+
}

Diff for: packages/metrics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@
9999
"serverless",
100100
"nodejs"
101101
]
102-
}
102+
}

Diff for: packages/metrics/tests/unit/Metrics.test.ts

-8
Original file line numberDiff line numberDiff line change
@@ -1524,11 +1524,7 @@ describe('Class: Metrics', () => {
15241524
});
15251525

15261526
// Act
1527-
<<<<<<< HEAD
15281527
metrics.addMetric(testMetric, MetricUnit.Count, 10);
1529-
=======
1530-
metrics.addMetric(testMetric, MetricUnits.Count, 10);
1531-
>>>>>>> 9b9fc927 (fix(metrics): deduplicate dimensions when serialising (#1780))
15321528
metrics.addDimension('foo', 'baz');
15331529
const loggedData = metrics.serializeMetrics();
15341530

@@ -1547,11 +1543,7 @@ describe('Class: Metrics', () => {
15471543
Metrics: [
15481544
{
15491545
Name: testMetric,
1550-
<<<<<<< HEAD
15511546
Unit: MetricUnit.Count,
1552-
=======
1553-
Unit: MetricUnits.Count,
1554-
>>>>>>> 9b9fc927 (fix(metrics): deduplicate dimensions when serialising (#1780))
15551547
},
15561548
],
15571549
Namespace: TEST_NAMESPACE,

Diff for: packages/parameters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@
198198
"optional": true
199199
}
200200
}
201-
}
201+
}

Diff for: packages/testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@
100100
"aws-cdk-lib": "^2.123.0",
101101
"esbuild": "^0.19.12"
102102
}
103-
}
103+
}

Diff for: packages/tracer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@
105105
"serverless",
106106
"nodejs"
107107
]
108-
}
108+
}

0 commit comments

Comments
 (0)