@sonarwatch/portfolio-plugins 0.4.16 → 0.4.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.4.17](https://github.com/sonarwatch/portfolio/compare/plugins-0.4.16...plugins-0.4.17) (2023-07-09)
6
+
7
+
8
+
5
9
  ## [0.4.16](https://github.com/sonarwatch/portfolio/compare/plugins-0.4.15...plugins-0.4.16) (2023-07-09)
6
10
 
7
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-plugins",
3
- "version": "0.4.16",
3
+ "version": "0.4.17",
4
4
  "type": "commonjs",
5
5
  "generators": "./generators.json",
6
6
  "dependencies": {
@@ -22,7 +22,7 @@
22
22
  "viem": "^1.2.9"
23
23
  },
24
24
  "peerDependencies": {
25
- "@sonarwatch/portfolio-core": "0.4.16"
25
+ "@sonarwatch/portfolio-core": "0.4.17"
26
26
  },
27
27
  "main": "./src/index.js",
28
28
  "types": "./src/index.d.ts"
@@ -6,6 +6,7 @@ const getBasicAuthHeaders_1 = require("../misc/getBasicAuthHeaders");
6
6
  const constants_1 = require("./constants");
7
7
  function getClientSolana() {
8
8
  const rpcEndpoint = constants_1.rpcEnpoints[portfolio_core_1.NetworkId.solana];
9
+ console.log('rpcEndpoint:', rpcEndpoint);
9
10
  const httpHeaders = rpcEndpoint.basicAuth
10
11
  ? (0, getBasicAuthHeaders_1.getBasicAuthHeaders)(rpcEndpoint.basicAuth.username, rpcEndpoint.basicAuth.password)
11
12
  : undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"getClientSolana.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/utils/clients/getClientSolana.ts"],"names":[],"mappings":";;AAAA,+DAAuD;AACvD,6CAA6C;AAC7C,qEAAkE;AAClE,2CAA0C;AAE1C,SAAwB,eAAe;IACrC,MAAM,WAAW,GAAG,uBAAW,CAAC,0BAAS,CAAC,MAAM,CAAC,CAAC;IAClD,MAAM,WAAW,GAAG,WAAW,CAAC,SAAS;QACvC,CAAC,CAAC,IAAA,yCAAmB,EACjB,WAAW,CAAC,SAAS,CAAC,QAAQ,EAC9B,WAAW,CAAC,SAAS,CAAC,QAAQ,CAC/B;QACH,CAAC,CAAC,SAAS,CAAC;IACd,OAAO,IAAI,oBAAU,CAAC,WAAW,CAAC,GAAG,EAAE;QACrC,WAAW;KACZ,CAAC,CAAC;AACL,CAAC;AAXD,kCAWC"}
1
+ {"version":3,"file":"getClientSolana.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/utils/clients/getClientSolana.ts"],"names":[],"mappings":";;AAAA,+DAAuD;AACvD,6CAA6C;AAC7C,qEAAkE;AAClE,2CAA0C;AAE1C,SAAwB,eAAe;IACrC,MAAM,WAAW,GAAG,uBAAW,CAAC,0BAAS,CAAC,MAAM,CAAC,CAAC;IAClD,OAAO,CAAC,GAAG,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;IACzC,MAAM,WAAW,GAAG,WAAW,CAAC,SAAS;QACvC,CAAC,CAAC,IAAA,yCAAmB,EACjB,WAAW,CAAC,SAAS,CAAC,QAAQ,EAC9B,WAAW,CAAC,SAAS,CAAC,QAAQ,CAC/B;QACH,CAAC,CAAC,SAAS,CAAC;IACd,OAAO,IAAI,oBAAU,CAAC,WAAW,CAAC,GAAG,EAAE;QACrC,WAAW;KACZ,CAAC,CAAC;AACL,CAAC;AAZD,kCAYC"}