@jup-ag/api
Advanced tools
Comparing version 4.0.0 to 4.0.1-alpha.0
@@ -610,2 +610,8 @@ /** | ||
/** | ||
* compute unit price to prioritize the transaction, the additional fee will be compute unit consumed * computeUnitPriceMicroLamports | ||
* @type {number} | ||
* @memberof InlineObject | ||
*/ | ||
computeUnitPriceMicroLamports?: number; | ||
/** | ||
* Public key of the wallet that will receive the output of the swap, this assumes the associated token account exists, currently adds a token transfer | ||
@@ -612,0 +618,0 @@ * @type {string} |
@@ -528,2 +528,3 @@ "use strict"; | ||
"asLegacyTransaction": !exists(json, "asLegacyTransaction") ? void 0 : json["asLegacyTransaction"], | ||
"computeUnitPriceMicroLamports": !exists(json, "computeUnitPriceMicroLamports") ? void 0 : json["computeUnitPriceMicroLamports"], | ||
"destinationWallet": !exists(json, "destinationWallet") ? void 0 : json["destinationWallet"] | ||
@@ -545,2 +546,3 @@ }; | ||
"asLegacyTransaction": value.asLegacyTransaction, | ||
"computeUnitPriceMicroLamports": value.computeUnitPriceMicroLamports, | ||
"destinationWallet": value.destinationWallet | ||
@@ -547,0 +549,0 @@ }; |
{ | ||
"name": "@jup-ag/api", | ||
"version": "4.0.0", | ||
"version": "4.0.1-alpha.0", | ||
"description": "## Generate typescript types from swagger schema", | ||
@@ -8,2 +8,7 @@ "main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"start": "ts-node ./example/index.ts", | ||
"build": "tsup generated/index.ts --dts --format esm,cjs", | ||
"openapi-gen": "openapi-generator-cli generate -i swagger.json -o generated -g typescript-fetch --skip-validate-spec --additional-properties=supportsES6=true,typescriptThreePlus=true" | ||
}, | ||
"author": "", | ||
@@ -21,8 +26,3 @@ "license": "MIT", | ||
"dist" | ||
], | ||
"scripts": { | ||
"start": "ts-node ./example/index.ts", | ||
"build": "tsup generated/index.ts --dts --format esm,cjs", | ||
"openapi-gen": "openapi-generator-cli generate -i swagger.json -o generated -g typescript-fetch --skip-validate-spec --additional-properties=supportsES6=true,typescriptThreePlus=true" | ||
} | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
89636
2739
2
3