domains mostly finished

This commit is contained in:
Matt Hill
2025-08-05 17:29:48 -06:00
parent 3835562200
commit d8d1009417
30 changed files with 427 additions and 410 deletions

19
web/package-lock.json generated
View File

@@ -62,6 +62,7 @@
"patch-db-client": "file:../patch-db/client",
"pbkdf2": "^3.1.2",
"rxjs": "^7.8.2",
"tldts": "^7.0.11",
"ts-matches": "^6.3.2",
"tslib": "^2.8.1",
"uuid": "^8.3.2",
@@ -12185,6 +12186,24 @@
"url": "https://github.com/sponsors/SuperchupuDev"
}
},
"node_modules/tldts": {
"version": "7.0.11",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.11.tgz",
"integrity": "sha512-7k7JV/LZpGhFUu2t+YDaMZ1wdPPRNpaCYNQ0NQbSLY3Rbgy+XbCdkXyqRiS9TLXiYAsrv0yiA0OvnxmgRFCdNA==",
"license": "MIT",
"dependencies": {
"tldts-core": "^7.0.11"
},
"bin": {
"tldts": "bin/cli.js"
}
},
"node_modules/tldts-core": {
"version": "7.0.11",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.11.tgz",
"integrity": "sha512-65eeOpBwWBabh0XqT+zB0vEllq/V3XcrF2fhgMXWWFfNw1yxEjeYg9Vv/B/UNozd0CTR/TohO1ubfn6O6mBW3w==",
"license": "MIT"
},
"node_modules/tmp": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",