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 82c3571 commit 88b0ce3
Show file tree
Hide file tree
Showing 15 changed files with 155 additions and 93 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 Feb 28, 2024 6:13 PM UTC.
# Last generated Mar 1, 2024 10:35 AM 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 Feb 28, 2024 6:13 PM UTC.
# Last generated Mar 1, 2024 10:35 AM 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="1grZ/WtjdQmeCHoygC84p+bV7wOnHsIDEAkrxwN06bke71kjBDQGOxbuGZkVQCNySkZZz6cM+8y03juezC8usBIabKdRO/BrRBbrYmKN4WS6wjnMQmB8rwzdh+4w9SFD6oM0MDHnB9e79WYPrDCqlYcg8r2hbopghyj53rRAEmfzC2o2ZObtPAYb7zdoHW/Q4F/tBY8H6byCntf0X0VBMtKP1KNUtnIbIE6l5NPqMMT+39e++WsUsFrtD6rnfAybiw=="
DOTENV_VAULT_DEV_VERSION=375
DOTENV_VAULT_DEV="mmKRm7X+Pgmm7u6P0FoPZ/0JtvLznMa0XU6WBuolJIKjy8/FjTFhBNYSRI4qBVNJE2cn9AKjpp9bT2wi9DiboxUtPfO7YGhfvMC11mKMxotP02HOCALV+IV7yPGOd8enldbf024UxRvWsKMokEOCXFfTlSZ7amEbFCCheHJTTS3DRbOURFlFI7i91/jLlqS3t+YRkzoH9E+4F2KdMVwBboD57v6z9X4mI5/U42U/ta2e6HbO5SlvbG/cNbbdwHmY6Q=="
DOTENV_VAULT_DEV_VERSION=377

# ci
DOTENV_VAULT_CI="X11J9vNhZwTSEqSQWUaRX0RDsv/wRSse/IYUWXUBlbTXXGi/p9OLpxqJmr6ArZh2dOfDpp8xRlv8wJ2oxEFLSC9h1yvyo58CttFcR9IVa5QZziPYBRE05R6nEhN11z+jFRliJXQyqLIRuxd7xkdVmXJy2IW3vmf9otBlfU3i/A=="
DOTENV_VAULT_CI_VERSION=375
DOTENV_VAULT_CI="UY4qlh2/75TKKBRxQxnGFL37z73+/JkNDSR2BBBuo/SOWNr6fY6Zwe0i8FZuIaJ0WxX9PxTw+Lr3c7A1frxEkkayFwSMRKTN24KWkeJT+7Iga+zaqa3K7mkncWUgXhHoR2rhJOhx7kkYGY/REf6Cgdbod8tMoIDrDyL0SK6F2w=="
DOTENV_VAULT_CI_VERSION=377

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

# Locals

Expand Down
119 changes: 66 additions & 53 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.874",
"version": "1.0.875",
"license": "GPL-3.0-or-later",
"name": "@clevercanyon/utilities",
"description": "Utilities for JavaScript apps running in any environment.",
Expand Down
Loading

0 comments on commit 88b0ce3

Please sign in to comment.