Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3dc325126 | |||
| fafb55e294 |
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-12-04 - 1.2.5 - fix(dependencies)
|
||||||
|
Update dependency versions
|
||||||
|
|
||||||
|
- Bumped @design.estate/dees-catalog from ^2.0.0 to ^2.0.3
|
||||||
|
- Bumped @git.zone/tsbundle from ^2.6.1 to ^2.6.3
|
||||||
|
- Bumped @git.zone/tswatch from ^2.2.1 to ^2.2.3
|
||||||
|
|
||||||
## 2025-11-30 - 1.2.4 - fix(uptimelink-webwidget)
|
## 2025-11-30 - 1.2.4 - fix(uptimelink-webwidget)
|
||||||
Modernize element props (use accessor), bump deps, add CI/workflows, export pages and update package metadata/docs
|
Modernize element props (use accessor), bump deps, add CI/workflows, export pages and update package metadata/docs
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uptime.link/webwidget",
|
"name": "@uptime.link/webwidget",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.",
|
"description": "The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.",
|
||||||
"main": "dist_ts_web/index.js",
|
"main": "dist_ts_web/index.js",
|
||||||
@@ -15,16 +15,16 @@
|
|||||||
"author": "Lossless GmbH",
|
"author": "Lossless GmbH",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@design.estate/dees-catalog": "^2.0.0",
|
"@design.estate/dees-catalog": "^2.0.3",
|
||||||
"@design.estate/dees-domtools": "^2.3.6",
|
"@design.estate/dees-domtools": "^2.3.6",
|
||||||
"@design.estate/dees-element": "^2.1.3",
|
"@design.estate/dees-element": "^2.1.3",
|
||||||
"@design.estate/dees-wcctools": "^1.2.1"
|
"@design.estate/dees-wcctools": "^1.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^3.1.2",
|
"@git.zone/tsbuild": "^3.1.2",
|
||||||
"@git.zone/tsbundle": "^2.6.1",
|
"@git.zone/tsbundle": "^2.6.3",
|
||||||
"@git.zone/tsrun": "^2.0.0",
|
"@git.zone/tsrun": "^2.0.0",
|
||||||
"@git.zone/tswatch": "^2.2.1",
|
"@git.zone/tswatch": "^2.2.3",
|
||||||
"@push.rocks/projectinfo": "^5.0.2",
|
"@push.rocks/projectinfo": "^5.0.2",
|
||||||
"@types/node": "^24.10.1"
|
"@types/node": "^24.10.1"
|
||||||
},
|
},
|
||||||
|
|||||||
784
pnpm-lock.yaml
generated
784
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@uptime.link/webwidget',
|
name: '@uptime.link/webwidget',
|
||||||
version: '1.2.4',
|
version: '1.2.5',
|
||||||
description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.'
|
description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user