@openfin/core 39.81.15 → 39.81.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -1167,9 +1167,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1167
1167
  * The name of the application.
1168
1168
  *
1169
1169
  * @remarks
1170
- * This property is only used for naming the application logging folder, which will be sanitized to remove
1171
- * any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
1172
- * during startup with the UUID of the application.
1170
+ * This property is used for naming the application logging folder, which will be sanitized to remove
1171
+ * any special characters, spaces or international characters. It's also used in error messages, API
1172
+ * security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
1173
1173
  *
1174
1174
  * This property will be deprecated in the future.
1175
1175
  */
@@ -1167,9 +1167,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1167
1167
  * The name of the application.
1168
1168
  *
1169
1169
  * @remarks
1170
- * This property is only used for naming the application logging folder, which will be sanitized to remove
1171
- * any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
1172
- * during startup with the UUID of the application.
1170
+ * This property is used for naming the application logging folder, which will be sanitized to remove
1171
+ * any special characters, spaces or international characters. It's also used in error messages, API
1172
+ * security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
1173
1173
  *
1174
1174
  * This property will be deprecated in the future.
1175
1175
  */
@@ -1167,9 +1167,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1167
1167
  * The name of the application.
1168
1168
  *
1169
1169
  * @remarks
1170
- * This property is only used for naming the application logging folder, which will be sanitized to remove
1171
- * any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
1172
- * during startup with the UUID of the application.
1170
+ * This property is used for naming the application logging folder, which will be sanitized to remove
1171
+ * any special characters, spaces or international characters. It's also used in error messages, API
1172
+ * security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
1173
1173
  *
1174
1174
  * This property will be deprecated in the future.
1175
1175
  */
package/out/mock.d.ts CHANGED
@@ -1173,9 +1173,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1173
1173
  * The name of the application.
1174
1174
  *
1175
1175
  * @remarks
1176
- * This property is only used for naming the application logging folder, which will be sanitized to remove
1177
- * any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
1178
- * during startup with the UUID of the application.
1176
+ * This property is used for naming the application logging folder, which will be sanitized to remove
1177
+ * any special characters, spaces or international characters. It's also used in error messages, API
1178
+ * security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
1179
1179
  *
1180
1180
  * This property will be deprecated in the future.
1181
1181
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "39.81.15",
3
+ "version": "39.81.17",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",