Skip to content

Commit

Permalink
feat: add browser_url to sdk responses
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Feb 20, 2025
1 parent 89e408e commit d81b14a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion screenpipe-js/browser-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@screenpipe/browser",
"version": "0.1.29",
"version": "0.1.30",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions screenpipe-js/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export interface OCRContent {
tags: string[];
frame?: string;
frameName?: string;
browserUrl?: string;
}

/**
Expand Down Expand Up @@ -76,6 +77,8 @@ export interface UiContent {
initialTraversalAt?: string;
filePath: string;
offsetIndex: number;
frameName?: string;
browserUrl?: string;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion screenpipe-js/node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@screenpipe/js",
"version": "1.0.13",
"version": "1.0.14",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit d81b14a

Please sign in to comment.