@sonarwatch/portfolio-plugins 0.12.97 → 0.12.99
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 -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.99](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.98...plugins-0.12.99) (2024-07-28)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
## [0.12.98](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.97...plugins-0.12.98) (2024-07-28)
|
10
|
+
|
11
|
+
|
12
|
+
|
5
13
|
## [0.12.97](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.96...plugins-0.12.97) (2024-07-27)
|
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.99",
|
4
4
|
"type": "commonjs",
|
5
5
|
"types": "./src/index.d.ts",
|
6
6
|
"peerDependencies": {
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"long": "^5.2.3",
|
39
39
|
"osmojs": "^16.5.1",
|
40
40
|
"reflect-metadata": "^0.1.13",
|
41
|
-
"unstorage": "^1.10.
|
41
|
+
"unstorage": "^1.10.2",
|
42
42
|
"viem": "^1.16.5",
|
43
43
|
"web3-v1": "npm:web3@^1.5.0",
|
44
44
|
"js-sha256": "^0.11.0"
|