@sonarwatch/portfolio-plugins 0.16.0 → 0.16.1

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.16.1](https://github.com/sonarwatch/portfolio/compare/plugins-0.16.0...plugins-0.16.1) (2025-07-04)
6
+
7
+
8
+
5
9
  # [0.16.0](https://github.com/sonarwatch/portfolio/compare/plugins-0.15.55...plugins-0.16.0) (2025-07-04)
6
10
 
7
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-plugins",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "type": "commonjs",
5
5
  "types": "./src/index.d.ts",
6
6
  "peerDependencies": {
@@ -2,7 +2,7 @@
2
2
  /// <reference types="jito-ts/node_modules/@solana/web3.js" />
3
3
  import { PublicKey } from '@solana/web3.js';
4
4
  export declare const jupApiParams: string | undefined;
5
- export declare const jupDatapiHeaderKey: string, jupDatapiHeaderValue: string;
5
+ export declare const jupDatapiHeaderKey: string | undefined, jupDatapiHeaderValue: string | undefined;
6
6
  export declare const jupDatapiTokensUrl: string | undefined;
7
7
  export declare const voteProgramId: PublicKey;
8
8
  export declare const lockerPubkey: PublicKey;
@@ -6,7 +6,7 @@ const web3_js_1 = require("@solana/web3.js");
6
6
  exports.jupApiParams = process.env['PORTFOLIO_JUP_API_PARAM'];
7
7
  _a = process.env['PORTFOLIO_DATAPI_HEADER']
8
8
  ? process.env['PORTFOLIO_DATAPI_HEADER'].split(':')
9
- : [], exports.jupDatapiHeaderKey = _a[0], exports.jupDatapiHeaderValue = _a[1];
9
+ : [undefined, undefined], exports.jupDatapiHeaderKey = _a[0], exports.jupDatapiHeaderValue = _a[1];
10
10
  exports.jupDatapiTokensUrl = process.env['PORTFOLIO_JUP_DATAPI_TOKENS_URL'];
11
11
  exports.voteProgramId = new web3_js_1.PublicKey('voTpe3tHQ7AjQHMapgSue2HJFAh2cGsdokqN3XqmVSj');
12
12
  exports.lockerPubkey = new web3_js_1.PublicKey('CVMdMd79no569tjc5Sq7kzz8isbfCcFyBS5TLGsrZ5dN');
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/jupiter/constants.ts"],"names":[],"mappings":";;;;AAAA,6CAA4C;AAE/B,QAAA,YAAY,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;AACtD,KAA6C,OAAO,CAAC,GAAG,CACnE,yBAAyB,CAC1B;IACC,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC;IACnD,CAAC,CAAC,EAAE,EAJQ,0BAAkB,UAAE,4BAAoB,SAI/C;AACM,QAAA,kBAAkB,GAC7B,OAAO,CAAC,GAAG,CAAC,iCAAiC,CAAC,CAAC;AAEpC,QAAA,aAAa,GAAG,IAAI,mBAAS,CACxC,6CAA6C,CAC9C,CAAC;AACW,QAAA,YAAY,GAAG,IAAI,mBAAS,CACvC,8CAA8C,CAC/C,CAAC;AAEW,QAAA,OAAO,GAAG,6CAA6C,CAAC;AACxD,QAAA,WAAW,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/jupiter/constants.ts"],"names":[],"mappings":";;;;AAAA,6CAA4C;AAE/B,QAAA,YAAY,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;AACtD,KAA6C,OAAO,CAAC,GAAG,CACnE,yBAAyB,CAC1B;IACC,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC;IACnD,CAAC,CAAC,CAAC,SAAS,EAAE,SAAS,CAAC,EAJZ,0BAAkB,UAAE,4BAAoB,SAI3B;AAEd,QAAA,kBAAkB,GAC7B,OAAO,CAAC,GAAG,CAAC,iCAAiC,CAAC,CAAC;AAEpC,QAAA,aAAa,GAAG,IAAI,mBAAS,CACxC,6CAA6C,CAC9C,CAAC;AACW,QAAA,YAAY,GAAG,IAAI,mBAAS,CACvC,8CAA8C,CAC/C,CAAC;AAEW,QAAA,OAAO,GAAG,6CAA6C,CAAC;AACxD,QAAA,WAAW,GAAG,CAAC,CAAC"}