mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 01:28:32 +00:00
1.6 KiB
1.6 KiB
@graphql-hive/envelop
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';