@settlemint/sdk-cli 2.1.4-prd8bc2893 → 2.1.4-prfa41b757
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 +5 -5
- package/dist/cli.js.map +4 -4
- package/package.json +3 -3
package/dist/cli.js
CHANGED
@@ -245281,7 +245281,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
245281
245281
|
var package_default = {
|
245282
245282
|
name: "@settlemint/sdk-cli",
|
245283
245283
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
245284
|
-
version: "2.1.4-
|
245284
|
+
version: "2.1.4-prfa41b757",
|
245285
245285
|
type: "module",
|
245286
245286
|
private: false,
|
245287
245287
|
license: "FSL-1.1-MIT",
|
@@ -245330,8 +245330,8 @@ var package_default = {
|
|
245330
245330
|
"@inquirer/input": "4.1.9",
|
245331
245331
|
"@inquirer/password": "4.0.12",
|
245332
245332
|
"@inquirer/select": "4.1.1",
|
245333
|
-
"@settlemint/sdk-js": "2.1.4-
|
245334
|
-
"@settlemint/sdk-utils": "2.1.4-
|
245333
|
+
"@settlemint/sdk-js": "2.1.4-prfa41b757",
|
245334
|
+
"@settlemint/sdk-utils": "2.1.4-prfa41b757",
|
245335
245335
|
"@types/node": "22.14.1",
|
245336
245336
|
"@types/semver": "7.7.0",
|
245337
245337
|
"@types/which": "3.0.4",
|
@@ -252095,7 +252095,6 @@ async function codegenViem(env2) {
|
|
252095
252095
|
note("[Codegen] No RPC endpoints found, skipping Viem resources generation", "warn");
|
252096
252096
|
return;
|
252097
252097
|
}
|
252098
|
-
note("Generating Viem resources");
|
252099
252098
|
const projectDir = await projectRoot3();
|
252100
252099
|
if (!await isPackageInstalled(PACKAGE_NAME7, projectDir)) {
|
252101
252100
|
await installDependencies(PACKAGE_NAME7, projectDir);
|
@@ -252179,6 +252178,7 @@ function codegenCommand() {
|
|
252179
252178
|
stopMessage: "Tested GraphQL schemas"
|
252180
252179
|
});
|
252181
252180
|
if (generateViem) {
|
252181
|
+
note("Generating Viem resources");
|
252182
252182
|
await codegenViem(env2);
|
252183
252183
|
}
|
252184
252184
|
if (hasura) {
|
@@ -260413,4 +260413,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
260413
260413
|
// src/cli.ts
|
260414
260414
|
sdkCliCommand();
|
260415
260415
|
|
260416
|
-
//# debugId=
|
260416
|
+
//# debugId=95F4205E6CFC3DAA64756E2164756E21
|