6 Commits

Author SHA1 Message Date
0df13d057c 1.0.77 2023-10-06 17:50:51 +02:00
cc39851560 fix(core): update 2023-10-06 17:50:51 +02:00
6740b85595 1.0.76 2023-10-06 17:46:52 +02:00
b249a328d0 fix(core): update 2023-10-06 17:46:52 +02:00
326fed9bb5 1.0.75 2023-10-06 17:43:15 +02:00
ae9f65e9f5 fix(core): update 2023-10-06 17:43:14 +02:00
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@uptime.link/webwidget", "name": "@uptime.link_private/webwidget",
"version": "1.0.74", "version": "1.0.77",
"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: '@uptime.link/webwidget', name: '@uptime.link_private/webwidget',
version: '1.0.74', version: '1.0.77',
description: 'the webwidget for public use of uptimelink' description: 'the webwidget for public use of uptimelink'
} }

View File

@ -12,7 +12,7 @@ export interface IOptions_UptimeLinkWindowLayer {
blur: boolean; blur: boolean;
} }
@customElement('dees-windowlayer') @customElement('uptimelink-windowlayer')
export class UptimelinkWindowLayer extends DeesElement { export class UptimelinkWindowLayer extends DeesElement {
// STATIC // STATIC
public static demo = () => html`<uptimelink-windowlayer></uptimelink-windowlayer>`; public static demo = () => html`<uptimelink-windowlayer></uptimelink-windowlayer>`;