Comparing version 0.0.78 to 0.0.79
{ | ||
"name": "webdetta", | ||
"version": "0.0.78", | ||
"version": "0.0.79", | ||
"author": "Fedot Kriutchenko <fodyadev@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -1,2 +0,2 @@ | ||
import { el } from 'webdetta/vdom'; | ||
import { el } from '../vdom/index.js'; | ||
@@ -3,0 +3,0 @@ import { Adapter } from './index.js'; |
import { operator, hook } from './operators.js'; | ||
import { Fragment, Element, append, attach } from './vdom.js'; | ||
import { throttle } from 'webdetta/common/func'; | ||
import { Builder } from 'webdetta/common/builder'; | ||
import { throttle } from '../common/func.js'; | ||
import { Builder } from '../common/builder.js'; | ||
@@ -6,0 +6,0 @@ const CompData = (ctx) => ({ |
@@ -1,3 +0,3 @@ | ||
import { Builder } from 'webdetta/common/builder'; | ||
import { isTemplateCall, templateCallToArray } from 'webdetta/common/func'; | ||
import { Builder } from '../common/builder.js'; | ||
import { isTemplateCall, templateCallToArray } from '../common/func.js'; | ||
@@ -4,0 +4,0 @@ const unwrap = (x) => (typeof x === 'function') ? unwrap(x()) : x; |
@@ -1,3 +0,3 @@ | ||
import { Builder, launch, isBuilder } from 'webdetta/common/builder'; | ||
import { throttle, templateCallToArray } from 'webdetta/common/func'; | ||
import { Builder, launch, isBuilder } from '../common/builder.js'; | ||
import { throttle, templateCallToArray } from '../common/func.js'; | ||
import { patch, VNode } from './snabb.js'; | ||
@@ -4,0 +4,0 @@ |
94802