@sonarwatch/portfolio-plugins 0.11.124 → 0.11.126

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -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.11.126](https://github.com/sonarwatch/portfolio/compare/plugins-0.11.125...plugins-0.11.126) (2024-03-16)
6
+
7
+
8
+
9
+ ## [0.11.125](https://github.com/sonarwatch/portfolio/compare/plugins-0.11.124...plugins-0.11.125) (2024-03-16)
10
+
11
+
12
+
5
13
  ## [0.11.124](https://github.com/sonarwatch/portfolio/compare/plugins-0.11.123...plugins-0.11.124) (2024-03-15)
6
14
 
7
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-plugins",
3
- "version": "0.11.124",
3
+ "version": "0.11.126",
4
4
  "type": "commonjs",
5
5
  "generators": "./generators.json",
6
6
  "dependencies": {
@@ -41,7 +41,7 @@
41
41
  "web3-v1": "npm:web3@^1.5.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "@sonarwatch/portfolio-core": "0.11.124"
44
+ "@sonarwatch/portfolio-core": "0.11.126"
45
45
  },
46
46
  "main": "./src/index.js",
47
47
  "types": "./src/index.d.ts"