Skip to content

Commit 1484bfa

Browse files
author
skychx
committed
chore(all): 0.2.0-alpha.4
1 parent 7e4eb26 commit 1484bfa

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ jobs:
3131
node-version: 22
3232
cache: 'pnpm'
3333
registry-url: 'https://registry.npmjs.org'
34+
provenance: true
3435

3536
# Ensure npm 11.5.1 or later is installed
3637
- name: Update npm
3738
run: pnpm install --global [email protected]
3839

40+
- name: Who am I
41+
run: npm whoami
42+
3943
- name: Install dependencies
4044
run: pnpm install --frozen-lockfile
4145

@@ -46,4 +50,4 @@ jobs:
4650
run: pnpm run build
4751

4852
- name: Publish to npm
49-
run: pnpm publish -r --filter "{packages/*}" --access public --no-git-checks
53+
run: pnpm publish -r --filter "{packages/*}" --access public --no-git-checks --provenance

packages/browser-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@agent-infra/browser-context",
33
"description": "get browser context for AI Agent",
4-
"version": "0.2.0-alpha.3",
4+
"version": "0.2.0-alpha.4",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

packages/browser-finder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@agent-infra/browser-finder",
33
"description": "find browser in your system",
4-
"version": "0.2.0-alpha.3",
4+
"version": "0.2.0-alpha.4",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

packages/browser-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-infra/browser-ui",
3-
"version": "0.2.0-alpha.3",
3+
"version": "0.2.0-alpha.4",
44
"exports": {
55
"./react": {
66
"types": "./dist/react/index.d.ts",

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@agent-infra/browser",
33
"description": "agent-infra browser",
4-
"version": "0.2.0-alpha.3",
4+
"version": "0.2.0-alpha.4",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

packages/media-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@agent-infra/media-utils",
33
"description": "media-utils",
4-
"version": "0.2.0-alpha.3",
4+
"version": "0.2.0-alpha.4",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)