Compare commits

..

2 Commits

Author SHA1 Message Date
6b8bd28057 2.0.47 2023-10-03 18:58:21 +02:00
1ba907d2cc fix(core): update 2023-10-03 18:58:20 +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.46",
"version": "2.0.47",
"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.13",
"@push.rocks/smartstate": "^2.0.14",
"@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.13
version: 2.0.13
specifier: ^2.0.14
version: 2.0.14
'@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.13:
resolution: {integrity: sha512-t2nE+qgfVM9Sb5s+CX7DbUACm34aHJHrbzFrCl8MxnfGvRawsgCQNJsSuk/6LZMqfifpmF8Ujb/eNRtYo/txKw==}
/@push.rocks/smartstate@2.0.14:
resolution: {integrity: sha512-qyB84HIYZf102CzPPOdOTklDpD24jV6X/a2p8opreGnjaJJRki1OEUpzqXmJaSBt1u4SQpUZWzlpguH4YFdZvQ==}
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.46',
version: '2.0.47',
description: 'tools to simplify complex css structures'
}