@sonarwatch/portfolio-plugins 0.4.8 → 0.4.9

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.9](https://github.com/sonarwatch/portfolio/compare/plugins-0.4.8...plugins-0.4.9) (2023-07-08)
6
+
7
+
8
+
5
9
  ## [0.4.8](https://github.com/sonarwatch/portfolio/compare/plugins-0.4.7...plugins-0.4.8) (2023-07-08)
6
10
 
7
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-plugins",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
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.8"
25
+ "@sonarwatch/portfolio-core": "0.4.9"
26
26
  },
27
27
  "main": "./src/index.js",
28
28
  "types": "./src/index.d.ts"
@@ -6,6 +6,7 @@ const constants_1 = require("./constants");
6
6
  function getClientAptos() {
7
7
  var _a, _b;
8
8
  const rpcEndpoint = constants_1.rpcEnpoints[portfolio_core_1.NetworkId.aptos];
9
+ console.log('rpcEndpoint:', rpcEndpoint);
9
10
  return new aptos_1.AptosClient(rpcEndpoint.url, {
10
11
  USERNAME: (_a = rpcEndpoint.basicAuth) === null || _a === void 0 ? void 0 : _a.username,
11
12
  PASSWORD: (_b = rpcEndpoint.basicAuth) === null || _b === void 0 ? void 0 : _b.password,
@@ -1 +1 @@
1
- {"version":3,"file":"getClientAptos.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/utils/clients/getClientAptos.ts"],"names":[],"mappings":";;AAAA,+DAAuD;AACvD,iCAAoC;AACpC,2CAA0C;AAE1C,SAAwB,cAAc;;IACpC,MAAM,WAAW,GAAG,uBAAW,CAAC,0BAAS,CAAC,KAAK,CAAC,CAAC;IACjD,OAAO,IAAI,mBAAW,CAAC,WAAW,CAAC,GAAG,EAAE;QACtC,QAAQ,EAAE,MAAA,WAAW,CAAC,SAAS,0CAAE,QAAQ;QACzC,QAAQ,EAAE,MAAA,WAAW,CAAC,SAAS,0CAAE,QAAQ;KAC1C,CAAC,CAAC;AACL,CAAC;AAND,iCAMC"}
1
+ {"version":3,"file":"getClientAptos.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/utils/clients/getClientAptos.ts"],"names":[],"mappings":";;AAAA,+DAAuD;AACvD,iCAAoC;AACpC,2CAA0C;AAE1C,SAAwB,cAAc;;IACpC,MAAM,WAAW,GAAG,uBAAW,CAAC,0BAAS,CAAC,KAAK,CAAC,CAAC;IACjD,OAAO,CAAC,GAAG,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;IACzC,OAAO,IAAI,mBAAW,CAAC,WAAW,CAAC,GAAG,EAAE;QACtC,QAAQ,EAAE,MAAA,WAAW,CAAC,SAAS,0CAAE,QAAQ;QACzC,QAAQ,EAAE,MAAA,WAAW,CAAC,SAAS,0CAAE,QAAQ;KAC1C,CAAC,CAAC;AACL,CAAC;AAPD,iCAOC"}