Skip to content

Commit d78a673

Browse files
lane711claude
andcommitted
chore: release v2.18.0
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent ca4456d commit d78a673

99 files changed

Lines changed: 2041 additions & 72570 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonicjs",
3-
"version": "2.17.2",
3+
"version": "2.18.0",
44
"private": true,
55
"type": "module",
66
"workspaces": [
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ interface Bindings {
2020
ENVIRONMENT?: string;
2121
CORS_ORIGINS?: string;
2222
JWT_SECRET?: string;
23+
JWT_EXPIRES_IN?: string;
24+
JWT_REFRESH_GRACE_SECONDS?: string;
2325
BUCKET_NAME?: string;
2426
GOOGLE_MAPS_API_KEY?: string;
2527
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ interface Bindings {
2020
ENVIRONMENT?: string;
2121
CORS_ORIGINS?: string;
2222
JWT_SECRET?: string;
23+
JWT_EXPIRES_IN?: string;
24+
JWT_REFRESH_GRACE_SECONDS?: string;
2325
BUCKET_NAME?: string;
2426
GOOGLE_MAPS_API_KEY?: string;
2527
}

0 commit comments

Comments
 (0)