@sonarwatch/portfolio-plugins 0.12.17 → 0.12.18
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
4
4
|
|
5
|
+
## [0.12.18](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.17...plugins-0.12.18) (2024-06-05)
|
6
|
+
|
7
|
+
|
8
|
+
|
5
9
|
## [0.12.17](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.16...plugins-0.12.17) (2024-06-05)
|
6
10
|
|
7
11
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sonarwatch/portfolio-plugins",
|
3
|
-
"version": "0.12.
|
3
|
+
"version": "0.12.18",
|
4
4
|
"type": "commonjs",
|
5
5
|
"types": "./src/index.d.ts",
|
6
6
|
"peerDependencies": {
|
@@ -12,6 +12,7 @@
|
|
12
12
|
"@aptos-labs/ts-sdk": "^1.11.0",
|
13
13
|
"@bonfida/spl-name-service": "^1.0.10",
|
14
14
|
"@cosmjs/cosmwasm-stargate": "^0.31.1",
|
15
|
+
"ethers": "^5.7.2",
|
15
16
|
"@ethersproject/bignumber": "^5.7.0",
|
16
17
|
"@ethersproject/constants": "^5.7.0",
|
17
18
|
"@ethersproject/providers": "^5.7.2",
|