@graphql-hive/yoga 0.44.0-alpha-20251125154232-c148d50d18ab71200e91e45b4b58169fd219b272 → 0.44.0-alpha-20251125165508-4c1cc849694155cc19f1459dac15c6acad9457a8

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/cjs/index.js CHANGED
@@ -142,7 +142,7 @@ function useHive(clientOrOptions) {
142
142
  // Defer logs until yoga instance is initialized
143
143
  // Ideally, onPluginInit would provide us access to the logger instance
144
144
  // See https://github.com/graphql-hive/graphql-yoga/issues/4048#issuecomment-3576258603
145
- onYogaInitDefered.then(() => {
145
+ void onYogaInitDefered.then(() => {
146
146
  yoga === null || yoga === void 0 ? void 0 : yoga.logger[level](msg, attrs);
147
147
  });
148
148
  },
package/cjs/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.44.0-alpha-20251125154232-c148d50d18ab71200e91e45b4b58169fd219b272';
4
+ exports.version = '0.44.0-alpha-20251125165508-4c1cc849694155cc19f1459dac15c6acad9457a8';
package/esm/index.js CHANGED
@@ -133,7 +133,7 @@ export function useHive(clientOrOptions) {
133
133
  // Defer logs until yoga instance is initialized
134
134
  // Ideally, onPluginInit would provide us access to the logger instance
135
135
  // See https://github.com/graphql-hive/graphql-yoga/issues/4048#issuecomment-3576258603
136
- onYogaInitDefered.then(() => {
136
+ void onYogaInitDefered.then(() => {
137
137
  yoga === null || yoga === void 0 ? void 0 : yoga.logger[level](msg, attrs);
138
138
  });
139
139
  },
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export const version = '0.44.0-alpha-20251125154232-c148d50d18ab71200e91e45b4b58169fd219b272';
1
+ export const version = '0.44.0-alpha-20251125165508-4c1cc849694155cc19f1459dac15c6acad9457a8';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/yoga",
3
- "version": "0.44.0-alpha-20251125154232-c148d50d18ab71200e91e45b4b58169fd219b272",
3
+ "version": "0.44.0-alpha-20251125165508-4c1cc849694155cc19f1459dac15c6acad9457a8",
4
4
  "description": "GraphQL Hive + GraphQL Yoga",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -10,7 +10,7 @@
10
10
  "dependencies": {
11
11
  "@graphql-hive/logger": "^1.0.9",
12
12
  "@graphql-yoga/plugin-persisted-operations": "^3.9.0",
13
- "@graphql-hive/core": "0.16.0-alpha-20251125154232-c148d50d18ab71200e91e45b4b58169fd219b272"
13
+ "@graphql-hive/core": "0.16.0-alpha-20251125165508-4c1cc849694155cc19f1459dac15c6acad9457a8"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -1,2 +1,2 @@
1
- export declare const version = "0.44.0-alpha-20251125154232-c148d50d18ab71200e91e45b4b58169fd219b272";
1
+ export declare const version = "0.44.0-alpha-20251125165508-4c1cc849694155cc19f1459dac15c6acad9457a8";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.44.0-alpha-20251125154232-c148d50d18ab71200e91e45b4b58169fd219b272";
1
+ export declare const version = "0.44.0-alpha-20251125165508-4c1cc849694155cc19f1459dac15c6acad9457a8";
2
2
  //# sourceMappingURL=version.d.ts.map