8 Commits

Author SHA1 Message Date
617a3f307c 1.0.66 2021-09-27 14:53:41 +02:00
a577418132 fix(core): update 2021-09-27 14:53:41 +02:00
c969da7362 1.0.65 2021-09-27 13:11:35 +02:00
fd6427da1e fix(core): update 2021-09-27 13:11:34 +02:00
ad178bfec3 1.0.64 2021-09-27 02:49:49 +02:00
22db7a50de fix(core): update 2021-09-27 02:49:49 +02:00
f010f1e32b 1.0.63 2021-09-27 02:40:49 +02:00
1e24a6a671 fix(core): update 2021-09-27 02:40:49 +02:00
3 changed files with 6741 additions and 5507 deletions

View File

@ -13,6 +13,7 @@
}, },
"npmci": { "npmci": {
"npmGlobalTools": [], "npmGlobalTools": [],
"npmAccessLevel": "private" "npmAccessLevel": "private",
"npmRegistryUrl": "verdaccio.lossless.one"
} }
} }

12237
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@uptimelink_private/catalog", "name": "@uptimelink_private/catalog",
"version": "1.0.62", "version": "1.0.66",
"private": false, "private": false,
"description": "a catalog with webcomponents for uptimelink dashboard", "description": "a catalog with webcomponents for uptimelink dashboard",
"main": "dist_ts_web/index.js", "main": "dist_ts_web/index.js",
@ -13,9 +13,9 @@
"author": "Lossless GmbH", "author": "Lossless GmbH",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@designestate/dees-domtools": "^1.0.95", "@designestate/dees-domtools": "^1.0.96",
"@designestate/dees-element": "^1.0.25", "@designestate/dees-element": "^1.0.26",
"@designestate/dees-wcctools": "^1.0.57", "@designestate/dees-wcctools": "^1.0.59",
"@gitzone/tsrun": "^1.2.17", "@gitzone/tsrun": "^1.2.17",
"@losslessone_private/loint-pubapi": "^1.0.10", "@losslessone_private/loint-pubapi": "^1.0.10",
"@uptimelink/interfaces": "^1.0.10", "@uptimelink/interfaces": "^1.0.10",