@elmntl/jlpd-sdk 0.1.2 → 0.1.3

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/dist/index.js CHANGED
@@ -3774,7 +3774,7 @@ async function buildSwapData(connection, inputMint, outputMint, amount, userPubk
3774
3774
 
3775
3775
  // src/jupiter/price.ts
3776
3776
  var import_anchor5 = require("@coral-xyz/anchor");
3777
- var DEFAULT_API_KEY = "9edc77aa-0be8-41cf-9264-907603c44150";
3777
+ var DEFAULT_API_KEY = "REDACTED_JUPITER_API_KEY";
3778
3778
  async function fetchJupiterPriceUsd(mint, apiKey = DEFAULT_API_KEY) {
3779
3779
  const url = `https://api.jup.ag/price/v3?ids=${mint}`;
3780
3780
  try {
package/dist/index.mjs CHANGED
@@ -3681,7 +3681,7 @@ async function buildSwapData(connection, inputMint, outputMint, amount, userPubk
3681
3681
 
3682
3682
  // src/jupiter/price.ts
3683
3683
  import { BN as BN4 } from "@coral-xyz/anchor";
3684
- var DEFAULT_API_KEY = "9edc77aa-0be8-41cf-9264-907603c44150";
3684
+ var DEFAULT_API_KEY = "REDACTED_JUPITER_API_KEY";
3685
3685
  async function fetchJupiterPriceUsd(mint, apiKey = DEFAULT_API_KEY) {
3686
3686
  const url = `https://api.jup.ag/price/v3?ids=${mint}`;
3687
3687
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elmntl/jlpd-sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "SDK for JLP.D (JLP Deconstructed) by Elemental",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",