mirror of
https://github.com/graphql-hive/console
synced 2026-05-05 14:38:32 +00:00
2.2 KiB
2.2 KiB
@graphql-hive/envelop
0.33.1
Patch Changes
- #4932
cbc8364Thanks @n1ru4l! - Prevent failing usage reporting when returning an object with additional properties aside fromnameandversionfrom the client info object/factory function. - Updated dependencies
[
cbc8364]:- @graphql-hive/core@0.3.1
0.33.0
Minor Changes
-
#4573
06d465eThanks @kamilkisiela! - Break@graphql-hive/clientinto library-specific packages:@graphql-hive/core- Core functionality@graphql-hive/apollo- Apollo Client integration@graphql-hive/yoga- Yoga Server integration@graphql-hive/envelop- Envelop integration
Migration steps are available in the README of each package.
-
#4494
c5eeac5Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+ -
#4573
06d465eThanks @kamilkisiela! - MigrationMigration steps are available in the README.
- import { useHive } from '@graphql-hive/client'; + import { useHive } from '@graphql-hive/envelop';