@openfin/fdc3-api 45.100.76 → 45.100.78

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.
@@ -3212,9 +3212,8 @@ declare type ClearDataOptions = {
3212
3212
  * - `indexedDB` - IndexedDB
3213
3213
  * - `localStorage` - Local Storage
3214
3214
  * - `serviceWorkers` - Service Workers
3215
- * - `webSQL` - WebSQL
3216
3215
  */
3217
- dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers' | 'webSQL'>;
3216
+ dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'>;
3218
3217
  /**
3219
3218
  * Clear data for only these origins. Cannot be used with excludeOrigins.
3220
3219
  * Example: ['http://localhost:8081', 'https://example.com']
@@ -3212,9 +3212,8 @@ declare type ClearDataOptions = {
3212
3212
  * - `indexedDB` - IndexedDB
3213
3213
  * - `localStorage` - Local Storage
3214
3214
  * - `serviceWorkers` - Service Workers
3215
- * - `webSQL` - WebSQL
3216
3215
  */
3217
- dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers' | 'webSQL'>;
3216
+ dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'>;
3218
3217
  /**
3219
3218
  * Clear data for only these origins. Cannot be used with excludeOrigins.
3220
3219
  * Example: ['http://localhost:8081', 'https://example.com']
@@ -3212,9 +3212,8 @@ declare type ClearDataOptions = {
3212
3212
  * - `indexedDB` - IndexedDB
3213
3213
  * - `localStorage` - Local Storage
3214
3214
  * - `serviceWorkers` - Service Workers
3215
- * - `webSQL` - WebSQL
3216
3215
  */
3217
- dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers' | 'webSQL'>;
3216
+ dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'>;
3218
3217
  /**
3219
3218
  * Clear data for only these origins. Cannot be used with excludeOrigins.
3220
3219
  * Example: ['http://localhost:8081', 'https://example.com']
package/out/fdc3-api.d.ts CHANGED
@@ -3268,9 +3268,8 @@ declare type ClearDataOptions = {
3268
3268
  * - `indexedDB` - IndexedDB
3269
3269
  * - `localStorage` - Local Storage
3270
3270
  * - `serviceWorkers` - Service Workers
3271
- * - `webSQL` - WebSQL
3272
3271
  */
3273
- dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers' | 'webSQL'>;
3272
+ dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'>;
3274
3273
  /**
3275
3274
  * Clear data for only these origins. Cannot be used with excludeOrigins.
3276
3275
  * Example: ['http://localhost:8081', 'https://example.com']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "45.100.76",
3
+ "version": "45.100.78",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,