Skip to content

Commit

Permalink
Bump the effect group across 1 directory with 5 updates (#2151)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Wilkinson <[email protected]>
  • Loading branch information
dependabot[bot] and thewilkybarkid authored Dec 20, 2024
1 parent 6429742 commit ad70b73
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 68 deletions.
126 changes: 63 additions & 63 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"type": "module",
"dependencies": {
"@arendjr/text-clipper": "npm:@jsr/arendjr__text-clipper@^3.0.0",
"@effect/platform": "^0.71.4",
"@effect/platform-node": "^0.67.0",
"@effect/sql": "^0.24.0",
"@effect/sql-libsql": "^0.13.0",
"@effect/platform": "^0.71.6",
"@effect/platform-node": "^0.67.2",
"@effect/sql": "^0.24.2",
"@effect/sql-libsql": "^0.14.0",
"@hapi/address": "^5.1.1",
"@js-temporal/polyfill": "^0.4.4",
"@keyv/redis": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipe(
Layer.mergeAll(
LibsqlClient.layerConfig({
url: Config.string('LIBSQL_URL'),
authToken: Config.withDefault(Config.string('LIBSQL_AUTH_TOKEN'), undefined),
authToken: Config.withDefault(Config.redacted('LIBSQL_AUTH_TOKEN'), undefined),
}),
Layer.effectDiscard(Effect.logDebug('Database connected')),
Layer.scopedDiscard(Effect.addFinalizer(() => Effect.logDebug('Database disconnected'))),
Expand Down

0 comments on commit ad70b73

Please sign in to comment.