changed to memory adapter

This commit is contained in:
Kevin Jahns 2015-11-15 02:13:32 +01:00
commit 14a3fbc638
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
// create a shared object. This function call will return a promise! // create a shared object. This function call will return a promise!
Y({ Y({
db: { db: {
name: 'indexeddb', name: 'memory',
namespace: 'offlineEditingDemo' namespace: 'offlineEditingDemo'
}, },
connector: { connector: {

View File

@ -1,6 +1,6 @@
{ {
"name": "yjs", "name": "yjs",
"version": "0.6.36", "version": "0.6.38",
"homepage": "y-js.org", "homepage": "y-js.org",
"authors": [ "authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>" "Kevin Jahns <kevin.jahns@rwth-aachen.de>"

View File

@ -1,6 +1,6 @@
{ {
"name": "yjs", "name": "yjs",
"version": "0.6.36", "version": "0.6.40",
"description": "A framework for real-time p2p shared editing on arbitrary complex data types", "description": "A framework for real-time p2p shared editing on arbitrary complex data types",
"main": "y.js", "main": "y.js",
"scripts": { "scripts": {