Package not updated
I think the package in the tns plugin repo is outdated (1.0.1)
@m3l7 i dont think i follow,
if I download the package via npm or via tns plugin install, version 1.0.1 will be installed which I think it's an old version. i.e. HttpRequestOptions interface is missing url option:
export interface HttpsRequestOptions extends HttpRequestOptions {
method: 'GET' | 'POST';
headers?: Headers;
content?: string;
}
@m3l7 hmm, very strange. ill have to look into this tonight
Yes indeed, this version is on npm.
@EddyVerbruggen my bad, i keep forgetting :X
still only version 1.0.1 is in npm and not the current one :-/
@roblav96 are you planning to update the package on npm anytime soon? I workaround this problem installing directly from Github repo but this is not the way that it suppose to be.