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 13, 2024
1 parent cb5a750 commit 0ea5977
Show file tree
Hide file tree
Showing 15 changed files with 681 additions and 654 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 13, 2024 5:25 AM UTC.
# Last generated Mar 13, 2024 6:30 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 Mar 13, 2024 5:25 AM UTC.
# Last generated Mar 13, 2024 6:30 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="QxrRMZKwIbrxaVZrT8ajFeh9nSYkvqQZIFidmlXD75D54Uf+DyjABRKYPg7Gge7bUj/5H1SIQmJwSFon6PIenuWGaxLQUxOaPlgvUruNI3/m4mBTiquip+oKA+UPANYNKH04TDekFCrvlAF3W3ZpNGrvpSYk0I/QTgpkhYXJJrKBSb/VgQ/4+hrCI7uVl9XpDldQbDAUspjg+REwl10Rh1j95g7mpc5NcDTq/6xi2Ra1EN3uEpMkvBDZ2vsVX4FPTA=="
DOTENV_VAULT_DEV_VERSION=441
DOTENV_VAULT_DEV="co1WbpptWGjjMUlHU8AIk0riWlACbPyd/aWAuGXsKTEEeqRbmtbgn0vAgJOir5ExNeXObMGiWZjP76l2ex08FTjgT/KLwzHYEby7SpUPFgMztxI1Wc6tjMsxcgSIzNYFUB5pj2OZ9wjZ3qP7xa4LzWMGgozhwpUHgX+B+BR11rBo6lLepPxA/F5Z9zCfGkMV3UXixJh2Ut9PKY+93t4kfypFKd1yiZPQUg9foQyIRRVpDWNOl9TJaIi+CqOxlL2abg=="
DOTENV_VAULT_DEV_VERSION=443

# ci
DOTENV_VAULT_CI="TFEhxUzzCRY3p6vnmIyNB/6C4Ztww1ifnh5buWck8iPK51FUkGhcTboUitOeiKoDv48iLGkWVL7/NdCxtsDoxmK27UUq8gPPCIvTAsLW7wUhM5gAiuSFhWjd9aQop33raKbfBG0TliRY2TCWLFMX1o3ZURwkj332ib7EWMuw8g=="
DOTENV_VAULT_CI_VERSION=441
DOTENV_VAULT_CI="YjBZQDF1ELn3MYQ/xMi4PtzUf8OKy3RFJrnnwmVqpSvitKqdmh5LgA3JbkkogkqbZ69jvQGHz1usnu9CbrM8ak9nEQaATrhlnBVohDbVMb+Wf+opLZ/GDEQhTVrx7GvbQujGTvoQ6xWIcvqCl2WxPLbNN1qK37U0jOYNVLDIEA=="
DOTENV_VAULT_CI_VERSION=443

# 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 13, 2024 5:25 AM UTC.
# Last generated Mar 13, 2024 6:30 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 Mar 13, 2024 5:25 AM UTC.
# Last generated Mar 13, 2024 6:30 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 Mar 13, 2024 5:25 AM UTC.
# Last generated Mar 13, 2024 6:30 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 Mar 13, 2024 5:25 AM UTC.
# Last generated Mar 13, 2024 6:30 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` Mar 13, 2024 5:25 AM UTC.
* Last generated using `./settings.mjs` Mar 13, 2024 6:30 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 Mar 13, 2024 5:25 AM UTC.
# Last generated Mar 13, 2024 6:30 AM UTC.

# Locals

Expand Down
16 changes: 8 additions & 8 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.907",
"version": "1.0.908",
"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 0ea5977

Please sign in to comment.