Skip to content

Commit 5e728e1

Browse files
authored
fix(deps): revert @aws/lambda-invoke-store to dependency (#4833)
1 parent fc87879 commit 5e728e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
"types": "./lib/cjs/index.d.ts",
6666
"main": "./lib/cjs/index.js",
6767
"devDependencies": {
68-
"@aws/lambda-invoke-store": "0.2.1",
6968
"@aws-lambda-powertools/testing-utils": "file:../testing",
7069
"@aws-sdk/client-cloudwatch": "^3.939.0",
7170
"@types/promise-retry": "^1.1.3",
@@ -90,6 +89,7 @@
9089
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
9190
},
9291
"dependencies": {
92+
"@aws/lambda-invoke-store": "0.2.1",
9393
"@aws-lambda-powertools/commons": "2.29.0"
9494
},
9595
"keywords": [

0 commit comments

Comments
 (0)