Skip to content

Commit

Permalink
chore: bump all sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Jan 11, 2025
1 parent 0debc69 commit 8782e44
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 11 deletions.
Binary file modified pipes/data-table/bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions pipes/data-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"build": "next build --no-lint",
"start": "next start",
"lint": "next lint"
},
Expand All @@ -23,8 +23,8 @@
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "^1.1.5",
"@screenpipe/js": "^1.0.0",
"@screenpipe/browser": "0.1.12",
"@screenpipe/browser": "^0.1.17",
"@screenpipe/js": "^1.0.6",
"@shadcn/ui": "^0.0.4",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-table": "^8.20.6",
Expand Down
1 change: 1 addition & 0 deletions pipes/data-table/src/app/api/settings/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const dynamic = 'force-dynamic'

export async function GET() {
const defaultSettings: Settings = {
analyticsEnabled: true,
openaiApiKey: "",
deepgramApiKey: "",
aiModel: "gpt-4",
Expand Down
1 change: 1 addition & 0 deletions pipes/data-table/src/lib/hooks/use-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { Settings } from "@screenpipe/browser";

export function useSettings() {
const defaultSettings: Settings = {
analyticsEnabled: true,
openaiApiKey: "",
deepgramApiKey: "",
aiModel: "gpt-4",
Expand Down
Binary file modified pipes/identify-speakers/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions pipes/identify-speakers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "^1.1.5",
"@screenpipe/js": "^1.0.0",
"@screenpipe/browser": "0.1.12",
"@screenpipe/browser": "^0.1.17",
"@screenpipe/js": "^1.0.6",
"@shadcn/ui": "^0.0.4",
"@tanstack/react-query": "^5.62.7",
"@types/js-levenshtein": "^1.1.3",
Expand Down
1 change: 1 addition & 0 deletions pipes/identify-speakers/src/lib/hooks/use-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { Settings } from "@screenpipe/browser";

export function useSettings() {
const defaultSettings: Settings = {
analyticsEnabled: true,
openaiApiKey: "",
deepgramApiKey: "",
aiModel: "gpt-4",
Expand Down
Binary file modified pipes/memories/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions pipes/memories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "^1.1.5",
"@screenpipe/js": "1.0.1",
"@screenpipe/browser": "0.1.12",
"@screenpipe/browser": "^0.1.17",
"@screenpipe/js": "^1.0.6",
"@shadcn/ui": "^0.0.4",
"@tanstack/react-query": "^5.62.7",
"@types/js-levenshtein": "^1.1.3",
Expand Down
1 change: 1 addition & 0 deletions pipes/memories/src/lib/hooks/use-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function useSettings() {
user: {
token: "",
},
analyticsEnabled: true,
};

const [settings, setSettings] = useState<Settings | null>(null);
Expand Down
Binary file modified pipes/search/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions pipes/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "^1.1.5",
"@screenpipe/browser": "0.1.12",
"@screenpipe/js": "^1.0.1",
"@screenpipe/browser": "^0.1.17",
"@screenpipe/js": "^1.0.6",
"@shadcn/ui": "^0.0.4",
"@tanstack/react-query": "^5.62.7",
"@types/js-levenshtein": "^1.1.3",
Expand Down
1 change: 1 addition & 0 deletions pipes/search/src/lib/hooks/use-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { Settings } from "@screenpipe/browser";

export function useSettings() {
const defaultSettings: Settings = {
analyticsEnabled: true,
openaiApiKey: "",
deepgramApiKey: "",
aiModel: "gpt-4",
Expand Down
Binary file modified pipes/timeline/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions pipes/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "^1.1.5",
"@screenpipe/js": "1.0.0",
"@screenpipe/browser": "0.1.12",
"@screenpipe/browser": "^0.1.17",
"@screenpipe/js": "^1.0.6",
"@shadcn/ui": "^0.0.4",
"@tanstack/react-query": "^5.62.7",
"@types/js-levenshtein": "^1.1.3",
Expand Down
1 change: 1 addition & 0 deletions pipes/timeline/src/app/api/settings/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const dynamic = 'force-dynamic'

export async function GET() {
const defaultSettings: Settings = {
analyticsEnabled: true,
openaiApiKey: "",
deepgramApiKey: "",
aiModel: "gpt-4",
Expand Down
1 change: 1 addition & 0 deletions pipes/timeline/src/lib/hooks/use-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { Settings } from "@screenpipe/browser";

export function useSettings() {
const defaultSettings: Settings = {
analyticsEnabled: true,
openaiApiKey: "",
deepgramApiKey: "",
aiModel: "gpt-4",
Expand Down

0 comments on commit 8782e44

Please sign in to comment.