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 3, 2024
1 parent 1867568 commit f3c8f3f
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 70 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 3, 2024 4:50 AM UTC.
# Last generated Mar 3, 2024 2:59 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 3, 2024 4:50 AM UTC.
# Last generated Mar 3, 2024 2:59 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="DFIBDzQdmVGRqvv28DqppQXu022vxdBGkDvbl9NZC++tSdisq+7VD71Ax0myQio9c7BRzsE3SE3Zn1FPVMELZ93QrFPjYNOt+o9jwUu3+weDUcG+mSfYzUR7buqGt2Mu/z6U36g1TvhyQ0rljH16h0ZeXwCR5f/euzjsN61dc70gFXlQzhZbQQtKPFF74pCCcF1xcBntBHY1eeJj+yM2e3NPkmw0ai80HXqtu2VE7vHC9mc/EA0x4KEuy5jKFlIb3Q=="
DOTENV_VAULT_DEV_VERSION=385
DOTENV_VAULT_DEV="GuFRIFjga/jL6U8IT791e9fq+HBWuMDIAYYiJ+x/zrJjp20LhbL/sUML4oeAxU+ldawVnSDylufv+cQGC1JFumvFvspj78OZoFI6lraKTZ+YMIZJW/5up22uK2bVlWhr9KNvsgDHW/wOAJJAciFfvnqURcB+zj/Kyn7wpj6boCT2i9FeH+aXA+2EoKUwxOk8ICQTObV47H+jfrrGmvrQvnB0f8yT6E+Z7/mw1NlkL4vrql3FZBpb3nTjxK02JDlTOQ=="
DOTENV_VAULT_DEV_VERSION=387

# ci
DOTENV_VAULT_CI="+9c++Uda7KN0IsDoGSmeWmf+IPyAd26M8sQ71AHRYjvpmfkZZlKcjmeoEWL0Yoh/O42fei8d066Fr2fDvTWdwBMVdIbkYH+k25qxfkVA+FZDNGorMbGSi7ZWmuUc6WxUS3POqHifcErkenWFSyeeBK15pUqI56gME2/aAMS3Wg=="
DOTENV_VAULT_CI_VERSION=385
DOTENV_VAULT_CI="oj7EQxI2DxGMe/Zfvrlz3MsxcvP0/K5evWtt+hInBga36y05FlJ1ug9HYHh/oB8cQuYtBroA2YDYSyyNkTnfru7qywxxnKpZeEiifsDoq3ITst9Ezxom0rrmrELPiR4dPbaSHgCCBcDOCsSoHL8PYnqfJcgnxp+oVLjMUSl3Vg=="
DOTENV_VAULT_CI_VERSION=387

# 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 3, 2024 4:50 AM UTC.
# Last generated Mar 3, 2024 2:59 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 3, 2024 4:50 AM UTC.
# Last generated Mar 3, 2024 2:59 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 3, 2024 4:50 AM UTC.
# Last generated Mar 3, 2024 2:59 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 3, 2024 4:50 AM UTC.
# Last generated Mar 3, 2024 2:59 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 3, 2024 4:50 AM UTC.
* Last generated using `./settings.mjs` Mar 3, 2024 2:59 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 3, 2024 4:50 AM UTC.
# Last generated Mar 3, 2024 2:59 PM UTC.

# Locals

Expand Down
106 changes: 53 additions & 53 deletions package-lock.json

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

6 changes: 3 additions & 3 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.879",
"version": "1.0.880",
"license": "GPL-3.0-or-later",
"name": "@clevercanyon/utilities",
"description": "Utilities for JavaScript apps running in any environment.",
Expand Down Expand Up @@ -326,7 +326,7 @@
"ignore": "5.3.0",
"ip-regex": "5.0.0",
"micro-memoize": "4.1.2",
"micromatch": "npm:@clevercanyon/micromatch.fork@^4.0.134",
"micromatch": "npm:@clevercanyon/micromatch.fork@^4.0.135",
"parse-css-color": "0.2.1",
"preact": "10.19.2",
"preact-render-to-string": "6.3.1",
Expand All @@ -337,7 +337,7 @@
"optionalDependencies": {},
"bundleDependencies": [],
"devDependencies": {
"@clevercanyon/dev-deps": "^1.0.366"
"@clevercanyon/dev-deps": "^1.0.367"
},
"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 3, 2024 4:50 AM UTC.
* Last generated using `./tsconfig.mjs` Mar 3, 2024 2:59 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 3, 2024 4:50 AM UTC.
# Last generated using `./wrangler.mjs` Mar 3, 2024 2:59 PM UTC.
##

send_metrics = false
Expand Down

0 comments on commit f3c8f3f

Please sign in to comment.