@expandorg/app-utils
Advanced tools
Comparing version 0.0.29 to 0.0.30
{ | ||
"name": "@expandorg/app-utils", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "App utils", | ||
@@ -18,6 +18,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@expandorg/api-client": "^0.0.15", | ||
"@expandorg/api-client": "^0.0.16", | ||
"@expandorg/utils": "^0.0.7" | ||
}, | ||
"gitHead": "45d39e04eb83ad37c609bbe674967763c254803f" | ||
"gitHead": "f5e8b07e0d9197e5ad9a22a5612c12ee2f661a9e" | ||
} |
@@ -5,2 +5,7 @@ // @flow | ||
declare type RequestStateType = { | ||
state: 'NotFetched' | 'Fetching' | 'Fetched' | 'FetchError', | ||
error?: ?{ [key: string]: string }, | ||
}; | ||
export const RequestStates = { | ||
@@ -7,0 +12,0 @@ NotFetched: 'NotFetched', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16248
24
559
+ Added@expandorg/api-client@0.0.16(transitive)
- Removed@expandorg/api-client@0.0.15(transitive)