We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5397a commit 9ac746dCopy full SHA for 9ac746d
2 files changed
.changeset/afraid-forks-develop.md
@@ -0,0 +1,5 @@
1
+---
2
+"@changesets/ghcommit": major
3
4
+
5
+Remove `queries` export from index. You should not rely on these queries as stable APIs.
src/index.ts
@@ -1,4 +1,3 @@
-export * as queries from "./github/graphql/queries.ts";
export { commitFilesFromBase64 } from "./core.ts";
export { commitChangesFromRepo } from "./git.ts";
export { commitFilesFromDirectory } from "./fs.ts";
0 commit comments