Skip to content

Commit

Permalink
Project update. [p][robotic]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed Mar 11, 2024
1 parent 6f61b2c commit 575d08b
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Mar 11, 2024 10:25 PM UTC.
# Last generated Mar 11, 2024 10:26 PM UTC.

[production]
node >= 20.9.0
Expand Down
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Mar 11, 2024 10:25 PM UTC.
# Last generated Mar 11, 2024 10:26 PM UTC.

# Locals

Expand Down
8 changes: 4 additions & 4 deletions .env.vault
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ DOTENV_VAULT_MAIN="7GW98NfL4hM4N6HbfeDXCKreVxKvcVPupFRnZ8XJ+pomaQ=="
DOTENV_VAULT_MAIN_VERSION=1

# dev
DOTENV_VAULT_DEV="vGryAIflbZ12exY9YMjES8ybsa7+PzHkgO06pWCyN4sfR7b7h28GbeHBBzzDIO0MCniXQLFz9yzE+k17wDgRNIG0QZEglVOpOous+0Jihb/IhtlKZGkKnyUhDmXL+uK4j7jB48DB3mJcu1jRRNQzKv9xrlEULpstsHn1KgTLdB1580Q+fq+mmNJd5kiQ1Ri91cWurpVehKi5W0bIJzznELJ8CUCWZuBJZ+eRGRqSnLocadb+VhhXoF90w19PxPvdng=="
DOTENV_VAULT_DEV_VERSION=415
DOTENV_VAULT_DEV="NcBdOhE2O7BhafTlydX3SleW7c1jmJOwlyBePEOoRcMhh+UFwy+6T/FrAiRztIpSaXCOX1Tl2qATtVI2ICCaaBYWL9QcLjvpm0B5x6fDnV66VGL1biR+EItI4NXErehzQ08Ivl9zt67m0nVrUfHwjELZt48w18T4rov595WIYf9aBkfwn0hFbmtgO6JubYpdwc1m3i8uCY7ekk49J/++AGY/ZCSNfvUzqbvYZ5meqEQtKfsWTkkk3gt/J/KQomYd3w=="
DOTENV_VAULT_DEV_VERSION=417

# ci
DOTENV_VAULT_CI="WqZLRGXSE7Z3dnZxl4Z7lZSYnXqwIpwIfJeHwXpO6FCSXYd07UN+jLJb80pTBjpPErik2mYCqOnKLaJEcRMXpD5XTGZOvntOSCUf5hwulhhBLcR+RdFZxyvog5g0W0qqGslt9pX+GKnYkekrEUdHnMKN9TaIu2Ew9dXCGlI9pQ=="
DOTENV_VAULT_CI_VERSION=415
DOTENV_VAULT_CI="dKoScg4+zi5R9CfqLLfwc7+1ZpXh4QwQaxRmG5TZEKMavbzYOjVq2zjxpuWahUWE7N5sVHtAFiMibLL7mo/ESblsY/zjU1MHnLzD/GsCzoztqlOF+/iHXhu9VTnPX8JxRdRTJ0e1JyH1laiD5s5CpNNsrnp7HR9Q9PdLbMqgWg=="
DOTENV_VAULT_CI_VERSION=417

# stage
DOTENV_VAULT_STAGE="aRP8su2YV4jZu3w1HZ/SLaots0IwJDFw75TCpvXEFeNp7tw="
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Mar 11, 2024 10:25 PM UTC.
# Last generated Mar 11, 2024 10:26 PM UTC.

# Default

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Mar 11, 2024 10:25 PM UTC.
# Last generated Mar 11, 2024 10:26 PM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Generated data.
# <generated:start>

# Last generated Mar 11, 2024 10:25 PM UTC.
# Last generated Mar 11, 2024 10:26 PM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Mar 11, 2024 10:25 PM UTC.
# Last generated Mar 11, 2024 10:26 PM UTC.

# Packages

Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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` Mar 11, 2024 10:25 PM UTC.
* Last generated using `./settings.mjs` Mar 11, 2024 10:26 PM UTC.
*/
{
"editor.formatOnType": false,
Expand Down
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Mar 11, 2024 10:25 PM UTC.
# Last generated Mar 11, 2024 10:26 PM UTC.

# Locals

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.894",
"version": "1.0.895",
"license": "GPL-3.0-or-later",
"name": "@clevercanyon/utilities",
"description": "Utilities for JavaScript apps running in any environment.",
Expand Down
4 changes: 1 addition & 3 deletions src/resources/classes/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -548,10 +548,8 @@ export const getClass = (): Constructor => {
this.logEntryCounter++; // Increments counter.

const logged = this.possiblyThrottledFlush();
if (this.cfw) this.cfw.ctx.waitUntil(logged);

if (this.cfw?.ctx) {
this.cfw.ctx.waitUntil(logged);
}
return logged;
}

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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` Mar 11, 2024 10:25 PM UTC.
* Last generated using `./tsconfig.mjs` Mar 11, 2024 10:26 PM UTC.
*/
{
"include": ["./src/**/*", "./dev-types.d.ts"],
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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` Mar 11, 2024 10:25 PM UTC.
# Last generated using `./wrangler.mjs` Mar 11, 2024 10:26 PM UTC.
##

send_metrics = false
Expand Down

0 comments on commit 575d08b

Please sign in to comment.