2 Commits

Author SHA1 Message Date
2a5792e3b4 1.0.73 2023-10-06 16:31:50 +02:00
10d59a6947 fix(core): update 2023-10-06 16:31:49 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@uptimelink/webwidget", "name": "@uptime.link/webwidget",
"version": "1.0.72", "version": "1.0.73",
"private": false, "private": false,
"description": "the webwidget for public use of uptimelink", "description": "the webwidget for public use of uptimelink",
"main": "dist_ts_web/index.js", "main": "dist_ts_web/index.js",

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo * autocreated commitinfo by @pushrocks/commitinfo
*/ */
export const commitinfo = { export const commitinfo = {
name: '@uptimelink/webwidget', name: '@uptime.link/webwidget',
version: '1.0.72', version: '1.0.73',
description: 'the webwidget for public use of uptimelink' description: 'the webwidget for public use of uptimelink'
} }