Skip to content

Commit

Permalink
release types package
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Oct 13, 2022
1 parent 1da52ee commit a6da98c
Show file tree
Hide file tree
Showing 39 changed files with 74 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-waves-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-lobsters-fetch.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/graphql-helix-defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"fastify": "3.29.0",
"@envelop/core": "2.3.3",
"@envelop/core": "*",
"graphql-helix": "1.12.0",
"@graphql-tools/schema": "8.5.0",
"graphql": "experimental-stream-defer"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/core",
"version": "3.0.0",
"version": "3.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -56,7 +56,7 @@
"definition": "dist/typings/index.d.ts"
},
"dependencies": {
"@envelop/types": "2.4.0",
"@envelop/types": "3.0.0",
"tslib": "2.4.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/apollo-datasources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-datasources",
"version": "2.0.0",
"version": "2.0.1",
"author": "Kamil Kisiela <kamil.kisiela@gmail.com>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"tslib": "^2.4.0"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"apollo-datasource": "^3",
"apollo-server-caching": "^3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/apollo-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-federation",
"version": "3.0.0",
"version": "3.0.1",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -59,7 +59,7 @@
"graphql-tag": "2.12.6"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"@apollo/gateway": "^0.41.0 || ^0.42.0 || ^0.43.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/apollo-server-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-server-errors",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/apollo-tracing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-tracing",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -57,8 +57,8 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/types": "^2.4.0",
"@envelop/core": "^3.0.0",
"@envelop/types": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/auth0",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0"
"@envelop/core": "^3.0.1"
},
"buildOptions": {
"input": "./src/index.ts"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/dataloader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/dataloader",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"peerDependencies": {
"dataloader": "^2.0.0",
"@envelop/core": "^3.0.0"
"@envelop/core": "^3.0.1"
},
"buildOptions": {
"input": "./src/index.ts"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/depth-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/depth-limit",
"version": "2.0.0",
"version": "2.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -51,13 +51,13 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"@types/graphql-depth-limit": "1.1.3",
"graphql": "16.3.0",
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/disable-introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/disable-introspection",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -54,7 +54,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/execute-subscription-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/execute-subscription-event",
"version": "3.0.0",
"version": "3.0.1",
"author": "Laurin Quast <laurinquast@googlemail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -55,7 +55,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/extended-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/extended-validation",
"version": "2.0.0",
"version": "2.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -55,7 +55,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/filter-operation-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/filter-operation-type",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -54,7 +54,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/fragment-arguments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/fragment-arguments",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"common-tags": "1.8.2"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/generic-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/generic-auth",
"version": "5.0.0",
"version": "5.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -55,7 +55,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/graphql-jit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/graphql-jit",
"version": "5.0.0",
"version": "5.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/graphql-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/graphql-middleware",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql-middleware": "^6.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/graphql-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/graphql-modules",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql-modules": "^1 || ^2.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/immediate-introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/immediate-introspection",
"version": "1.0.0",
"version": "1.0.1",
"author": "Saihajpreet Singh <saihajpreet.singh@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -52,7 +52,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"@sentry/node": "^6 || ^7",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/live-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/live-query",
"version": "5.0.0",
"version": "5.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -59,7 +59,7 @@
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/newrelic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/newrelic",
"version": "5.0.0",
"version": "5.0.1",
"author": "Santino Puleio <santinopuleio@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -57,7 +57,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"newrelic": "^7 || ^8.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/on-resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/on-resolve",
"version": "2.0.0",
"version": "2.0.1",
"author": "Denis Badurina <badurinadenis@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -52,7 +52,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^3.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
Loading

0 comments on commit a6da98c

Please sign in to comment.