@things-factory/operato-board 7.1.13 → 7.1.15

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