Compare commits

...

8 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
02f67c64df 2.0.43 2023-10-03 11:46:15 +02:00
31dd8aa258 fix(core): update 2023-10-03 11:46:14 +02:00
4 changed files with 8 additions and 7 deletions

View File

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

8
pnpm-lock.yaml generated
View File

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

View File

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

View File

@ -19,4 +19,5 @@ export const plugins = {
smartstate: allPlugins.smartstate, smartstate: allPlugins.smartstate,
smartrx: allPlugins.smartrx, smartrx: allPlugins.smartrx,
smarturl: allPlugins.smarturl, smarturl: allPlugins.smarturl,
typedrequest: allPlugins.typedrequest,
}; };