fix(core): update

This commit is contained in:
2022-09-27 20:04:46 +02:00
parent 8c2ac4c6c9
commit 13e1d1fcb3
4 changed files with 4244 additions and 1725 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartntml',
version: '1.0.10',
version: '1.0.11',
description: 'lit-html for the backend'
}

View File

@ -1,6 +1,7 @@
// happy-dom setup
import { GlobalRegistrator } from '@happy-dom/global-registrator';
GlobalRegistrator.register();
window.location.href = 'http://localhost';
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';