@fluojs/graphql 1.0.1 → 1.0.2

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/README.ko.md CHANGED
@@ -199,7 +199,7 @@ GraphqlModule.forRoot({
199
199
  - `listOf`, `isGraphqlListTypeRef`: list output type reference helper.
200
200
  - `GraphQLContext` 및 export되는 option/metadata type: GraphQL 실행과 module 설정을 위한 타입 정의.
201
201
 
202
- 지원되는 module option에는 `schema`, `context`, `plugins`, `graphiql`, `introspection`, `limits`, `subscriptions.websocket.enabled`, `subscriptions.websocket.limits`, `connectionInitWaitTimeoutMs`, `keepAliveMs`가 포함됩니다.
202
+ 지원되는 module option에는 `schema`, `context`, `plugins`, `graphiql`, `introspection`, `limits`, `subscriptions.websocket.enabled`, `subscriptions.websocket.limits`, `subscriptions.websocket.connectionInitWaitTimeoutMs`, `subscriptions.websocket.keepAliveMs`가 포함됩니다.
203
203
 
204
204
  ## 관련 패키지
205
205
 
package/README.md CHANGED
@@ -199,7 +199,7 @@ GraphqlModule.forRoot({
199
199
  - `listOf`, `isGraphqlListTypeRef`: Helpers for list output type references.
200
200
  - `GraphQLContext` and exported option/metadata types: Type definitions for GraphQL execution and module configuration.
201
201
 
202
- Supported module options include `schema`, `context`, `plugins`, `graphiql`, `introspection`, `limits`, `subscriptions.websocket.enabled`, `subscriptions.websocket.limits`, `connectionInitWaitTimeoutMs`, and `keepAliveMs`.
202
+ Supported module options include `schema`, `context`, `plugins`, `graphiql`, `introspection`, `limits`, `subscriptions.websocket.enabled`, `subscriptions.websocket.limits`, `subscriptions.websocket.connectionInitWaitTimeoutMs`, and `subscriptions.websocket.keepAliveMs`.
203
203
 
204
204
  ## Related Packages
205
205
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "yoga",
10
10
  "api"
11
11
  ],
12
- "version": "1.0.1",
12
+ "version": "1.0.2",
13
13
  "private": false,
14
14
  "license": "MIT",
15
15
  "repository": {
@@ -41,11 +41,11 @@
41
41
  "graphql-ws": "^5.16.2",
42
42
  "graphql-yoga": "^5.18.1",
43
43
  "ws": "^8.18.3",
44
- "@fluojs/core": "^1.0.1",
45
- "@fluojs/di": "^1.0.1",
44
+ "@fluojs/core": "^1.0.2",
45
+ "@fluojs/di": "^1.0.2",
46
46
  "@fluojs/http": "^1.0.0",
47
- "@fluojs/runtime": "^1.0.1",
48
- "@fluojs/validation": "^1.0.1"
47
+ "@fluojs/runtime": "^1.1.0",
48
+ "@fluojs/validation": "^1.0.3"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/ws": "^8.18.1",