@things-factory/operato-board 7.1.14 → 7.1.16

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 +37 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "7.1.14",
3
+ "version": "7.1.16",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -89,46 +89,46 @@
89
89
  "@operato/shell": "^7.0.0",
90
90
  "@operato/styles": "^7.0.0",
91
91
  "@operato/utils": "^7.0.0",
92
- "@things-factory/apptool-ui": "^7.1.13",
93
- "@things-factory/auth-azure-ad": "^7.1.13",
94
- "@things-factory/auth-google": "^7.1.13",
95
- "@things-factory/auth-ui": "^7.1.13",
96
- "@things-factory/board-service": "^7.1.14",
97
- "@things-factory/board-ui": "^7.1.13",
98
- "@things-factory/context-ui": "^7.1.13",
99
- "@things-factory/evaluation": "^7.1.13",
100
- "@things-factory/export-ui": "^7.1.13",
101
- "@things-factory/fav-base": "^7.1.13",
102
- "@things-factory/font-base": "^7.1.13",
103
- "@things-factory/form-ui": "^7.1.13",
104
- "@things-factory/help": "^7.1.13",
105
- "@things-factory/i18n-base": "^7.1.13",
106
- "@things-factory/import-ui": "^7.1.13",
107
- "@things-factory/integration-base": "^7.1.13",
108
- "@things-factory/integration-email": "^7.1.13",
109
- "@things-factory/integration-influxdb": "^7.1.13",
110
- "@things-factory/integration-msgraph": "^7.1.13",
111
- "@things-factory/integration-notification": "^7.1.13",
112
- "@things-factory/integration-openai": "^7.1.13",
113
- "@things-factory/integration-ui": "^7.1.13",
114
- "@things-factory/more-ui": "^7.1.13",
115
- "@things-factory/notification": "^7.1.13",
116
- "@things-factory/oauth2-client": "^7.1.13",
117
- "@things-factory/offline-ui": "^7.1.13",
118
- "@things-factory/pdf": "^7.1.13",
119
- "@things-factory/print-service": "^7.1.13",
120
- "@things-factory/print-ui": "^7.1.13",
121
- "@things-factory/resource-ui": "^7.1.13",
122
- "@things-factory/setting-ui": "^7.1.13",
123
- "@things-factory/shell": "^7.1.13",
124
- "@things-factory/system": "^7.1.13"
92
+ "@things-factory/apptool-ui": "^7.1.16",
93
+ "@things-factory/auth-azure-ad": "^7.1.16",
94
+ "@things-factory/auth-google": "^7.1.16",
95
+ "@things-factory/auth-ui": "^7.1.16",
96
+ "@things-factory/board-service": "^7.1.16",
97
+ "@things-factory/board-ui": "^7.1.16",
98
+ "@things-factory/context-ui": "^7.1.16",
99
+ "@things-factory/evaluation": "^7.1.16",
100
+ "@things-factory/export-ui": "^7.1.16",
101
+ "@things-factory/fav-base": "^7.1.16",
102
+ "@things-factory/font-base": "^7.1.16",
103
+ "@things-factory/form-ui": "^7.1.16",
104
+ "@things-factory/help": "^7.1.16",
105
+ "@things-factory/i18n-base": "^7.1.16",
106
+ "@things-factory/import-ui": "^7.1.16",
107
+ "@things-factory/integration-base": "^7.1.16",
108
+ "@things-factory/integration-email": "^7.1.16",
109
+ "@things-factory/integration-influxdb": "^7.1.16",
110
+ "@things-factory/integration-msgraph": "^7.1.16",
111
+ "@things-factory/integration-notification": "^7.1.16",
112
+ "@things-factory/integration-openai": "^7.1.16",
113
+ "@things-factory/integration-ui": "^7.1.16",
114
+ "@things-factory/more-ui": "^7.1.16",
115
+ "@things-factory/notification": "^7.1.16",
116
+ "@things-factory/oauth2-client": "^7.1.16",
117
+ "@things-factory/offline-ui": "^7.1.16",
118
+ "@things-factory/pdf": "^7.1.16",
119
+ "@things-factory/print-service": "^7.1.16",
120
+ "@things-factory/print-ui": "^7.1.16",
121
+ "@things-factory/resource-ui": "^7.1.16",
122
+ "@things-factory/setting-ui": "^7.1.16",
123
+ "@things-factory/shell": "^7.1.16",
124
+ "@things-factory/system": "^7.1.16"
125
125
  },
126
126
  "devDependencies": {
127
- "@things-factory/board-test": "^7.1.14",
128
- "@things-factory/builder": "^7.1.13"
127
+ "@things-factory/board-test": "^7.1.16",
128
+ "@things-factory/builder": "^7.1.16"
129
129
  },
130
130
  "resolutions": {
131
131
  "passport": "^0.7.0"
132
132
  },
133
- "gitHead": "7aff689181f05ffd36d901b5f8a22a5485bdc33b"
133
+ "gitHead": "8f5a18bc2b3163170eeec1b495fa070158b5ee0a"
134
134
  }