github-schema 1.22.14 → 1.22.15

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/index.mjs CHANGED
@@ -1,4 +1,3 @@
1
1
  import { gql } from "./raw.mjs";
2
2
  import gqlTyped from "graphql-tag";
3
-
4
- export { gql, gqlTyped };
3
+ export { gql, gqlTyped };
package/dist/raw.cjs CHANGED
@@ -1,4 +1,4 @@
1
-
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  //#region src/raw.ts
3
3
  /**
4
4
  * Returns a GraphQL query string by interpolating variables into a template string.
@@ -9,6 +9,5 @@
9
9
  function gql(raw, ...keys) {
10
10
  return keys.length === 0 ? raw[0] : String.raw({ raw }, ...keys);
11
11
  }
12
-
13
12
  //#endregion
14
- exports.gql = gql;
13
+ exports.gql = gql;
package/dist/raw.mjs CHANGED
@@ -8,6 +8,5 @@
8
8
  function gql(raw, ...keys) {
9
9
  return keys.length === 0 ? raw[0] : String.raw({ raw }, ...keys);
10
10
  }
11
-
12
11
  //#endregion
13
- export { gql };
12
+ export { gql };