Comparing version 0.8.0-alpha to 0.8.1-alpha
@@ -30,3 +30,6 @@ import { __extends } from "tslib"; | ||
get: function () { | ||
return this.getCreator(); | ||
var _a; | ||
console.warn("<Resource>.user is deprecated. Please use <Resource>.creator instead"); | ||
var id = (_a = this.data.user) === null || _a === void 0 ? void 0 : _a.id; | ||
return this.getCreator(id); | ||
}, | ||
@@ -38,3 +41,5 @@ enumerable: false, | ||
get: function () { | ||
return this.getCreator(); | ||
var _a; | ||
var id = (_a = this.data.user) === null || _a === void 0 ? void 0 : _a.id; | ||
return this.getCreator(id); | ||
}, | ||
@@ -41,0 +46,0 @@ enumerable: false, |
{ | ||
"name": "rr-apilib", | ||
"version": "0.8.0-alpha", | ||
"version": "0.8.1-alpha", | ||
"description": "Library for interact with RR-API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
185461
2720