@sonarwatch/portfolio-plugins 0.12.98 → 0.12.100
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,14 @@
|
|
2
2
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
4
4
|
|
5
|
+
## [0.12.100](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.99...plugins-0.12.100) (2024-07-28)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
## [0.12.99](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.98...plugins-0.12.99) (2024-07-28)
|
10
|
+
|
11
|
+
|
12
|
+
|
5
13
|
## [0.12.98](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.97...plugins-0.12.98) (2024-07-28)
|
6
14
|
|
7
15
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sonarwatch/portfolio-plugins",
|
3
|
-
"version": "0.12.
|
3
|
+
"version": "0.12.100",
|
4
4
|
"type": "commonjs",
|
5
5
|
"types": "./src/index.d.ts",
|
6
6
|
"peerDependencies": {
|
@@ -40,6 +40,7 @@
|
|
40
40
|
"reflect-metadata": "^0.1.13",
|
41
41
|
"unstorage": "^1.10.2",
|
42
42
|
"viem": "^1.16.5",
|
43
|
+
"ioredis": "^5.4.1",
|
43
44
|
"web3-v1": "npm:web3@^1.5.0",
|
44
45
|
"js-sha256": "^0.11.0"
|
45
46
|
},
|