-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update the version packages (#606)
* Version Packages * Update the lock file --------- Co-authored-by: svc-gh-is-01 <[email protected]> Co-authored-by: collins-w <[email protected]>
- Loading branch information
1 parent
bd7bb4f
commit 00050cb
Showing
100 changed files
with
922 additions
and
231 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# @openzeppelin/defender-sdk-example-address-book-actions | ||
|
||
## 1.14.5 | ||
|
||
### Patch Changes | ||
|
||
- c68c41a: feat: Add support for Actions high frequency intervals | ||
feat: Add support to approval process list | ||
feat:Add address book client methods | ||
fix: Upgrade web3 dependency to v4 in defender sdk | ||
feat: Predefine auth config type for relayer signer client | ||
feat: Add support to query transactions by nonce | ||
fix: Type inference in relay signer | ||
fix: Fix payload format for relay-signer | ||
- Updated dependencies [c68c41a] | ||
- @openzeppelin/defender-sdk@1.15.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-address-book-actions", | ||
"version": "1.14.4", | ||
"version": "1.14.5", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "OpenZeppelin Defender <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.15.0", | ||
"@openzeppelin/defender-sdk": "1.15.1", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-action", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "Nami Shah <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.15.0", | ||
"@openzeppelin/defender-sdk": "1.15.1", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# @openzeppelin/defender-sdk-example-create-approval-process | ||
|
||
## 1.15.1 | ||
|
||
### Patch Changes | ||
|
||
- c68c41a: feat: Add support for Actions high frequency intervals | ||
feat: Add support to approval process list | ||
feat:Add address book client methods | ||
fix: Upgrade web3 dependency to v4 in defender sdk | ||
feat: Predefine auth config type for relayer signer client | ||
feat: Add support to query transactions by nonce | ||
fix: Type inference in relay signer | ||
fix: Fix payload format for relay-signer | ||
- Updated dependencies [c68c41a] | ||
- @openzeppelin/defender-sdk@1.15.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-approval-process", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "OpenZeppelin Defender <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.15.0", | ||
"@openzeppelin/defender-sdk": "1.15.1", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-batch-proposal", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "Nami Shah <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.15.0", | ||
"@openzeppelin/defender-sdk": "1.15.1", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-forked-network", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "Zeljko Markovic <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.15.0", | ||
"@openzeppelin/defender-sdk": "1.15.1", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-monitor", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "OpenZeppelin Defender <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.15.0", | ||
"@openzeppelin/defender-sdk": "1.15.1", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-private-network", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "Nami Shah <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.15.0", | ||
"@openzeppelin/defender-sdk": "1.15.1", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-proposal", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "OpenZeppelin Defender <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.15.0", | ||
"@openzeppelin/defender-sdk": "1.15.1", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
Oops, something went wrong.