@ctx-core/store
Advanced tools
Comparing version 6.0.4 to 6.0.5
@@ -7,4 +7,4 @@ // TODO: Use when https://github.com/sveltejs/svelte-extras/issues/20 is resolved | ||
import { Store } from 'svelte/store.js' | ||
export { _ctx } from './lib.nodep.js' | ||
import { log } from '@ctx-core/logger/lib.js' | ||
export { _ctx } from './lib.nodep.js' | ||
const logPrefix = '@ctx-core/store/lib.js' | ||
@@ -34,2 +34,3 @@ export function _store() { | ||
} | ||
log(`_mixin__store|${name}`) | ||
await init(...arguments) | ||
@@ -36,0 +37,0 @@ return store |
{ | ||
"name": "@ctx-core/store", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"description": "ctx-core store", | ||
@@ -25,8 +25,8 @@ "main": "lib.js", | ||
"@ctx-core/array": "^8.0.2", | ||
"@ctx-core/logger": "^3.0.3", | ||
"@ctx-core/object": "^3.0.2", | ||
"@ctx-core/logger": "^3.0.4", | ||
"@ctx-core/object": "^3.1.0", | ||
"svelte": "^2.16.0", | ||
"svelte-extras": "^2.0.2" | ||
}, | ||
"gitHead": "ceb17e6a117f8631a78d2db3c13a2cf714ff7630" | ||
"gitHead": "f6cf077c31a6c9ce9d4a4b2973dd577dc7057c97" | ||
} |
2798
77
Updated@ctx-core/logger@^3.0.4
Updated@ctx-core/object@^3.1.0