@things-factory/operato-board 6.1.126 → 6.1.128

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.
Files changed (1) hide show
  1. package/package.json +35 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.1.126",
3
+ "version": "6.1.128",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -52,6 +52,7 @@
52
52
  "@operato/i18n": "^1.0.0",
53
53
  "@operato/layout": "^1.0.1",
54
54
  "@operato/pull-to-refresh": "^1.0.0",
55
+ "@operato/scene-auth": "^1.0.0",
55
56
  "@operato/scene-chartjs": "^1.0.0",
56
57
  "@operato/scene-clock": "^1.0.0",
57
58
  "@operato/scene-clone": "^1.0.0",
@@ -83,41 +84,41 @@
83
84
  "@operato/shell": "^1.0.1",
84
85
  "@operato/styles": "^1.0.0",
85
86
  "@operato/utils": "^1.0.1",
86
- "@things-factory/apptool-ui": "^6.1.123",
87
- "@things-factory/auth-ui": "^6.1.123",
88
- "@things-factory/board-service": "^6.1.123",
89
- "@things-factory/board-ui": "^6.1.126",
90
- "@things-factory/context-ui": "^6.1.118",
91
- "@things-factory/export-ui": "^6.1.118",
92
- "@things-factory/fav-base": "^6.1.123",
93
- "@things-factory/font-base": "^6.1.123",
94
- "@things-factory/form-ui": "^6.1.116",
95
- "@things-factory/help": "^6.1.118",
96
- "@things-factory/i18n-base": "^6.1.118",
97
- "@things-factory/import-ui": "^6.1.118",
98
- "@things-factory/integration-base": "^6.1.123",
99
- "@things-factory/integration-msgraph": "^6.1.123",
100
- "@things-factory/integration-notification": "^6.1.123",
101
- "@things-factory/integration-openai": "^6.1.123",
102
- "@things-factory/integration-ui": "^6.1.124",
103
- "@things-factory/layout-ui": "^6.1.116",
104
- "@things-factory/more-ui": "^6.1.118",
105
- "@things-factory/notification": "^6.1.123",
106
- "@things-factory/oauth2-client": "^6.1.123",
107
- "@things-factory/offline-ui": "^6.1.118",
87
+ "@things-factory/apptool-ui": "^6.1.127",
88
+ "@things-factory/auth-ui": "^6.1.127",
89
+ "@things-factory/board-service": "^6.1.127",
90
+ "@things-factory/board-ui": "^6.1.127",
91
+ "@things-factory/context-ui": "^6.1.127",
92
+ "@things-factory/export-ui": "^6.1.127",
93
+ "@things-factory/fav-base": "^6.1.127",
94
+ "@things-factory/font-base": "^6.1.127",
95
+ "@things-factory/form-ui": "^6.1.127",
96
+ "@things-factory/help": "^6.1.127",
97
+ "@things-factory/i18n-base": "^6.1.127",
98
+ "@things-factory/import-ui": "^6.1.127",
99
+ "@things-factory/integration-base": "^6.1.127",
100
+ "@things-factory/integration-msgraph": "^6.1.127",
101
+ "@things-factory/integration-notification": "^6.1.127",
102
+ "@things-factory/integration-openai": "^6.1.127",
103
+ "@things-factory/integration-ui": "^6.1.127",
104
+ "@things-factory/layout-ui": "^6.1.127",
105
+ "@things-factory/more-ui": "^6.1.127",
106
+ "@things-factory/notification": "^6.1.127",
107
+ "@things-factory/oauth2-client": "^6.1.127",
108
+ "@things-factory/offline-ui": "^6.1.127",
108
109
  "@things-factory/operato-license-checker": "^3.1.0",
109
- "@things-factory/pdf": "^6.1.116",
110
- "@things-factory/print-service": "^6.1.118",
111
- "@things-factory/print-ui": "^6.1.123",
112
- "@things-factory/resource-ui": "^6.1.123",
113
- "@things-factory/scene-google-map": "^6.1.120",
114
- "@things-factory/setting-ui": "^6.1.123",
115
- "@things-factory/shell": "^6.1.118",
116
- "@things-factory/system-ui": "^6.1.118"
110
+ "@things-factory/pdf": "^6.1.127",
111
+ "@things-factory/print-service": "^6.1.127",
112
+ "@things-factory/print-ui": "^6.1.127",
113
+ "@things-factory/resource-ui": "^6.1.127",
114
+ "@things-factory/scene-google-map": "^6.1.127",
115
+ "@things-factory/setting-ui": "^6.1.127",
116
+ "@things-factory/shell": "^6.1.127",
117
+ "@things-factory/system-ui": "^6.1.127"
117
118
  },
118
119
  "devDependencies": {
119
- "@things-factory/board-test": "^6.1.123",
120
- "@things-factory/builder": "^6.1.116"
120
+ "@things-factory/board-test": "^6.1.127",
121
+ "@things-factory/builder": "^6.1.127"
121
122
  },
122
- "gitHead": "9ea3842379e79c66f7e52f8954d2f21aba8c6012"
123
+ "gitHead": "6cd167b15813dda25f57974e989ce914b846c1fc"
123
124
  }