6 Commits

3 changed files with 10 additions and 3 deletions

View File

@@ -35,6 +35,9 @@ const Kosmos = function(privateClient/*, publicClient*/) {
}, },
"secure": { "secure": {
"type": "boolean" "type": "boolean"
},
"sasl": {
"type": "boolean"
} }
} }
}, },

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "remotestorage-module-kosmos", "name": "remotestorage-module-kosmos",
"version": "2.1.0", "version": "2.1.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,7 +1,11 @@
{ {
"name": "remotestorage-module-kosmos", "name": "@kosmos/remotestorage-module-kosmos",
"version": "2.1.0", "version": "2.1.2",
"description": "remoteStorage module for Kosmos clients", "description": "remoteStorage module for Kosmos clients",
"repository": {
"type": "git",
"url": "https://gitea.kosmos.org/kosmos/rs-module-kosmos.git"
},
"main": "./dist/build.js", "main": "./dist/build.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",