@fonos/core
Advanced tools
Comparing version 0.1.11-alpha.2 to 0.1.11-alpha.3
@@ -5,3 +5,3 @@ "use strict"; | ||
const errors_2 = require("@fonos/errors"); | ||
const grpc_1 = require("grpc"); | ||
const grpc_js_1 = require("@grpc/grpc-js"); | ||
function default_1(error) { | ||
@@ -19,3 +19,3 @@ if (!error.response) | ||
case 404: | ||
throw new errors_1.FonosError(message, grpc_1.status.NOT_FOUND); | ||
throw new errors_1.FonosError(message, grpc_js_1.status.NOT_FOUND); | ||
case 400: | ||
@@ -22,0 +22,0 @@ throw new errors_2.FonosInvalidArgument(message); |
{ | ||
"name": "@fonos/core", | ||
"version": "0.1.11-alpha.2", | ||
"version": "0.1.11-alpha.3", | ||
"description": "Core artifacts", | ||
@@ -32,7 +32,7 @@ "author": "Pedro Sanders <psanders@fonoster.com>", | ||
"dependencies": { | ||
"@fonos/auth": "^0.1.11-alpha.2", | ||
"@fonos/certs": "^0.1.9-alpha.0", | ||
"@fonos/common": "^0.1.11-alpha.1", | ||
"@fonos/errors": "^0.1.9-alpha.0", | ||
"@fonos/logger": "^0.1.9-alpha.0", | ||
"@fonos/auth": "^0.1.11-alpha.3", | ||
"@fonos/certs": "^0.1.11-alpha.3", | ||
"@fonos/common": "^0.1.11-alpha.3", | ||
"@fonos/errors": "^0.1.11-alpha.3", | ||
"@fonos/logger": "^0.1.11-alpha.3", | ||
"@grpc/grpc-js": "^1.3.6", | ||
@@ -52,3 +52,3 @@ "atob": "^2.1.2", | ||
}, | ||
"gitHead": "a4aeb2eff3cbc8d8a57fe14f2e3eea3626dfb88b" | ||
"gitHead": "7c893484934f2fc5d13ae9e5e4d8cdff034a91a5" | ||
} |
26749