4 Commits

Author SHA1 Message Date
bda524348e 1.0.4 2022-05-28 17:59:04 +02:00
b33f7ed33e fix(core): update 2022-05-28 17:59:04 +02:00
69d2434c90 1.0.3 2022-05-28 17:31:30 +02:00
9fd7931a4d fix(core): update 2022-05-28 17:31:29 +02:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartntml",
"version": "1.0.2",
"version": "1.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartntml",
"version": "1.0.2",
"version": "1.0.4",
"license": "MIT",
"dependencies": {
"@happy-dom/global-registrator": "^4.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartntml",
"version": "1.0.2",
"version": "1.0.4",
"private": false,
"description": "lit-html for the backend",
"main": "dist_ts/index.js",

View File

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