@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 +2 -2
- package/dist/cjs/index.cjs +3 -3
- package/docs/package-lock.json +450 -356
- package/docs/package.json +5 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.2.
|
|
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
|
+
* **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))
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -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
|
|
31
|
-
__export(
|
|
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(
|
|
180
|
+
module.exports = __toCommonJS(index_exports);
|
|
181
181
|
|
|
182
182
|
// src/api/execute.ts
|
|
183
183
|
var import_schema = require("@graphql-tools/schema");
|