Skip to content

Commit

Permalink
Update sdk client version
Browse files Browse the repository at this point in the history
  • Loading branch information
tirumerla committed Mar 28, 2024
1 parent 38108dc commit 45384d8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 162 deletions.
4 changes: 2 additions & 2 deletions examples/create-approval-process/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/defender-sdk-example-create-approval-process",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"main": "index.js",
"author": "Marcos Carlomagno <[email protected]>",
Expand All @@ -9,7 +9,7 @@
"start": "node index.js"
},
"dependencies": {
"@openzeppelin/defender-sdk": "1.10.0",
"@openzeppelin/defender-sdk": "1.11.0",
"dotenv": "^16.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/approval-process/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/defender-sdk-approval-process-client",
"version": "1.10.0",
"version": "1.11.0",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"author": "OpenZeppelin Defender <[email protected]>",
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-sdk-base-client": "^1.10.0",
"@openzeppelin/defender-sdk-base-client": "^1.11.0",
"axios": "^1.6.7",
"lodash": "^4.17.21"
},
Expand Down
174 changes: 16 additions & 158 deletions pnpm-lock.yaml

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

0 comments on commit 45384d8

Please sign in to comment.