@things-factory/shell 7.0.6 → 7.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/shell",
3
- "version": "7.0.6",
3
+ "version": "7.0.10",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -134,5 +134,5 @@
134
134
  "pg": "^8.7.3",
135
135
  "sqlite3": "^5.0.8"
136
136
  },
137
- "gitHead": "9fbd670e3b446fe51c264d7f43c61daf3b75d5cc"
137
+ "gitHead": "9da4e145880a6d637db60f03116d5bbfdb6f4cfc"
138
138
  }
@@ -4,6 +4,7 @@ import { Arg, Resolver, Root, Subscription } from 'type-graphql'
4
4
  import { pubsub } from '../../pubsub'
5
5
  import { Data } from './data-types'
6
6
 
7
+ /* 이 Resolver는 @things-factory/integration-base 에서 Overide 된다. (state-register를 사용하기 위해서) */
7
8
  @Resolver()
8
9
  export class DataResolver {
9
10
  @Subscription({