@opentabs-dev/opentabs-plugin-github 0.0.82 → 0.0.83

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.
@@ -14781,7 +14781,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
14781
14781
  { q: "is:issue is:open" }
14782
14782
  );
14783
14783
  const repoId = repoData?.repository?.id;
14784
- if (!repoId) throw new Error("Could not determine repository ID");
14784
+ if (!repoId) throw ToolError.internal("Could not determine repository ID");
14785
14785
  const mutationId = await getMutationId("createIssueMutation");
14786
14786
  const result = await graphql(mutationId, {
14787
14787
  input: {
@@ -16136,7 +16136,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
16136
16136
  };
16137
16137
  var src_default = new GitHubPlugin();
16138
16138
 
16139
- // dist/_adapter_entry_9d58a082-ae2e-4057-8aa2-9eec811e2606.ts
16139
+ // dist/_adapter_entry_4142b93d-5080-41fe-aa06-02a129fa08f6.ts
16140
16140
  if (!globalThis.__openTabs) {
16141
16141
  globalThis.__openTabs = {};
16142
16142
  } else {
@@ -16352,5 +16352,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
16352
16352
  };
16353
16353
  delete src_default.onDeactivate;
16354
16354
  }
16355
- })();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["github"]){var a=o.adapters["github"];a.__adapterHash="0819ae196eca13d2d3a46b11c7aeab32d28a3e4f06b3ea4f6e1b8ee9ebd0b503";if(a.tools&&Array.isArray(a.tools)){for(var i=0;i<a.tools.length;i++){Object.freeze(a.tools[i]);}Object.freeze(a.tools);}Object.freeze(a);Object.defineProperty(o.adapters,"github",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
16355
+ })();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["github"]){var a=o.adapters["github"];a.__adapterHash="0e4f3f9bdc73c2e1a7e8a9ebf4334669bcbd342ed5409beb536e636d5adf444a";if(a.tools&&Array.isArray(a.tools)){for(var i=0;i<a.tools.length;i++){Object.freeze(a.tools[i]);}Object.freeze(a.tools);}Object.freeze(a);Object.defineProperty(o.adapters,"github",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
16356
16356
  //# sourceMappingURL=adapter.iife.js.map