@things-factory/operato-board 8.0.37 → 8.0.39

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