@forge/cli-shared

8.24.08.24.0-experimental-04cc2b9
out/graphql/debugging-graphql-runner.js
~out/graphql/debugging-graphql-runner.jsModified
+2−2
Index: package/out/graphql/debugging-graphql-runner.js
===================================================================
--- package/out/graphql/debugging-graphql-runner.js
+++ package/out/graphql/debugging-graphql-runner.js
@@ -1,12 +1,12 @@
 "use strict";
 Object.defineProperty(exports, "__esModule", { value: true });
-exports.DebuggingGraphqlRunner = exports.stringify = void 0;
+exports.DebuggingGraphqlRunner = void 0;
+exports.stringify = stringify;
 const ui_1 = require("../ui");
 function stringify(variables) {
     return JSON.stringify(variables, null, 2);
 }
-exports.stringify = stringify;
 class DebuggingGraphqlRunner {
     innerClient;
     endpoint;
     logger;