@syncedstore/svelte
Advanced tools
Comparing version 0.3.9 to 0.4.0
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = global || self, factory(global.svelte = {}, global.store, global.reactive)); | ||
}(this, (function (exports, store, reactive) { | ||
})(this, (function (exports, store, reactive) { | ||
/** | ||
@@ -54,3 +54,3 @@ * Svelte helper to enable smart Reactive rerendering of your component. | ||
}))); | ||
})); | ||
//# sourceMappingURL=syncedstore-svelte.umd.js.map |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.3.9", | ||
"version": "0.4.0", | ||
"private": false, | ||
@@ -34,4 +34,4 @@ "main": "dist/syncedstore-svelte.js", | ||
"devDependencies": { | ||
"@reactivedata/reactive": "*", | ||
"@syncedstore/core": "^0.3.9", | ||
"@reactivedata/reactive": "0.2.0", | ||
"@syncedstore/core": "^0.4.0", | ||
"microbundle": "^0.13.0", | ||
@@ -50,3 +50,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "10f685138df73ffed02e988545620e0e4c638413" | ||
"gitHead": "7bc9329ba648032913858f01596bac5a218e7a78" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19322