@sonarwatch/portfolio-plugins 0.12.4 → 0.12.6
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 +3 -2
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.6](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.5...plugins-0.12.6) (2024-06-03)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
## [0.12.5](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.4...plugins-0.12.5) (2024-06-03)
|
10
|
+
|
11
|
+
|
12
|
+
|
5
13
|
## [0.12.4](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.3...plugins-0.12.4) (2024-06-03)
|
6
14
|
|
7
15
|
|
package/package.json
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sonarwatch/portfolio-plugins",
|
3
|
-
"version": "0.12.
|
3
|
+
"version": "0.12.6",
|
4
4
|
"type": "commonjs",
|
5
5
|
"generators": "./generators.json",
|
6
|
+
"types": "./src/index.d.ts",
|
6
7
|
"peerDependencies": {
|
7
|
-
"@sonarwatch/portfolio-core": "0.12.
|
8
|
+
"@sonarwatch/portfolio-core": "^0.12.0"
|
8
9
|
},
|
9
10
|
"dependencies": {
|
10
11
|
"@aave/contract-helpers": "^1.18.3",
|