@sonarwatch/portfolio-plugins 0.12.181 → 0.12.182
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 +1 -1
- package/src/plugins/stabble/constants.js +1 -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.182](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.181...plugins-0.12.182) (2024-10-08)
|
6
|
+
|
7
|
+
|
8
|
+
|
5
9
|
## [0.12.181](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.180...plugins-0.12.181) (2024-10-08)
|
6
10
|
|
7
11
|
|
package/package.json
CHANGED
@@ -6,7 +6,7 @@ const weightedIdl_1 = require("./weightedIdl");
|
|
6
6
|
exports.platformId = 'stabble';
|
7
7
|
exports.platform = {
|
8
8
|
id: exports.platformId,
|
9
|
-
name: '
|
9
|
+
name: 'stabble',
|
10
10
|
image: 'https://sonar.watch/img/platforms/stabble.webp',
|
11
11
|
website: 'https://app.stabble.org/',
|
12
12
|
twitter: 'https://x.com/stabbleorg',
|