@settlemint/sdk-cli 2.4.0-pr5eab7b31 → 2.4.0-pr5f5458f6
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/cli.js +6 -6
- package/dist/cli.js.map +3 -3
- package/package.json +4 -4
package/dist/cli.js
CHANGED
@@ -263840,7 +263840,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
263840
263840
|
var package_default = {
|
263841
263841
|
name: "@settlemint/sdk-cli",
|
263842
263842
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
263843
|
-
version: "2.4.0-
|
263843
|
+
version: "2.4.0-pr5f5458f6",
|
263844
263844
|
type: "module",
|
263845
263845
|
private: false,
|
263846
263846
|
license: "FSL-1.1-MIT",
|
@@ -263891,9 +263891,9 @@ var package_default = {
|
|
263891
263891
|
"@inquirer/input": "4.2.0",
|
263892
263892
|
"@inquirer/password": "4.0.16",
|
263893
263893
|
"@inquirer/select": "4.2.4",
|
263894
|
-
"@settlemint/sdk-js": "2.4.0-
|
263895
|
-
"@settlemint/sdk-utils": "2.4.0-
|
263896
|
-
"@settlemint/sdk-viem": "2.4.0-
|
263894
|
+
"@settlemint/sdk-js": "2.4.0-pr5f5458f6",
|
263895
|
+
"@settlemint/sdk-utils": "2.4.0-pr5f5458f6",
|
263896
|
+
"@settlemint/sdk-viem": "2.4.0-pr5f5458f6",
|
263897
263897
|
"@types/node": "24.0.10",
|
263898
263898
|
"@types/semver": "7.7.0",
|
263899
263899
|
"@types/which": "3.0.4",
|
@@ -301827,7 +301827,7 @@ var getApplicationOrPersonalAccessToken = async ({
|
|
301827
301827
|
}) => {
|
301828
301828
|
const applicationAccessToken = env2.SETTLEMINT_ACCESS_TOKEN;
|
301829
301829
|
const instanceUrl = sanitizeInstanceUrl(instance);
|
301830
|
-
const personalAccessToken = (await getInstanceCredentials(instanceUrl))?.personalAccessToken;
|
301830
|
+
const personalAccessToken = (await getInstanceCredentials(instanceUrl, false))?.personalAccessToken;
|
301831
301831
|
const preferredToken = prefer === "application" ? applicationAccessToken : personalAccessToken;
|
301832
301832
|
const fallbackToken = prefer === "application" ? personalAccessToken : applicationAccessToken;
|
301833
301833
|
const allowFallback = prefer === "application";
|
@@ -330808,4 +330808,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
330808
330808
|
// src/cli.ts
|
330809
330809
|
sdkCliCommand();
|
330810
330810
|
|
330811
|
-
//# debugId=
|
330811
|
+
//# debugId=E817550AB01D28A864756E2164756E21
|