@ticketmaster/allure-create-app
Advanced tools
Comparing version 0.2.6 to 0.3.0
import axios, { AxiosResponse } from "axios"; | ||
import { useFetch, UseFetchReturn } from "@ticketmaster/allure-core"; | ||
import { useFetch, UseFetchResponse } from "@ticketmaster/allure-core"; | ||
import { IDENTITY_URL } from "@src/config"; | ||
@@ -7,3 +7,3 @@ import { User } from "./identity.definition"; | ||
export const identityAPI = { | ||
useCurrentUser: (): UseFetchReturn<User> => | ||
useCurrentUser: (): UseFetchResponse<User> => | ||
useFetch( | ||
@@ -10,0 +10,0 @@ { |
{ | ||
"name": "@ticketmaster/allure-create-app", | ||
"version": "0.2.6", | ||
"version": "0.3.0", | ||
"keywords": [ | ||
@@ -52,3 +52,3 @@ "react", | ||
}, | ||
"gitHead": "27aab556ddd1c855b4aa79235e6beb92bfb9ecd6" | ||
"gitHead": "6a15621f9d9432ac7a89d8fe36040278213d3896" | ||
} |
Sorry, the diff of this file is too big to display
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
525953