Comparing version 1.0.106-beta.0 to 1.0.107-beta.0
@@ -28,3 +28,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
constructor(service, owner, options, __etc) { | ||
this.version = '1.0.106'; | ||
this.version = '1.0.107'; | ||
this.session = null; | ||
@@ -31,0 +31,0 @@ this.connection = null; |
@@ -127,3 +127,3 @@ import SkapiError from '../main/error'; | ||
if (access_group !== 'public') { | ||
let resolved_endpoint = await getFile.bind(this)(url, { dataType: 'endpoint', expires: access_group === 'private' && this.__user?.user_id !== path[0] ? 3600 : 0 }); | ||
let resolved_endpoint = await getFile.bind(this)(url, { dataType: 'endpoint', expires: access_group === 'private' && this.__user?.user_id !== path[0] ? 3600 : 0 }).catch(() => '__is_private__'); | ||
url_endpoint = resolved_endpoint; | ||
@@ -130,0 +130,0 @@ } |
{ | ||
"name": "skapi-js", | ||
"version": "1.0.106-beta.0", | ||
"version": "1.0.107-beta.0", | ||
"description": "Skapi: Backend API for HTML frontend.", | ||
@@ -5,0 +5,0 @@ "main": "dist/skapi.module.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2037848