Comparing version 0.5.4-alpha to 0.5.5-alpha
@@ -30,8 +30,4 @@ import Category from "../class/Category"; | ||
isPublic: boolean; | ||
attachments: { | ||
file: File | undefined; | ||
resource: string | undefined; | ||
}[]; | ||
categories: string[]; | ||
}; | ||
} |
@@ -45,3 +45,2 @@ /** Represents a resource */ | ||
isPublic: this.isPublic, | ||
attachments: this.attachments.map(function (a) { return a.toJSON(); }), | ||
categories: this.categories.map(function (c) { return c.getIri(); }), | ||
@@ -48,0 +47,0 @@ }; |
{ | ||
"name": "rr-apilib", | ||
"version": "0.5.4-alpha", | ||
"version": "0.5.5-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
177395
2548