Compare commits

...

4 Commits

Author SHA1 Message Date
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.45",
"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.12",
"@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.12
version: 2.0.12
'@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.12:
resolution: {integrity: sha512-+lv6F3ZNyT19T7Mm/jAn2COjpZuX3UcnB4NqR1YnmkWx/DqB83urJ3YGnVEKeF180BucmdWe38KokDtl/vks8A==}
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.45',
description: 'tools to simplify complex css structures'
}