Compare commits

...

6 Commits

Author SHA1 Message Date
6a7da41c98 2.0.46 2023-10-03 13:20:28 +02:00
b67a602f78 fix(core): update 2023-10-03 13:20:27 +02:00
fa093e6f5b 2.0.45 2023-10-03 12:48:23 +02:00
29f26d2ea7 fix(core): update 2023-10-03 12:48:22 +02:00
77fe34ebac 2.0.44 2023-10-03 12:38:18 +02:00
9ccd2fb2cf fix(core): update 2023-10-03 12:38:17 +02:00
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@design.estate/dees-domtools",
"version": "2.0.43",
"version": "2.0.46",
"private": false,
"description": "tools to simplify complex css structures",
"main": "dist_ts/index.js",
@ -30,7 +30,7 @@
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartrouter": "^1.0.16",
"@push.rocks/smartrx": "^3.0.6",
"@push.rocks/smartstate": "^2.0.10",
"@push.rocks/smartstate": "^2.0.13",
"@push.rocks/smarturl": "^3.0.6",
"@push.rocks/webrequest": "^3.0.33",
"@push.rocks/websetup": "^3.0.19",

8
pnpm-lock.yaml generated
View File

@ -30,8 +30,8 @@ dependencies:
specifier: ^3.0.6
version: 3.0.6
'@push.rocks/smartstate':
specifier: ^2.0.10
version: 2.0.10
specifier: ^2.0.13
version: 2.0.13
'@push.rocks/smarturl':
specifier: ^3.0.6
version: 3.0.7
@ -883,8 +883,8 @@ packages:
- supports-color
dev: true
/@push.rocks/smartstate@2.0.10:
resolution: {integrity: sha512-C56hyYMvaGX5hmneZJwe4CYGEIGgLyKA2pEnoMK6G9X3WtTVA27NnzhDN566IVxmiFoJZdxPBalUp3PmXy0gyQ==}
/@push.rocks/smartstate@2.0.13:
resolution: {integrity: sha512-t2nE+qgfVM9Sb5s+CX7DbUACm34aHJHrbzFrCl8MxnfGvRawsgCQNJsSuk/6LZMqfifpmF8Ujb/eNRtYo/txKw==}
dependencies:
'@push.rocks/isohash': 2.0.1
'@push.rocks/lik': 6.0.5

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-domtools',
version: '2.0.43',
version: '2.0.46',
description: 'tools to simplify complex css structures'
}