2 Commits

Author SHA1 Message Date
0dd10351ad 2.0.1 2023-03-30 11:19:13 +02:00
1d2b489830 fix(core): update 2023-03-30 11:19:12 +02:00
4 changed files with 8 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartntml",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"description": "lit-html for the backend",
"main": "dist_ts/index.js",
@ -15,6 +15,7 @@
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.73",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.7.23",

3
pnpm-lock.yaml generated
View File

@ -18,6 +18,9 @@ devDependencies:
'@gitzone/tsbundle':
specifier: ^2.0.7
version: 2.0.7
'@gitzone/tsrun':
specifier: ^1.2.39
version: 1.2.39(@types/node@18.15.11)
'@gitzone/tstest':
specifier: ^1.0.73
version: 1.0.74(@types/node@18.15.11)

View File

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