@openfin/fdc3-api 39.81.15 → 39.81.17

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.
@@ -1164,9 +1164,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1164
1164
  * The name of the application.
1165
1165
  *
1166
1166
  * @remarks
1167
- * This property is only used for naming the application logging folder, which will be sanitized to remove
1168
- * any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
1169
- * during startup with the UUID of the application.
1167
+ * This property is used for naming the application logging folder, which will be sanitized to remove
1168
+ * any special characters, spaces or international characters. It's also used in error messages, API
1169
+ * security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
1170
1170
  *
1171
1171
  * This property will be deprecated in the future.
1172
1172
  */
@@ -1164,9 +1164,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1164
1164
  * The name of the application.
1165
1165
  *
1166
1166
  * @remarks
1167
- * This property is only used for naming the application logging folder, which will be sanitized to remove
1168
- * any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
1169
- * during startup with the UUID of the application.
1167
+ * This property is used for naming the application logging folder, which will be sanitized to remove
1168
+ * any special characters, spaces or international characters. It's also used in error messages, API
1169
+ * security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
1170
1170
  *
1171
1171
  * This property will be deprecated in the future.
1172
1172
  */
@@ -1164,9 +1164,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1164
1164
  * The name of the application.
1165
1165
  *
1166
1166
  * @remarks
1167
- * This property is only used for naming the application logging folder, which will be sanitized to remove
1168
- * any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
1169
- * during startup with the UUID of the application.
1167
+ * This property is used for naming the application logging folder, which will be sanitized to remove
1168
+ * any special characters, spaces or international characters. It's also used in error messages, API
1169
+ * security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
1170
1170
  *
1171
1171
  * This property will be deprecated in the future.
1172
1172
  */
package/out/fdc3-api.d.ts CHANGED
@@ -1170,9 +1170,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1170
1170
  * The name of the application.
1171
1171
  *
1172
1172
  * @remarks
1173
- * This property is only used for naming the application logging folder, which will be sanitized to remove
1174
- * any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
1175
- * during startup with the UUID of the application.
1173
+ * This property is used for naming the application logging folder, which will be sanitized to remove
1174
+ * any special characters, spaces or international characters. It's also used in error messages, API
1175
+ * security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
1176
1176
  *
1177
1177
  * This property will be deprecated in the future.
1178
1178
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "39.81.15",
3
+ "version": "39.81.17",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,