node-appwrite
Advanced tools
Comparing version
const Client = require('./lib/client.js'); | ||
const Query = require('./lib/query.js'); | ||
const AppwriteException = require('./lib/exception.js'); | ||
@@ -15,2 +16,3 @@ const Account = require('./lib/services/account.js'); | ||
Client, | ||
Query, | ||
AppwriteException, | ||
@@ -26,2 +28,2 @@ Account, | ||
Users, | ||
}; | ||
}; |
@@ -12,3 +12,3 @@ const URL = require('url').URL; | ||
'content-type': '', | ||
'x-sdk-version': 'appwrite:nodejs:4.0.0', | ||
'x-sdk-version': 'appwrite:nodejs:4.0.1', | ||
'X-Appwrite-Response-Format' : '0.12.0', | ||
@@ -15,0 +15,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"license": "BSD-3-Clause", | ||
@@ -8,0 +8,0 @@ "main": "./index.js", |
275563
0.02%6411
0.05%