@sonarwatch/portfolio-plugins 0.12.6 → 0.12.8
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 +1 -4
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.8](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.7...plugins-0.12.8) (2024-06-03)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
## [0.12.7](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.6...plugins-0.12.7) (2024-06-03)
|
10
|
+
|
11
|
+
|
12
|
+
|
5
13
|
## [0.12.6](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.5...plugins-0.12.6) (2024-06-03)
|
6
14
|
|
7
15
|
|
package/package.json
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sonarwatch/portfolio-plugins",
|
3
|
-
"version": "0.12.
|
3
|
+
"version": "0.12.8",
|
4
4
|
"type": "commonjs",
|
5
|
-
"generators": "./generators.json",
|
6
5
|
"types": "./src/index.d.ts",
|
7
6
|
"peerDependencies": {
|
8
7
|
"@sonarwatch/portfolio-core": "^0.12.0"
|
@@ -22,7 +21,6 @@
|
|
22
21
|
"@metaplex-foundation/js": "^0.19.4",
|
23
22
|
"@mysten/bcs": "^0.11.1",
|
24
23
|
"@mysten/sui.js": "^0.50.1",
|
25
|
-
"@nx/devkit": "16.8.1",
|
26
24
|
"@onsol/tldparser": "^0.6.1",
|
27
25
|
"@sei-js/core": "^3.0.1",
|
28
26
|
"@sei-js/proto": "^3.0.1",
|
@@ -35,7 +33,6 @@
|
|
35
33
|
"dsa-connect": "^0.6.47",
|
36
34
|
"graphql": "^16.8.1",
|
37
35
|
"graphql-request": "^6.1.0",
|
38
|
-
"listhen": "^1.5.5",
|
39
36
|
"long": "^5.2.3",
|
40
37
|
"osmojs": "^16.5.1",
|
41
38
|
"reflect-metadata": "^0.1.13",
|