@smartive/graphql-magic 16.2.5 → 16.2.6

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [16.2.5](https://github.com/smartive/graphql-magic/compare/v16.2.4...v16.2.5) (2024-11-22)
1
+ ## [16.2.6](https://github.com/smartive/graphql-magic/compare/v16.2.5...v16.2.6) (2025-01-04)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **deps:** update docusaurus monorepo to v3.6.3 ([#227](https://github.com/smartive/graphql-magic/issues/227)) ([1d18b15](https://github.com/smartive/graphql-magic/commit/1d18b151d9de16eafea537eb46bc8116d854be1f))
6
+ * **deps:** update docusaurus monorepo to v3.7.0 ([#234](https://github.com/smartive/graphql-magic/issues/234)) ([f037ed1](https://github.com/smartive/graphql-magic/commit/f037ed150ac4b18a739ce7cbe689f391f43fbc2e))
@@ -27,8 +27,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
28
 
29
29
  // src/index.ts
30
- var src_exports = {};
31
- __export(src_exports, {
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
32
  AliasGenerator: () => AliasGenerator,
33
33
  DATE_CLASS: () => DATE_CLASS,
34
34
  DATE_CLASS_IMPORT: () => DATE_CLASS_IMPORT,
@@ -177,7 +177,7 @@ __export(src_exports, {
177
177
  typeToField: () => typeToField,
178
178
  value: () => value
179
179
  });
180
- module.exports = __toCommonJS(src_exports);
180
+ module.exports = __toCommonJS(index_exports);
181
181
 
182
182
  // src/api/execute.ts
183
183
  var import_schema = require("@graphql-tools/schema");