@sonarwatch/portfolio-plugins 0.12.1 → 0.12.2

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 +4 -0
  2. package/package.json +7 -10
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.2](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.1...plugins-0.12.2) (2024-06-03)
6
+
7
+
8
+
5
9
  ## [0.12.1](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.0...plugins-0.12.1) (2024-06-03)
6
10
 
7
11
 
package/package.json CHANGED
@@ -1,39 +1,40 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-plugins",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "type": "commonjs",
5
5
  "generators": "./generators.json",
6
+ "peerDependencies": {
7
+ "@sonarwatch/portfolio-core": "0.12.1"
8
+ },
6
9
  "dependencies": {
7
10
  "@aave/contract-helpers": "^1.18.3",
8
11
  "@aave/math-utils": "^1.18.3",
9
12
  "@aptos-labs/ts-sdk": "^1.11.0",
10
13
  "@bonfida/spl-name-service": "^1.0.10",
11
14
  "@cosmjs/cosmwasm-stargate": "^0.31.1",
12
- "@ethersproject/address": "^5.7.0",
13
15
  "@ethersproject/bignumber": "^5.7.0",
14
- "@ethersproject/bytes": "^5.7.0",
15
16
  "@ethersproject/constants": "^5.7.0",
16
17
  "@ethersproject/providers": "^5.7.2",
17
18
  "@ethersproject/units": "^5.7.0",
18
19
  "@metaplex-foundation/beet": "^0.7.1",
19
20
  "@metaplex-foundation/beet-solana": "^0.4.0",
20
21
  "@metaplex-foundation/js": "^0.19.4",
21
- "@metaplex-foundation/umi-serializers-encodings": "^0.8.9",
22
22
  "@mysten/bcs": "^0.11.1",
23
23
  "@mysten/sui.js": "^0.50.1",
24
+ "@nx/devkit": "16.8.1",
24
25
  "@onsol/tldparser": "^0.6.1",
25
26
  "@sei-js/core": "^3.0.1",
26
27
  "@sei-js/proto": "^3.0.1",
27
28
  "@solana/web3.js": "^1.91.8",
28
29
  "axios": "^1.7.2",
29
30
  "bignumber.js": "^9.1.2",
30
- "bitcoin-address-validation": "^2.2.1",
31
31
  "bn.js": "^5.2.1",
32
32
  "buffer": "6.0.1",
33
33
  "decimal.js": "^10.4.3",
34
34
  "dsa-connect": "^0.6.47",
35
35
  "graphql": "^16.8.1",
36
36
  "graphql-request": "^6.1.0",
37
+ "listhen": "^1.5.5",
37
38
  "long": "^5.2.3",
38
39
  "osmojs": "^16.5.1",
39
40
  "reflect-metadata": "^0.1.13",
@@ -41,9 +42,5 @@
41
42
  "viem": "^1.16.5",
42
43
  "web3-v1": "npm:web3@^1.5.0"
43
44
  },
44
- "peerDependencies": {
45
- "@sonarwatch/portfolio-core": "0.12.1"
46
- },
47
- "main": "./src/index.js",
48
- "types": "./src/index.d.ts"
45
+ "main": "./src/index.js"
49
46
  }