Skip to content

Commit 3c17a3a

Browse files
committed
chore: update repository URLs in package.json files
1 parent a25a7c2 commit 3c17a3a

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

packages/aipex-react/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "React UI toolkit, hooks, and adapters for building AIPex-powered chat experiences",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/AIPexStudio/AIPex.git"
10+
},
711
"exports": {
812
".": {
913
"types": "./dist/src/index.d.ts",

packages/browser-ext/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"displayName": "AIPex",
44
"version": "0.0.4",
55
"description": "Automate your browser with natural language commands - The open source browser-use solution",
6-
"author": "Plasmo Corp. <foss@plasmo.com>",
6+
"author": "AIPex Studio",
77
"private": true,
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/AIPexStudio/aipex-whole.git"
10+
"url": "git+https://github.com/AIPexStudio/AIPex.git"
1111
},
1212
"workspaces": [
1313
"packages/*"

packages/browser-runtime/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Browser automation runtime, context providers, and extension host contracts for AIPex",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/AIPexStudio/AIPex.git"
10+
},
711
"exports": {
812
".": {
913
"types": "./dist/src/index.d.ts",

packages/core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "AIPex Agent - Pure TypeScript AI Agent Framework",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/AIPexStudio/AIPex.git"
10+
},
711
"exports": {
812
".": {
913
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)