Skip to content

Commit 6c83d5f

Browse files
Update package.json version
1 parent f699ccd commit 6c83d5f

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sophia/ui",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "Sophia AI platform",
55
"author": "https://themeforest.net/user/srcn, Daniel Campagnoli, TrafficGuard Pty Ltd, and contributors",
66
"license": "https://themeforest.net/licenses/standard",

package-lock.json

Lines changed: 2 additions & 2 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": "@trafficguard/sophia",
3-
"version": "0.0.1-dev",
3+
"version": "0.1.0",
44
"description": "AI agent & LLM app platform",
55
"private": true,
66
"type": "commonjs",

variables/local.env.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ GCLOUD_REGION=us-central1
1313
# https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude#anthropic_claude_region_availability
1414
# Currently Opus is only available in us-east5. Defaults to GCLOUD_REGION if not provided
1515
GCLOUD_CLAUDE_REGION=us-east5
16-
# Blank to use the (default) database
17-
FIRESTORE_DATABASE=
16+
FIRESTORE_DATABASE=sophia
1817

1918
# OpenTelemetry tracing configuration
2019
TRACE_AGENT_ENABLED=true

0 commit comments

Comments
 (0)