@things-factory/operato-board 7.0.13 → 7.0.14

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