@graphql-yoga/nestjs-federation 3.15.2 → 3.15.3-alpha-20250916114034-30580c9db91f1904101db304f7edc365e1290f80

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @graphql-yoga/nestjs-federation
2
2
 
3
+ ## 3.15.3-alpha-20250916114034-30580c9db91f1904101db304f7edc365e1290f80
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @graphql-yoga/nestjs@3.15.3-alpha-20250916114034-30580c9db91f1904101db304f7edc365e1290f80
9
+ - @graphql-yoga/plugin-apollo-inline-trace@3.15.3-alpha-20250916114034-30580c9db91f1904101db304f7edc365e1290f80
10
+
3
11
  ## 3.15.2
4
12
 
5
13
  ### Patch Changes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-yoga/nestjs-federation",
3
- "version": "3.15.2",
3
+ "version": "3.15.3-alpha-20250916114034-30580c9db91f1904101db304f7edc365e1290f80",
4
4
  "description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-yoga/nestjs-federation",
3
- "version": "3.15.2",
3
+ "version": "3.15.3-alpha-20250916114034-30580c9db91f1904101db304f7edc365e1290f80",
4
4
  "type": "module",
5
5
  "description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.",
6
6
  "repository": {
@@ -54,8 +54,8 @@
54
54
  "@apollo/subgraph": "^2.4.0",
55
55
  "@envelop/apollo-federation": "^7.0.0",
56
56
  "@envelop/core": "^5.3.0",
57
- "@graphql-yoga/nestjs": "3.15.2",
58
- "@graphql-yoga/plugin-apollo-inline-trace": "3.15.2"
57
+ "@graphql-yoga/nestjs": "3.15.3-alpha-20250916114034-30580c9db91f1904101db304f7edc365e1290f80",
58
+ "@graphql-yoga/plugin-apollo-inline-trace": "3.15.3-alpha-20250916114034-30580c9db91f1904101db304f7edc365e1290f80"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@nestjs/common": "^11.0.0",
@@ -72,6 +72,6 @@
72
72
  "definition": "dist/typings/index.d.ts"
73
73
  },
74
74
  "scripts": {
75
- "check": "tsc --pretty --noEmit"
75
+ "check": "echo \"No checks specified\"; exit 0"
76
76
  }
77
77
  }