@foxford/services 1.4.11 → 1.4.12

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 (2) hide show
  1. package/index.js.flow +2 -5
  2. package/package.json +2 -2
package/index.js.flow CHANGED
@@ -5,11 +5,8 @@
5
5
  * @flow
6
6
  */
7
7
 
8
- import {
9
- BroadcastChannel as BroadcastChannel$1,
10
- BroadcastChannelOptions,
11
- LeaderElector,
12
- } from "broadcast-channel";
8
+ import { BroadcastChannel as BroadcastChannel$1, LeaderElector } from "broadcast-channel";
9
+ import type { BroadcastChannelOptions } from "broadcast-channel";
13
10
  export interface ApiTransformer {
14
11
  (data: any, headers?: any): any;
15
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foxford/services",
3
- "version": "1.4.11",
3
+ "version": "1.4.12",
4
4
  "description": "Foxford services",
5
5
  "keywords": [
6
6
  "foxford",
@@ -52,6 +52,6 @@
52
52
  "README.md"
53
53
  ],
54
54
  "sideEffects": false,
55
- "sha": "0a7fc403",
55
+ "sha": "5dacf87c",
56
56
  "scripts": {}
57
57
  }