@settlemint/sdk-cli 1.1.5-main8beca133 → 1.1.5-maind5d9bd57
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 -5
- package/dist/cli.js.map +4 -4
- package/package.json +3 -3
package/dist/cli.js
CHANGED
@@ -274462,7 +274462,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
274462
274462
|
var package_default = {
|
274463
274463
|
name: "@settlemint/sdk-cli",
|
274464
274464
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
274465
|
-
version: "1.1.5-
|
274465
|
+
version: "1.1.5-maind5d9bd57",
|
274466
274466
|
type: "module",
|
274467
274467
|
private: false,
|
274468
274468
|
license: "FSL-1.1-MIT",
|
@@ -274510,8 +274510,8 @@ var package_default = {
|
|
274510
274510
|
"@inquirer/input": "4.1.5",
|
274511
274511
|
"@inquirer/password": "4.0.8",
|
274512
274512
|
"@inquirer/select": "4.0.8",
|
274513
|
-
"@settlemint/sdk-js": "1.1.5-
|
274514
|
-
"@settlemint/sdk-utils": "1.1.5-
|
274513
|
+
"@settlemint/sdk-js": "1.1.5-maind5d9bd57",
|
274514
|
+
"@settlemint/sdk-utils": "1.1.5-maind5d9bd57",
|
274515
274515
|
"@types/node": "22.13.1",
|
274516
274516
|
"@types/semver": "7.5.8",
|
274517
274517
|
"@types/which": "3.0.4",
|
@@ -279778,6 +279778,7 @@ async function codegenTsconfig(env2, thegraphSubgraphNames) {
|
|
279778
279778
|
const tadaConfig = {
|
279779
279779
|
name: "gql.tada/ts-plugin",
|
279780
279780
|
trackFieldUsage: false,
|
279781
|
+
shouldCheckForColocatedFragments: false,
|
279781
279782
|
schemas: [
|
279782
279783
|
...hasura ? [
|
279783
279784
|
{
|
@@ -285489,7 +285490,7 @@ function subgraphRemoveCommand() {
|
|
285489
285490
|
return new Command("remove").description("Remove a subgraph").usage(createExamples([
|
285490
285491
|
{
|
285491
285492
|
description: "Remove a subgraph",
|
285492
|
-
command: "scs subgraph remove
|
285493
|
+
command: "scs subgraph remove my-subgraph"
|
285493
285494
|
}
|
285494
285495
|
])).option("-a, --accept-defaults", "Accept the default and previously set values").option("--prod", "Connect to your production environment").option("-f, --force", "Force remove the subgraph without confirmation").argument("<subgraph-name>", "The name of the subgraph to remove").action(async (subgraphName, { prod, acceptDefaults, force }) => {
|
285495
285496
|
intro("Removing subgraph");
|
@@ -285671,4 +285672,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
285671
285672
|
// src/cli.ts
|
285672
285673
|
sdkCliCommand();
|
285673
285674
|
|
285674
|
-
//# debugId=
|
285675
|
+
//# debugId=F73B910DF0EFBA6264756E2164756E21
|