@live-change/db-web
Advanced tools
Comparing version 0.8.12 to 0.8.13
{ | ||
"name": "@live-change/db-web", | ||
"version": "0.8.12", | ||
"version": "0.8.13", | ||
"author": { | ||
@@ -15,9 +15,9 @@ "email": "michal@laszczewski.com", | ||
], | ||
"homepage": "https://github.com/live-change/live-change-db", | ||
"homepage": "https://github.com/live-change/live-change-stack", | ||
"bugs": { | ||
"url": "https://github.com/live-change/live-change-db/issues" | ||
"url": "https://github.com/live-change/live-change-stack/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/live-change/live-change-db.git" | ||
"url": "https://github.com/live-change/live-change-stack.git" | ||
}, | ||
@@ -33,10 +33,10 @@ "description": "live data access object", | ||
"dependencies": { | ||
"@live-change/dao": "^0.8.12", | ||
"@live-change/db": "^0.8.12", | ||
"@live-change/db-store-indexeddb": "^0.8.12", | ||
"@live-change/db-store-localstorage": "^0.8.12", | ||
"@live-change/db-store-rbtree": "^0.8.12", | ||
"@live-change/dao": "^0.8.13", | ||
"@live-change/db": "^0.8.13", | ||
"@live-change/db-store-indexeddb": "^0.8.13", | ||
"@live-change/db-store-localstorage": "^0.8.13", | ||
"@live-change/db-store-rbtree": "^0.8.13", | ||
"debug": "^4.3.4" | ||
}, | ||
"gitHead": "5c93162184742550bf6a5e7b37a5537c69f8a3c4" | ||
"gitHead": "4453aa639a9fe1a857d93d73ebd28a82c97fdd87" | ||
} |
75085