@sonarwatch/portfolio-plugins 0.11.235 → 0.11.237
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.11.237](https://github.com/sonarwatch/portfolio/compare/plugins-0.11.236...plugins-0.11.237) (2024-06-03)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
## [0.11.236](https://github.com/sonarwatch/portfolio/compare/plugins-0.11.235...plugins-0.11.236) (2024-06-03)
|
10
|
+
|
11
|
+
|
12
|
+
|
5
13
|
## [0.11.235](https://github.com/sonarwatch/portfolio/compare/plugins-0.11.234...plugins-0.11.235) (2024-06-03)
|
6
14
|
|
7
15
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sonarwatch/portfolio-plugins",
|
3
|
-
"version": "0.11.
|
3
|
+
"version": "0.11.237",
|
4
4
|
"type": "commonjs",
|
5
5
|
"generators": "./generators.json",
|
6
6
|
"dependencies": {
|
@@ -20,6 +20,7 @@
|
|
20
20
|
"@metaplex-foundation/js": "^0.19.4",
|
21
21
|
"@metaplex-foundation/umi-serializers-encodings": "^0.8.9",
|
22
22
|
"@mysten/bcs": "^0.11.1",
|
23
|
+
"@mysten/sui.js": "^0.50.1",
|
23
24
|
"@onsol/tldparser": "^0.6.1",
|
24
25
|
"@sei-js/core": "^3.0.1",
|
25
26
|
"@sei-js/proto": "^3.0.1",
|
@@ -41,7 +42,7 @@
|
|
41
42
|
"web3-v1": "npm:web3@^1.5.0"
|
42
43
|
},
|
43
44
|
"peerDependencies": {
|
44
|
-
"@sonarwatch/portfolio-core": "0.11.
|
45
|
+
"@sonarwatch/portfolio-core": "0.11.237"
|
45
46
|
},
|
46
47
|
"main": "./src/index.js",
|
47
48
|
"types": "./src/index.d.ts"
|