marvin-auth-kit
Advanced tools
Comparing version 5.2.7 to 5.2.8
@@ -46,3 +46,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -79,3 +78,2 @@ function logout() { | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -82,0 +80,0 @@ function applyInterceptors(instance) { |
@@ -47,3 +47,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -50,0 +49,0 @@ function baseUrl() { |
@@ -17,3 +17,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -31,3 +30,2 @@ async function update(metdata) { | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -34,0 +32,0 @@ async function remove() { |
@@ -61,3 +61,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -64,0 +63,0 @@ function baseUrl() { |
@@ -25,3 +25,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -48,3 +47,2 @@ async function confirm(token) { | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -51,0 +49,0 @@ function baseUrl() { |
@@ -20,3 +20,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -39,3 +38,2 @@ async function confirm(token, password) { | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -42,0 +40,0 @@ function baseUrl() { |
@@ -27,3 +27,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -58,3 +57,2 @@ async function queryRoles(query) { | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -76,3 +74,2 @@ async function update(role) { | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -79,0 +76,0 @@ async function remove(idOrRole) { |
{ | ||
"name": "marvin-auth-kit", | ||
"version": "5.2.7", | ||
"version": "5.2.8", | ||
"description": "Javscript authentication kit", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -61,3 +61,2 @@ import axios, { | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -96,3 +95,2 @@ | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -99,0 +97,0 @@ |
@@ -45,4 +45,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -49,0 +47,0 @@ |
@@ -18,4 +18,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -32,3 +30,2 @@ | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -35,0 +32,0 @@ |
@@ -55,3 +55,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -58,0 +57,0 @@ |
@@ -30,3 +30,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -52,3 +51,2 @@ | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -55,0 +53,0 @@ |
@@ -21,3 +21,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -40,3 +39,2 @@ | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -43,0 +41,0 @@ |
@@ -25,3 +25,2 @@ import axios from "axios"; | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -51,3 +50,2 @@ | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -66,3 +64,2 @@ | ||
} | ||
throw UnexpectedAPIError; | ||
} | ||
@@ -69,0 +66,0 @@ |
575921
4223