Comparing version 1.0.188-beta.6 to 1.0.188-beta.7
@@ -46,3 +46,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
constructor(service, owner, options, __etc) { | ||
this.__version = '1.0.188-beta.6'; | ||
this.__version = '1.0.188-beta.7'; | ||
this.session = null; | ||
@@ -49,0 +49,0 @@ this.connection = null; |
@@ -922,2 +922,5 @@ import SkapiError from '../main/error'; | ||
unique_id: (id => { | ||
if (!id) { | ||
return undefined; | ||
} | ||
if (typeof id === 'string') { | ||
@@ -940,2 +943,5 @@ return [id]; | ||
record_id: (id => { | ||
if (!id) { | ||
return undefined; | ||
} | ||
if (typeof id === 'string') { | ||
@@ -942,0 +948,0 @@ return [id]; |
{ | ||
"name": "skapi-js", | ||
"version": "1.0.188-beta.6", | ||
"version": "1.0.188-beta.7", | ||
"description": "Skapi: Backend API for HTML frontend.", | ||
@@ -5,0 +5,0 @@ "main": "js/Main.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
3438083
9557