Skip to content

Commit

Permalink
Publish kvstore 1.54.5
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-w committed May 20, 2024
1 parent dc1fab6 commit afd668e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/kvstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _Note that this package will not work outisde the Autotasks environment._

# End Of Support Notice

We will soon stop supporting this package. Please migrate to `@openzeppelin/defender-sdk`.
We will no longer be maintaining or supporting any additional releases for defender-client. Please migrate to defender-sdk as soon as possible to get all the benefits of defender 2.0 and more.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/kvstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/defender-kvstore-client",
"version": "1.54.4",
"version": "1.54.5",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/kvstore/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"skipLibCheck": true,
"sourceMap": false
},
"include": ["./src"]
"include": ["./src"],
"exclude": ["**/*.test.ts", "**/__mocks__/*"]
}

0 comments on commit afd668e

Please sign in to comment.