Compare commits

...

6 Commits

Author SHA1 Message Date
2d5944cdd7 2.0.5 2022-03-29 15:54:06 +02:00
5a8527068a fix(core): update 2022-03-29 15:54:06 +02:00
ffd0bb925a 2.0.4 2022-03-25 16:03:40 +01:00
4a5fb3ef4b fix(core): update 2022-03-25 16:03:40 +01:00
a059c268af 2.0.3 2022-03-25 14:01:44 +01:00
714aa77839 fix(core): update 2022-03-25 14:01:44 +01:00
3 changed files with 86 additions and 210 deletions

282
package-lock.json generated
View File

@ -1,22 +1,22 @@
{
"name": "@designestate/dees-domtools",
"version": "2.0.2",
"version": "2.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@designestate/dees-domtools",
"version": "2.0.2",
"version": "2.0.5",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest": "^2.0.0",
"@designestate/dees-comms": "^1.0.16",
"@apiglobal/typedrequest": "^2.0.3",
"@designestate/dees-comms": "^1.0.22",
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrouter": "^1.0.12",
"@pushrocks/smartrx": "^2.0.25",
"@pushrocks/smartstate": "^1.0.23",
"@pushrocks/smartstate": "^2.0.0",
"@pushrocks/webrequest": "^3.0.3",
"@pushrocks/websetup": "^3.0.16",
"@pushrocks/webstore": "^1.0.18",
@ -25,7 +25,7 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tsbundle": "^1.0.101",
"@gitzone/tsbundle": "^1.0.102",
"@gitzone/tstest": "^1.0.70",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.23",
@ -47,9 +47,9 @@
}
},
"node_modules/@apiglobal/typedrequest": {
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-2.0.0.tgz",
"integrity": "sha512-dpgBO9kVC+n8sTBuUfmlc30k2exvZwYR8t40Svk3/rKtp6oxVFUXVNtdP+eoHb2ODihafmz3UV0fr4Tkpwh1kA==",
"version": "2.0.3",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-2.0.3.tgz",
"integrity": "sha512-bRXiv3OwPh4uA4ete9maHXyF3CMNz8rc81r41DBeYzscaadKlQSK0ewOBLQjjZ2MBWDAGR0NbGBEaJJrXqYS0w==",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
@ -80,28 +80,6 @@
"@pushrocks/smartstring": "^4.0.2"
}
},
"node_modules/@apiglobal/typedsocket/node_modules/@pushrocks/isohash": {
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fisohash/-/isohash-2.0.0.tgz",
"integrity": "sha512-a6Vktczk0Q39hBYTuAFqa12QNhy5GcFYhnJ5pqzpE5r3rj3FSS8HLqsoBUwB3b9YHGKYnbky9C3YNhMmFvoLPg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smarthash": "^2.1.10"
}
},
"node_modules/@apiglobal/typedsocket/node_modules/@pushrocks/smartenv": {
"version": "5.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-5.0.0.tgz",
"integrity": "sha512-zYjS3GFD8N3/71cOm23fznaAtgrguk/7PD6RV+WitOAZFZxFM+QTr8kR4iFX3cysYLJ2Iskn5FlPQuBHk5oe3A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@pushrocks/smartpromise": "^3.1.7",
"@types/node": "^17.0.21"
}
},
"node_modules/@babel/code-frame": {
"version": "7.16.7",
"resolved": "https://verdaccio.lossless.one/@babel%2fcode-frame/-/code-frame-7.16.7.tgz",
@ -1838,42 +1816,17 @@
}
},
"node_modules/@designestate/dees-comms": {
"version": "1.0.16",
"resolved": "https://verdaccio.lossless.one/@designestate%2fdees-comms/-/dees-comms-1.0.16.tgz",
"integrity": "sha512-Y38dn+rXRo6PwgBuqMzbUKj8p5nFu58aFrnQQV+HxcXq4TC2xtGuNBR3RDXeYfVOhaiTuQaKYYi8f9X1/2rUJQ==",
"version": "1.0.22",
"resolved": "https://verdaccio.lossless.one/@designestate%2fdees-comms/-/dees-comms-1.0.22.tgz",
"integrity": "sha512-zZ2AwCy49sj1fNyeSMtAxcN4qAGiP5+OjJCtY88YjrNbvD83v4GZpjci0nFUPuvOkCoeo18Uw8xgZSDy8lc59Q==",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest": "^1.0.65",
"@apiglobal/typedrequest": "^2.0.3",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/smartdelay": "^2.0.13",
"broadcast-channel": "^3.7.0"
}
},
"node_modules/@designestate/dees-comms/node_modules/@apiglobal/typedrequest": {
"version": "1.0.67",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-1.0.67.tgz",
"integrity": "sha512-f8DiYAv9ci7jgs39Q3kb64aII3TtWL+vYSYB+38wtvldXW3YY+Ub/wdur0/15yt/0EYzx9JLqLfylyDHZ7zyMQ==",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isounique": "^1.0.4",
"@pushrocks/lik": "^5.0.0",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/webrequest": "^2.0.13"
}
},
"node_modules/@designestate/dees-comms/node_modules/@pushrocks/webrequest": {
"version": "2.0.15",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-2.0.15.tgz",
"integrity": "sha512-75aaLAMmyBlHvoEABANJUxcjoVLv4TEH3B9TLMi7jdx8UePFfZmbtymKfkpHO0gu3Q60dqRJowp/DWVl0sR/gg==",
"license": "MIT",
"dependencies": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^4.0.16",
"@pushrocks/smartjson": "^4.0.6",
"node-fetch": "^2.6.1"
}
},
"node_modules/@gitzone/tsbuild": {
"version": "2.1.61",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.61.tgz",
@ -1902,9 +1855,9 @@
"license": "MIT"
},
"node_modules/@gitzone/tsbundle": {
"version": "1.0.101",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.101.tgz",
"integrity": "sha512-OJlcZZofnSQX3ZnWv7UH51dyyyYN/n36zEzvEHszIcpb22cKHEqI9tQqqsTXo6bxJeA8lOmkJzu7wsVAwP9i1Q==",
"version": "1.0.102",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.102.tgz",
"integrity": "sha512-3DyYTEM/dXG43LqerBsvF/oNHSvsH117qAvLpKNMP71SSLmpqqSxYdXU3HTQGjOW9S6ejkTeuJE9HkzOix+6nQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -3500,13 +3453,22 @@
}
},
"node_modules/@pushrocks/isohash": {
"version": "1.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fisohash/-/isohash-1.0.2.tgz",
"integrity": "sha512-TeXlktpAoLFDeXFJyhHTUOIiaZQ2oSdtEdbVt8/sA3lBMBfu+BXgfq5RLvQnqCDFpWKGmu9hn0P5NNK6zXQUkw==",
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fisohash/-/isohash-2.0.0.tgz",
"integrity": "sha512-a6Vktczk0Q39hBYTuAFqa12QNhy5GcFYhnJ5pqzpE5r3rj3FSS8HLqsoBUwB3b9YHGKYnbky9C3YNhMmFvoLPg==",
"license": "MIT",
"dependencies": {
"@pushrocks/smartenv": "^4.0.11",
"@pushrocks/smarthash": "^2.1.6"
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smarthash": "^2.1.10"
}
},
"node_modules/@pushrocks/isohash/node_modules/@pushrocks/smartenv": {
"version": "5.0.1",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-5.0.1.tgz",
"integrity": "sha512-MGTeCwNvegiPOAFt+HO7+FNavapl1SAiUelkJgyr/7sCzCHe9qBDkjLzOAE5N7tK+/2+vdj0Gsk8b022FKnNPA==",
"license": "MIT",
"dependencies": {
"@pushrocks/smartpromise": "^3.1.7"
}
},
"node_modules/@pushrocks/isounique": {
@ -3598,22 +3560,6 @@
"@pushrocks/smartpromise": "^3.0.6"
}
},
"node_modules/@pushrocks/smartenv": {
"version": "4.0.16",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-4.0.16.tgz",
"integrity": "sha512-NwYMONDc/NjY6BGvzZzLMteF83kPQTF9BCGfqWbktUUruEtdqL+nGw6ecoLFi2b5u7XPb8jK1TKIcSvpNJ7SyA==",
"license": "MIT",
"dependencies": {
"@pushrocks/smartpromise": "^3.0.6",
"@types/node": "^14.11.2"
}
},
"node_modules/@pushrocks/smartenv/node_modules/@types/node": {
"version": "14.17.15",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-14.17.15.tgz",
"integrity": "sha512-D1sdW0EcSCmNdLKBGMYb38YsHUS6JcM7yQ6sLQ9KuZ35ck7LYCKE7kYFHOO59ayFOY3zobWVZxf4KXhYHcHYFA==",
"license": "MIT"
},
"node_modules/@pushrocks/smarterror": {
"version": "2.0.1",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarterror/-/smarterror-2.0.1.tgz",
@ -4029,17 +3975,6 @@
"socket.io-client": "^4.4.1"
}
},
"node_modules/@pushrocks/smartsocket/node_modules/@pushrocks/isohash": {
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fisohash/-/isohash-2.0.0.tgz",
"integrity": "sha512-a6Vktczk0Q39hBYTuAFqa12QNhy5GcFYhnJ5pqzpE5r3rj3FSS8HLqsoBUwB3b9YHGKYnbky9C3YNhMmFvoLPg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smarthash": "^2.1.10"
}
},
"node_modules/@pushrocks/smartsocket/node_modules/@pushrocks/smartenv": {
"version": "5.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-5.0.0.tgz",
@ -4064,16 +3999,16 @@
}
},
"node_modules/@pushrocks/smartstate": {
"version": "1.0.23",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartstate/-/smartstate-1.0.23.tgz",
"integrity": "sha512-+2giSm8b2uLmWF61sEMmR7Jl9buDep4NbefyfXUbnUsWJzTpnC/PQbLfC001oZD6p8VfW0lB4brHmHFpBwVUfw==",
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartstate/-/smartstate-2.0.0.tgz",
"integrity": "sha512-W+IkaaVEEkrgGD7hdWau0IqU7OZeQ99TMPnK85KvZx9RiSVu9Q4B3vSk8YQAB4kCbyqgu8YF6fg/OmNZ6eCG4g==",
"license": "MIT",
"dependencies": {
"@pushrocks/isohash": "^1.0.2",
"@pushrocks/lik": "^5.0.1",
"@pushrocks/isohash": "^2.0.0",
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrx": "^2.0.20"
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrx": "^2.0.25"
}
},
"node_modules/@pushrocks/smartstring": {
@ -8556,6 +8491,7 @@
"version": "2.6.7",
"resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"whatwg-url": "^5.0.0"
@ -8576,18 +8512,21 @@
"version": "0.0.3",
"resolved": "https://verdaccio.lossless.one/tr46/-/tr46-0.0.3.tgz",
"integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=",
"dev": true,
"license": "MIT"
},
"node_modules/node-fetch/node_modules/webidl-conversions": {
"version": "3.0.1",
"resolved": "https://verdaccio.lossless.one/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
"integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=",
"dev": true,
"license": "BSD-2-Clause"
},
"node_modules/node-fetch/node_modules/whatwg-url": {
"version": "5.0.0",
"resolved": "https://verdaccio.lossless.one/whatwg-url/-/whatwg-url-5.0.0.tgz",
"integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
"dev": true,
"license": "MIT",
"dependencies": {
"tr46": "~0.0.3",
@ -11574,9 +11513,9 @@
}
},
"@apiglobal/typedrequest": {
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-2.0.0.tgz",
"integrity": "sha512-dpgBO9kVC+n8sTBuUfmlc30k2exvZwYR8t40Svk3/rKtp6oxVFUXVNtdP+eoHb2ODihafmz3UV0fr4Tkpwh1kA==",
"version": "2.0.3",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-2.0.3.tgz",
"integrity": "sha512-bRXiv3OwPh4uA4ete9maHXyF3CMNz8rc81r41DBeYzscaadKlQSK0ewOBLQjjZ2MBWDAGR0NbGBEaJJrXqYS0w==",
"requires": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isounique": "^1.0.5",
@ -11602,28 +11541,6 @@
"@pushrocks/isohash": "^2.0.0",
"@pushrocks/smartsocket": "^2.0.6",
"@pushrocks/smartstring": "^4.0.2"
},
"dependencies": {
"@pushrocks/isohash": {
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fisohash/-/isohash-2.0.0.tgz",
"integrity": "sha512-a6Vktczk0Q39hBYTuAFqa12QNhy5GcFYhnJ5pqzpE5r3rj3FSS8HLqsoBUwB3b9YHGKYnbky9C3YNhMmFvoLPg==",
"dev": true,
"requires": {
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smarthash": "^2.1.10"
}
},
"@pushrocks/smartenv": {
"version": "5.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-5.0.0.tgz",
"integrity": "sha512-zYjS3GFD8N3/71cOm23fznaAtgrguk/7PD6RV+WitOAZFZxFM+QTr8kR4iFX3cysYLJ2Iskn5FlPQuBHk5oe3A==",
"dev": true,
"requires": {
"@pushrocks/smartpromise": "^3.1.7",
"@types/node": "^17.0.21"
}
}
}
},
"@babel/code-frame": {
@ -12758,39 +12675,14 @@
}
},
"@designestate/dees-comms": {
"version": "1.0.16",
"resolved": "https://verdaccio.lossless.one/@designestate%2fdees-comms/-/dees-comms-1.0.16.tgz",
"integrity": "sha512-Y38dn+rXRo6PwgBuqMzbUKj8p5nFu58aFrnQQV+HxcXq4TC2xtGuNBR3RDXeYfVOhaiTuQaKYYi8f9X1/2rUJQ==",
"version": "1.0.22",
"resolved": "https://verdaccio.lossless.one/@designestate%2fdees-comms/-/dees-comms-1.0.22.tgz",
"integrity": "sha512-zZ2AwCy49sj1fNyeSMtAxcN4qAGiP5+OjJCtY88YjrNbvD83v4GZpjci0nFUPuvOkCoeo18Uw8xgZSDy8lc59Q==",
"requires": {
"@apiglobal/typedrequest": "^1.0.65",
"@apiglobal/typedrequest": "^2.0.3",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/smartdelay": "^2.0.13",
"broadcast-channel": "^3.7.0"
},
"dependencies": {
"@apiglobal/typedrequest": {
"version": "1.0.67",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-1.0.67.tgz",
"integrity": "sha512-f8DiYAv9ci7jgs39Q3kb64aII3TtWL+vYSYB+38wtvldXW3YY+Ub/wdur0/15yt/0EYzx9JLqLfylyDHZ7zyMQ==",
"requires": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isounique": "^1.0.4",
"@pushrocks/lik": "^5.0.0",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/webrequest": "^2.0.13"
}
},
"@pushrocks/webrequest": {
"version": "2.0.15",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-2.0.15.tgz",
"integrity": "sha512-75aaLAMmyBlHvoEABANJUxcjoVLv4TEH3B9TLMi7jdx8UePFfZmbtymKfkpHO0gu3Q60dqRJowp/DWVl0sR/gg==",
"requires": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^4.0.16",
"@pushrocks/smartjson": "^4.0.6",
"node-fetch": "^2.6.1"
}
}
}
},
"@gitzone/tsbuild": {
@ -12818,9 +12710,9 @@
}
},
"@gitzone/tsbundle": {
"version": "1.0.101",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.101.tgz",
"integrity": "sha512-OJlcZZofnSQX3ZnWv7UH51dyyyYN/n36zEzvEHszIcpb22cKHEqI9tQqqsTXo6bxJeA8lOmkJzu7wsVAwP9i1Q==",
"version": "1.0.102",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.102.tgz",
"integrity": "sha512-3DyYTEM/dXG43LqerBsvF/oNHSvsH117qAvLpKNMP71SSLmpqqSxYdXU3HTQGjOW9S6ejkTeuJE9HkzOix+6nQ==",
"dev": true,
"requires": {
"@babel/core": "^7.17.7",
@ -13859,12 +13751,22 @@
}
},
"@pushrocks/isohash": {
"version": "1.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fisohash/-/isohash-1.0.2.tgz",
"integrity": "sha512-TeXlktpAoLFDeXFJyhHTUOIiaZQ2oSdtEdbVt8/sA3lBMBfu+BXgfq5RLvQnqCDFpWKGmu9hn0P5NNK6zXQUkw==",
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fisohash/-/isohash-2.0.0.tgz",
"integrity": "sha512-a6Vktczk0Q39hBYTuAFqa12QNhy5GcFYhnJ5pqzpE5r3rj3FSS8HLqsoBUwB3b9YHGKYnbky9C3YNhMmFvoLPg==",
"requires": {
"@pushrocks/smartenv": "^4.0.11",
"@pushrocks/smarthash": "^2.1.6"
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smarthash": "^2.1.10"
},
"dependencies": {
"@pushrocks/smartenv": {
"version": "5.0.1",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-5.0.1.tgz",
"integrity": "sha512-MGTeCwNvegiPOAFt+HO7+FNavapl1SAiUelkJgyr/7sCzCHe9qBDkjLzOAE5N7tK+/2+vdj0Gsk8b022FKnNPA==",
"requires": {
"@pushrocks/smartpromise": "^3.1.7"
}
}
}
},
"@pushrocks/isounique": {
@ -13951,22 +13853,6 @@
"@pushrocks/smartpromise": "^3.0.6"
}
},
"@pushrocks/smartenv": {
"version": "4.0.16",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-4.0.16.tgz",
"integrity": "sha512-NwYMONDc/NjY6BGvzZzLMteF83kPQTF9BCGfqWbktUUruEtdqL+nGw6ecoLFi2b5u7XPb8jK1TKIcSvpNJ7SyA==",
"requires": {
"@pushrocks/smartpromise": "^3.0.6",
"@types/node": "^14.11.2"
},
"dependencies": {
"@types/node": {
"version": "14.17.15",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-14.17.15.tgz",
"integrity": "sha512-D1sdW0EcSCmNdLKBGMYb38YsHUS6JcM7yQ6sLQ9KuZ35ck7LYCKE7kYFHOO59ayFOY3zobWVZxf4KXhYHcHYFA=="
}
}
},
"@pushrocks/smarterror": {
"version": "2.0.1",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarterror/-/smarterror-2.0.1.tgz",
@ -14357,16 +14243,6 @@
"socket.io-client": "^4.4.1"
},
"dependencies": {
"@pushrocks/isohash": {
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fisohash/-/isohash-2.0.0.tgz",
"integrity": "sha512-a6Vktczk0Q39hBYTuAFqa12QNhy5GcFYhnJ5pqzpE5r3rj3FSS8HLqsoBUwB3b9YHGKYnbky9C3YNhMmFvoLPg==",
"dev": true,
"requires": {
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smarthash": "^2.1.10"
}
},
"@pushrocks/smartenv": {
"version": "5.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-5.0.0.tgz",
@ -14391,15 +14267,15 @@
}
},
"@pushrocks/smartstate": {
"version": "1.0.23",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartstate/-/smartstate-1.0.23.tgz",
"integrity": "sha512-+2giSm8b2uLmWF61sEMmR7Jl9buDep4NbefyfXUbnUsWJzTpnC/PQbLfC001oZD6p8VfW0lB4brHmHFpBwVUfw==",
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartstate/-/smartstate-2.0.0.tgz",
"integrity": "sha512-W+IkaaVEEkrgGD7hdWau0IqU7OZeQ99TMPnK85KvZx9RiSVu9Q4B3vSk8YQAB4kCbyqgu8YF6fg/OmNZ6eCG4g==",
"requires": {
"@pushrocks/isohash": "^1.0.2",
"@pushrocks/lik": "^5.0.1",
"@pushrocks/isohash": "^2.0.0",
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrx": "^2.0.20"
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrx": "^2.0.25"
}
},
"@pushrocks/smartstring": {
@ -17555,6 +17431,7 @@
"version": "2.6.7",
"resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"dev": true,
"requires": {
"whatwg-url": "^5.0.0"
},
@ -17562,17 +17439,20 @@
"tr46": {
"version": "0.0.3",
"resolved": "https://verdaccio.lossless.one/tr46/-/tr46-0.0.3.tgz",
"integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
"integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=",
"dev": true
},
"webidl-conversions": {
"version": "3.0.1",
"resolved": "https://verdaccio.lossless.one/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
"integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE="
"integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=",
"dev": true
},
"whatwg-url": {
"version": "5.0.0",
"resolved": "https://verdaccio.lossless.one/whatwg-url/-/whatwg-url-5.0.0.tgz",
"integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
"dev": true,
"requires": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"

View File

@ -1,6 +1,6 @@
{
"name": "@designestate/dees-domtools",
"version": "2.0.2",
"version": "2.0.5",
"private": false,
"description": "tools to simplify complex css structures",
"main": "dist_ts/index.js",
@ -15,7 +15,7 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tsbundle": "^1.0.101",
"@gitzone/tsbundle": "^1.0.102",
"@gitzone/tstest": "^1.0.70",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.23",
@ -23,14 +23,14 @@
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@apiglobal/typedrequest": "^2.0.0",
"@designestate/dees-comms": "^1.0.16",
"@apiglobal/typedrequest": "^2.0.3",
"@designestate/dees-comms": "^1.0.22",
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrouter": "^1.0.12",
"@pushrocks/smartrx": "^2.0.25",
"@pushrocks/smartstate": "^1.0.23",
"@pushrocks/smartstate": "^2.0.0",
"@pushrocks/webrequest": "^3.0.3",
"@pushrocks/websetup": "^3.0.16",
"@pushrocks/webstore": "^1.0.18",

View File

@ -43,10 +43,6 @@ export const globalBaseStyles: string = css`
format('woff2');
}
/* Roboto Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300;400');
/* global body styles */
body {
margin: 0px;