@things-factory/operato-board 6.2.85 → 6.2.86

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/helps/index.md CHANGED
@@ -142,6 +142,10 @@ curl -fsSL curl -O https://raw.githubusercontent.com/things-factory/things-facto
142
142
  | <figure> ![][31] <figcaption>**Visualizer**</figcaption> </figure> | <figure> ![][14] <figcaption>**Indoor Vilsualizer**</figcaption> </figure> |
143
143
  | <figure> ![][09] <figcaption>**3D warehouse view**</figcaption> </figure> | <figure> ![][13] <figcaption>**Warehouse Visualizer**</figcaption> </figure> |
144
144
 
145
+ ## [**Configuration**](./config/index.md)
146
+
147
+ [Configration 설정방법을 참고하시려면 이 링크를 클릭하세요](./config/index.md)
148
+
145
149
  ## [**FAQ**](./faq.md)
146
150
 
147
151
  [FAQ를 참고하시려면 이 링크를 클릭하세요](./faq.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.2.85",
3
+ "version": "6.2.86",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -93,24 +93,24 @@
93
93
  "@things-factory/auth-azure-ad": "^6.2.84",
94
94
  "@things-factory/auth-google": "^6.2.84",
95
95
  "@things-factory/auth-ui": "^6.2.84",
96
- "@things-factory/board-service": "^6.2.85",
96
+ "@things-factory/board-service": "^6.2.86",
97
97
  "@things-factory/board-ui": "^6.2.84",
98
98
  "@things-factory/context-ui": "^6.2.84",
99
99
  "@things-factory/export-ui": "^6.2.84",
100
100
  "@things-factory/fav-base": "^6.2.84",
101
101
  "@things-factory/font-base": "^6.2.84",
102
102
  "@things-factory/form-ui": "^6.2.33",
103
- "@things-factory/help": "^6.2.84",
103
+ "@things-factory/help": "^6.2.86",
104
104
  "@things-factory/i18n-base": "^6.2.84",
105
105
  "@things-factory/import-ui": "^6.2.84",
106
- "@things-factory/integration-base": "^6.2.84",
107
- "@things-factory/integration-msgraph": "^6.2.84",
108
- "@things-factory/integration-notification": "^6.2.84",
109
- "@things-factory/integration-openai": "^6.2.84",
110
- "@things-factory/integration-ui": "^6.2.84",
106
+ "@things-factory/integration-base": "^6.2.86",
107
+ "@things-factory/integration-msgraph": "^6.2.86",
108
+ "@things-factory/integration-notification": "^6.2.86",
109
+ "@things-factory/integration-openai": "^6.2.86",
110
+ "@things-factory/integration-ui": "^6.2.86",
111
111
  "@things-factory/more-ui": "^6.2.84",
112
- "@things-factory/notification": "^6.2.84",
113
- "@things-factory/oauth2-client": "^6.2.84",
112
+ "@things-factory/notification": "^6.2.86",
113
+ "@things-factory/oauth2-client": "^6.2.86",
114
114
  "@things-factory/offline-ui": "^6.2.84",
115
115
  "@things-factory/pdf": "^6.2.48",
116
116
  "@things-factory/print-service": "^6.2.84",
@@ -121,8 +121,8 @@
121
121
  "@things-factory/system": "^6.2.84"
122
122
  },
123
123
  "devDependencies": {
124
- "@things-factory/board-test": "^6.2.85",
124
+ "@things-factory/board-test": "^6.2.86",
125
125
  "@things-factory/builder": "^6.2.84"
126
126
  },
127
- "gitHead": "fa45f9f390455d71789ecd00838e020d65e00871"
127
+ "gitHead": "f90a5c1ff2a93331bb6e375944972dc68dde8a1f"
128
128
  }