@things-factory/operato-board 6.1.197 → 6.2.1

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/operato-board",
3
- "version": "6.1.197",
3
+ "version": "6.2.1",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -67,6 +67,7 @@
67
67
  "@operato/scene-grist": "^1.0.0",
68
68
  "@operato/scene-half-roundrect": "^1.0.0",
69
69
  "@operato/scene-i18n": "^1.0.0",
70
+ "@operato/scene-image-slider": "^1.0.0",
70
71
  "@operato/scene-indoor-map": "^1.0.0",
71
72
  "@operato/scene-integration": "^1.0.0",
72
73
  "@operato/scene-label": "^1.0.0",
@@ -86,43 +87,43 @@
86
87
  "@operato/shell": "^1.0.1",
87
88
  "@operato/styles": "^1.0.0",
88
89
  "@operato/utils": "^1.0.1",
89
- "@things-factory/apptool-ui": "^6.1.195",
90
- "@things-factory/auth-azure-ad": "^6.1.195",
91
- "@things-factory/auth-google": "^6.1.195",
92
- "@things-factory/auth-ui": "^6.1.195",
93
- "@things-factory/board-service": "^6.1.196",
94
- "@things-factory/board-ui": "^6.1.197",
95
- "@things-factory/context-ui": "^6.1.195",
96
- "@things-factory/export-ui": "^6.1.195",
97
- "@things-factory/fav-base": "^6.1.195",
98
- "@things-factory/font-base": "^6.1.195",
99
- "@things-factory/form-ui": "^6.1.194",
100
- "@things-factory/help": "^6.1.195",
101
- "@things-factory/i18n-base": "^6.1.195",
102
- "@things-factory/import-ui": "^6.1.195",
103
- "@things-factory/integration-base": "^6.1.195",
104
- "@things-factory/integration-msgraph": "^6.1.195",
105
- "@things-factory/integration-notification": "^6.1.195",
106
- "@things-factory/integration-openai": "^6.1.195",
107
- "@things-factory/integration-ui": "^6.1.195",
108
- "@things-factory/layout-ui": "^6.1.194",
109
- "@things-factory/more-ui": "^6.1.195",
110
- "@things-factory/notification": "^6.1.195",
111
- "@things-factory/oauth2-client": "^6.1.195",
112
- "@things-factory/offline-ui": "^6.1.195",
90
+ "@things-factory/apptool-ui": "^6.2.0",
91
+ "@things-factory/auth-azure-ad": "^6.2.0",
92
+ "@things-factory/auth-google": "^6.2.0",
93
+ "@things-factory/auth-ui": "^6.2.1",
94
+ "@things-factory/board-service": "^6.2.0",
95
+ "@things-factory/board-ui": "^6.2.0",
96
+ "@things-factory/context-ui": "^6.2.0",
97
+ "@things-factory/export-ui": "^6.2.0",
98
+ "@things-factory/fav-base": "^6.2.0",
99
+ "@things-factory/font-base": "^6.2.0",
100
+ "@things-factory/form-ui": "^6.2.0",
101
+ "@things-factory/help": "^6.2.0",
102
+ "@things-factory/i18n-base": "^6.2.0",
103
+ "@things-factory/import-ui": "^6.2.0",
104
+ "@things-factory/integration-base": "^6.2.0",
105
+ "@things-factory/integration-msgraph": "^6.2.0",
106
+ "@things-factory/integration-notification": "^6.2.1",
107
+ "@things-factory/integration-openai": "^6.2.0",
108
+ "@things-factory/integration-ui": "^6.2.0",
109
+ "@things-factory/layout-ui": "^6.2.0",
110
+ "@things-factory/more-ui": "^6.2.0",
111
+ "@things-factory/notification": "^6.2.1",
112
+ "@things-factory/oauth2-client": "^6.2.0",
113
+ "@things-factory/offline-ui": "^6.2.0",
113
114
  "@things-factory/operato-license-checker": "^3.1.0",
114
- "@things-factory/pdf": "^6.1.194",
115
- "@things-factory/print-service": "^6.1.195",
116
- "@things-factory/print-ui": "^6.1.195",
117
- "@things-factory/resource-ui": "^6.1.196",
118
- "@things-factory/scene-google-map": "^6.1.194",
119
- "@things-factory/setting-ui": "^6.1.195",
120
- "@things-factory/shell": "^6.1.195",
121
- "@things-factory/system-ui": "^6.1.195"
115
+ "@things-factory/pdf": "^6.2.0",
116
+ "@things-factory/print-service": "^6.2.0",
117
+ "@things-factory/print-ui": "^6.2.0",
118
+ "@things-factory/resource-ui": "^6.2.1",
119
+ "@things-factory/scene-google-map": "^6.2.0",
120
+ "@things-factory/setting-ui": "^6.2.0",
121
+ "@things-factory/shell": "^6.2.0",
122
+ "@things-factory/system-ui": "^6.2.0"
122
123
  },
123
124
  "devDependencies": {
124
- "@things-factory/board-test": "^6.1.196",
125
- "@things-factory/builder": "^6.1.194"
125
+ "@things-factory/board-test": "^6.2.0",
126
+ "@things-factory/builder": "^6.2.0"
126
127
  },
127
- "gitHead": "dd0156cba81b329920a89eadbca9b9a43abd6a69"
128
+ "gitHead": "9f31c9e1266a516f3fd0968fd7c79645c943262b"
128
129
  }