yodata 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/data/plugin.js +1 -1
  2. package/package.json +1 -1
package/data/plugin.js CHANGED
@@ -10,7 +10,7 @@ constructor (dataBaseID, options = {}) {
10
10
  super (dataBaseID, options = {})
11
11
 
12
12
  this.dataBaseID = dataBaseID
13
- this.project = new ws(`wss://y0data.glitch.me/?database_id=${this.dataBaseID}`)
13
+ this.project = new ws(`wss://y0data.glitch.me/?database_id=${this.dataBaseID}`, options.ws || {cache: false})
14
14
 
15
15
  if(!options.nameProcess) options.nameProcess = "plugin"
16
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yodata",
3
3
  "description": "Y0data online services to save your data",
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "main": "data/plugin.js",
6
6
  "dependencies": {
7
7
  "events": "^3.3.0",