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 1, 2024
1 parent 4cd4e47 commit abf41eb
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 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 1, 2024 10:35 AM UTC.
# Last generated Mar 1, 2024 2:56 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 1, 2024 10:35 AM UTC.
# Last generated Mar 1, 2024 2:56 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="mmKRm7X+Pgmm7u6P0FoPZ/0JtvLznMa0XU6WBuolJIKjy8/FjTFhBNYSRI4qBVNJE2cn9AKjpp9bT2wi9DiboxUtPfO7YGhfvMC11mKMxotP02HOCALV+IV7yPGOd8enldbf024UxRvWsKMokEOCXFfTlSZ7amEbFCCheHJTTS3DRbOURFlFI7i91/jLlqS3t+YRkzoH9E+4F2KdMVwBboD57v6z9X4mI5/U42U/ta2e6HbO5SlvbG/cNbbdwHmY6Q=="
DOTENV_VAULT_DEV_VERSION=377
DOTENV_VAULT_DEV="bsx6am+4gQ97RkJfxP6v8JRWNqy4mARc79/pssqKWTu8ypm/iEMBl9K6x0Il5tnVrrCmUspXksW35YscYCC0pDnK+QJimdoqRLx92pGrIPCc/Xri/6b8f+t1Ax7Z6ihKRwXlyXeADfyUy0sG4Ce/7syNP3H17Jkr1wxOhwiDE8A4iyXaMrLERzrtNVtfMIHSFCLCr9wCJUK8NBQ5CQxR3GnR8ummfHUYbpk9Q0xKzjSdqXh1ZKaCvcStJaJmdvyFRA=="
DOTENV_VAULT_DEV_VERSION=379

# ci
DOTENV_VAULT_CI="UY4qlh2/75TKKBRxQxnGFL37z73+/JkNDSR2BBBuo/SOWNr6fY6Zwe0i8FZuIaJ0WxX9PxTw+Lr3c7A1frxEkkayFwSMRKTN24KWkeJT+7Iga+zaqa3K7mkncWUgXhHoR2rhJOhx7kkYGY/REf6Cgdbod8tMoIDrDyL0SK6F2w=="
DOTENV_VAULT_CI_VERSION=377
DOTENV_VAULT_CI="zQAT6L2oITwMyeWYE83st63Y9nDJBhAhqeA89fCD00xvJHFWhGM8svO2YoEs5BQHxYLSwwtJUOUcBzWJOIildMBIpMKfUXG3WjrMOyXN6EmG5VQ+RfBlIameRnPFs0lhf+KgNsvLiFo+ns7YVgELOJaf5b3qKB+aTi7n5ssbUw=="
DOTENV_VAULT_CI_VERSION=379

# 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 1, 2024 10:35 AM UTC.
# Last generated Mar 1, 2024 2:56 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 1, 2024 10:35 AM UTC.
# Last generated Mar 1, 2024 2:56 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 1, 2024 10:35 AM UTC.
# Last generated Mar 1, 2024 2:56 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 1, 2024 10:35 AM UTC.
# Last generated Mar 1, 2024 2:56 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 1, 2024 10:35 AM UTC.
* Last generated using `./settings.mjs` Mar 1, 2024 2:56 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 1, 2024 10:35 AM UTC.
# Last generated Mar 1, 2024 2:56 PM UTC.

# Locals

Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.875",
"version": "1.0.876",
"license": "GPL-3.0-or-later",
"name": "@clevercanyon/utilities",
"description": "Utilities for JavaScript apps running in any environment.",
Expand Down Expand Up @@ -337,7 +337,7 @@
"optionalDependencies": {},
"bundleDependencies": [],
"devDependencies": {
"@clevercanyon/dev-deps": "^1.0.363"
"@clevercanyon/dev-deps": "^1.0.364"
},
"overrides": {},
"cpu": ["x64", "arm64"],
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 1, 2024 10:35 AM UTC.
* Last generated using `./tsconfig.mjs` Mar 1, 2024 2:56 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 1, 2024 10:35 AM UTC.
# Last generated using `./wrangler.mjs` Mar 1, 2024 2:56 PM UTC.
##

send_metrics = false
Expand Down

0 comments on commit abf41eb

Please sign in to comment.