@poncho-ai/browser 0.1.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
 
2
- > @poncho-ai/browser@0.1.0 build /home/runner/work/poncho-ai/poncho-ai/packages/browser
2
+ > @poncho-ai/browser@0.2.1 build /Users/cesar/Dev/latitude/poncho-ai/packages/browser
3
3
  > tsup src/index.ts --format esm --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,7 +8,7 @@
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
10
  ESM dist/index.js 21.56 KB
11
- ESM ⚡️ Build success in 52ms
11
+ ESM ⚡️ Build success in 122ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 4536ms
13
+ DTS ⚡️ Build success in 4275ms
14
14
  DTS dist/index.d.ts 3.75 KB
@@ -0,0 +1,12 @@
1
+
2
+ > @poncho-ai/browser@0.1.0 test /Users/cesar/Dev/latitude/poncho-ai/packages/browser
3
+ > vitest --passWithNoTests
4
+
5
+
6
+  RUN  v1.6.1 /Users/cesar/Dev/latitude/poncho-ai/packages/browser
7
+
8
+ include: **/*.{test,spec}.?(c|m)[jt]s?(x)
9
+ exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
10
+ No test files found, exiting with code 0
11
+
12
+ watch exclude: **/node_modules/**, **/dist/**
package/CHANGELOG.md ADDED
@@ -0,0 +1,21 @@
1
+ # @poncho-ai/browser
2
+
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix browser session reconnection, tab lifecycle management, and web UI panel state handling.
8
+
9
+ - Updated dependencies []:
10
+ - @poncho-ai/sdk@1.1.1
11
+
12
+ ## 0.2.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`139ed89`](https://github.com/cesr/poncho-ai/commit/139ed89a5df2372cfb0a124c967f51f4d8158c3b) Thanks [@cesr](https://github.com/cesr)! - Add browser automation for Poncho agents with real-time viewport streaming, per-conversation tab management, interactive browser control in the web UI, and shared agent-level profiles for authentication persistence.
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`139ed89`](https://github.com/cesr/poncho-ai/commit/139ed89a5df2372cfb0a124c967f51f4d8158c3b)]:
21
+ - @poncho-ai/sdk@1.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poncho-ai/browser",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "description": "Browser automation for Poncho agents, powered by agent-browser",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "agent-browser": "^0.15.1",
24
- "@poncho-ai/sdk": "1.0.3"
24
+ "@poncho-ai/sdk": "1.1.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "tsup": "^8.0.0",