From a29fbdd0b10822fa64706615e53f7782f0fd1dfe Mon Sep 17 00:00:00 2001 From: Jason Caldwell Date: Fri, 17 May 2024 05:16:51 -0400 Subject: [PATCH] Project update. [p][robotic] --- .browserslistrc | 12 ++++++------ .dockerignore | 2 +- .env.vault | 8 ++++---- .gitattributes | 2 +- .gitignore | 2 +- .npmignore | 2 +- .prettierignore | 2 +- .vscode/settings.json | 2 +- .vscodeignore | 2 +- package.json | 2 +- src/preact/components/consent-dialog.tsx | 2 +- tsconfig.json | 2 +- wrangler.toml | 2 +- 13 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.browserslistrc b/.browserslistrc index 05256159..fdde6ea0 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -17,14 +17,14 @@ # Generated data. # -# Last generated May 4, 2024 7:01 AM UTC. +# Last generated May 17, 2024 9:16 AM UTC. [production] node >= 20.9.0 and_chr >= 92 chrome >= 92 and_ff >= 90 -android >= 123 +android >= 124 edge >= 92 samsung >= 16.0 safari >= 15.4 @@ -48,7 +48,7 @@ node >= 20.9.0 and_chr >= 92 chrome >= 92 and_ff >= 90 -android >= 123 +android >= 124 edge >= 92 samsung >= 16.0 safari >= 15.4 @@ -72,7 +72,7 @@ node >= 20.9.0 and_chr >= 92 chrome >= 92 and_ff >= 90 -android >= 123 +android >= 124 edge >= 92 samsung >= 16.0 safari >= 15.4 @@ -107,7 +107,7 @@ not dead and_chr >= 92 chrome >= 92 and_ff >= 90 -android >= 123 +android >= 124 edge >= 92 samsung >= 16.0 safari >= 15.4 @@ -130,7 +130,7 @@ not dead and_chr >= 92 chrome >= 92 and_ff >= 90 -android >= 123 +android >= 124 edge >= 92 samsung >= 16.0 safari >= 15.4 diff --git a/.dockerignore b/.dockerignore index 0eb7d4d5..34088190 100644 --- a/.dockerignore +++ b/.dockerignore @@ -17,7 +17,7 @@ # Generated data. # -# Last generated May 4, 2024 7:01 AM UTC. +# Last generated May 17, 2024 9:16 AM UTC. # Locals diff --git a/.env.vault b/.env.vault index b91e4517..e4c20470 100644 --- a/.env.vault +++ b/.env.vault @@ -8,12 +8,12 @@ DOTENV_VAULT_MAIN="7GW98NfL4hM4N6HbfeDXCKreVxKvcVPupFRnZ8XJ+pomaQ==" DOTENV_VAULT_MAIN_VERSION=1 # dev -DOTENV_VAULT_DEV="jeodMmDRD3SPTRE8S2YYVB5CQ9ESroHJBu33PWjclA/GWRUTMrBBXkd/lejCdhoDAuLahOtzrXjR4l6NUmilty4rLLFqYdfr7K9pTN0/cN1iI6pq1D6LU7xd0te6JmNWsasqRwMe363i7Fvb4SovpbxFyA1Xfxw95cviYwQsBOZ/XSH2U7qRLfsipItDCzDs1HCNE1mLrAKPxcj63WVky8IqMABkYlNw5lKRNfrqyZ0vfIWfFSWny7BYo75ucKrDYw==" -DOTENV_VAULT_DEV_VERSION=547 +DOTENV_VAULT_DEV="tScomtZkGBsJTiE7ZV7L1UF5torK+Os7TwirhcHU3LI1pD8GZ+cBarOio1OQYarWVJAjU56xNHS2squ93GgJ1tmEE8NbAUvVk55G8SmuXZMYBVaPib6uxintf9AJtALWZoE0kXv4jJzV57TLvt8C1TsmHc0E+lq+be0SHDb2lRZgDLVrNQGAz9Blwbuyz1BC2tGBqhMHSk33l/+/v/VFpd+W4xUInclq9tS7JNWmoAEZSTIhFfzXiWWUbLvn21loaQ==" +DOTENV_VAULT_DEV_VERSION=549 # ci -DOTENV_VAULT_CI="/PgfxUMzNU49nSO2Ef1DnGjrdTRrqmwcDda5wuiSnE2T6095/hCdNXxAZC2DRZqfuf/CoCQ+Ktp6maeaWokxt+Jx85j7rQ6hxEZxcLbie434rswo4U7uKthqm+kVqREp7jlfdf4o/18kcvLET2PR8rK/Aq0INygPxtNyIrC2PA==" -DOTENV_VAULT_CI_VERSION=547 +DOTENV_VAULT_CI="E7hnrgsJ2qQs+sJhC0rdu9xhQ4h/0X0pSrgdGO3VpMvcgFSzbxgbWHgc2+xosQMvG2sfdl1yUTHAgKclQz8sietq3AswlcoqDKIHQ2Do/OfBA7Ft2TWrFcKjq0PFP7t3bXWIu36PSworzYJQfMvrRZnzxJsx4tMHk70UzvbUAA==" +DOTENV_VAULT_CI_VERSION=549 # stage DOTENV_VAULT_STAGE="aRP8su2YV4jZu3w1HZ/SLaots0IwJDFw75TCpvXEFeNp7tw=" diff --git a/.gitattributes b/.gitattributes index 64bed7ec..86c6f30e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,7 +17,7 @@ # Generated data. # -# Last generated May 4, 2024 7:01 AM UTC. +# Last generated May 17, 2024 9:16 AM UTC. # Default diff --git a/.gitignore b/.gitignore index ceb4653b..5ad9dac7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,7 @@ # Generated data. # -# Last generated May 4, 2024 7:01 AM UTC. +# Last generated May 17, 2024 9:16 AM UTC. # Locals diff --git a/.npmignore b/.npmignore index 8eade59f..e8030e80 100644 --- a/.npmignore +++ b/.npmignore @@ -25,7 +25,7 @@ # Generated data. # -# Last generated May 4, 2024 7:01 AM UTC. +# Last generated May 17, 2024 9:16 AM UTC. # Locals diff --git a/.prettierignore b/.prettierignore index 1beb78ac..cbee3b3a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -17,7 +17,7 @@ # Generated data. # -# Last generated May 4, 2024 7:01 AM UTC. +# Last generated May 17, 2024 9:16 AM UTC. # Packages diff --git a/.vscode/settings.json b/.vscode/settings.json index 94b548fd..103b0a85 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,7 @@ * @note This entire file will be updated automatically. * @note Instead of editing here, please review `./settings.mjs`. * - * Last generated using `./settings.mjs` May 4, 2024 7:01 AM UTC. + * Last generated using `./settings.mjs` May 17, 2024 9:16 AM UTC. */ { "editor.formatOnType": false, diff --git a/.vscodeignore b/.vscodeignore index c15cdb45..ae967dfe 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -17,7 +17,7 @@ # Generated data. # -# Last generated May 4, 2024 7:01 AM UTC. +# Last generated May 17, 2024 9:16 AM UTC. # Locals diff --git a/package.json b/package.json index 3324ca3d..22f847b6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.960", + "version": "1.0.961", "license": "GPL-3.0-or-later", "name": "@clevercanyon/utilities", "description": "Utilities for JavaScript apps running in any environment.", diff --git a/src/preact/components/consent-dialog.tsx b/src/preact/components/consent-dialog.tsx index f06bd06e..58b91657 100644 --- a/src/preact/components/consent-dialog.tsx +++ b/src/preact/components/consent-dialog.tsx @@ -234,7 +234,7 @@ export default function ConsentDialog(): $preact.VNode { Cookie Preferences

- By using our website you consent to all Essential Cookies in accordance with our{' '} + By using this website you consent to all Essential Cookies in accordance with our{' '} privacy policy {' '} diff --git a/tsconfig.json b/tsconfig.json index a92d8f58..3d54a43c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ * @note This entire file will be updated automatically. * @note Instead of editing here, please review `./tsconfig.mjs`. * - * Last generated using `./tsconfig.mjs` May 4, 2024 7:01 AM UTC. + * Last generated using `./tsconfig.mjs` May 17, 2024 9:16 AM UTC. */ { "include": ["./src/**/*", "./dev-types.d.ts"], diff --git a/wrangler.toml b/wrangler.toml index a9143049..9c70059b 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -7,7 +7,7 @@ # @note This entire file will be updated automatically. # @note Instead of editing here, please review `./wrangler.mjs`. # -# Last generated using `./wrangler.mjs` May 4, 2024 7:01 AM UTC. +# Last generated using `./wrangler.mjs` May 17, 2024 9:16 AM UTC. ## send_metrics = false