@personaai/runtime 0.5.4 → 0.7.0

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.
package/package.json CHANGED
@@ -1,71 +1,71 @@
1
- {
2
- "name": "@personaai/runtime",
3
- "version": "0.5.4",
4
- "description": "Framework-agnostic runtime engine for Persona (persona.hasanraiyan.me) — the shared engine every framework adapter (@personaai/express, @personaai/nextjs, ...) wraps. Server-side only.",
5
- "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js",
13
- "require": "./dist/index.cjs"
14
- }
15
- },
16
- "files": [
17
- "dist"
18
- ],
19
- "engines": {
20
- "node": ">=18"
21
- },
22
- "scripts": {
23
- "build": "tsup",
24
- "dev": "tsup --watch",
25
- "typecheck": "tsc --noEmit",
26
- "test": "vitest run",
27
- "test:watch": "vitest",
28
- "lint": "eslint src test examples",
29
- "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"examples/**/*.ts\"",
30
- "format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\" \"examples/**/*.ts\""
31
- },
32
- "keywords": [
33
- "persona",
34
- "persona.hasanraiyan.me",
35
- "runtime",
36
- "ag-ui",
37
- "agents"
38
- ],
39
- "license": "MIT",
40
- "homepage": "https://github.com/hasanraiyan/agent-marketplace/tree/feat/ai/sdk/runtime#readme",
41
- "repository": {
42
- "type": "git",
43
- "url": "git+https://github.com/hasanraiyan/agent-marketplace.git",
44
- "directory": "sdk/runtime"
45
- },
46
- "bugs": {
47
- "url": "https://github.com/hasanraiyan/agent-marketplace/issues"
48
- },
49
- "publishConfig": {
50
- "access": "public"
51
- },
52
- "dependencies": {
53
- "@ag-ui/core": "^0.0.57",
54
- "@personaai/sdk": "^0.4.5"
55
- },
56
- "devDependencies": {
57
- "@eslint/js": "^9.19.0",
58
- "@types/node": "^22.10.7",
59
- "eslint": "^9.19.0",
60
- "prettier": "^3.4.2",
61
- "tsup": "^8.3.5",
62
- "typescript": "^5.7.3",
63
- "typescript-eslint": "^8.20.0",
64
- "vitest": "^3.0.4"
65
- },
66
- "pnpm": {
67
- "onlyBuiltDependencies": [
68
- "esbuild"
69
- ]
70
- }
71
- }
1
+ {
2
+ "name": "@personaai/runtime",
3
+ "version": "0.7.0",
4
+ "description": "Framework-agnostic runtime engine for Persona (persona.hasanraiyan.me) — the shared engine every framework adapter (@personaai/express, @personaai/nextjs, ...) wraps. Server-side only.",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.cjs"
14
+ }
15
+ },
16
+ "files": [
17
+ "dist"
18
+ ],
19
+ "engines": {
20
+ "node": ">=18"
21
+ },
22
+ "scripts": {
23
+ "build": "tsup",
24
+ "dev": "tsup --watch",
25
+ "typecheck": "tsc --noEmit",
26
+ "test": "vitest run",
27
+ "test:watch": "vitest",
28
+ "lint": "eslint src test examples",
29
+ "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"examples/**/*.ts\"",
30
+ "format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\" \"examples/**/*.ts\""
31
+ },
32
+ "keywords": [
33
+ "persona",
34
+ "persona.hasanraiyan.me",
35
+ "runtime",
36
+ "ag-ui",
37
+ "agents"
38
+ ],
39
+ "license": "MIT",
40
+ "homepage": "https://github.com/hasanraiyan/agent-marketplace/tree/feat/ai/sdk/runtime#readme",
41
+ "repository": {
42
+ "type": "git",
43
+ "url": "git+https://github.com/hasanraiyan/agent-marketplace.git",
44
+ "directory": "sdk/runtime"
45
+ },
46
+ "bugs": {
47
+ "url": "https://github.com/hasanraiyan/agent-marketplace/issues"
48
+ },
49
+ "publishConfig": {
50
+ "access": "public"
51
+ },
52
+ "dependencies": {
53
+ "@ag-ui/core": "^0.0.57",
54
+ "@personaai/sdk": "^0.6.0"
55
+ },
56
+ "devDependencies": {
57
+ "@eslint/js": "^9.19.0",
58
+ "@types/node": "^22.10.7",
59
+ "eslint": "^9.19.0",
60
+ "prettier": "^3.4.2",
61
+ "tsup": "^8.3.5",
62
+ "typescript": "^5.7.3",
63
+ "typescript-eslint": "^8.20.0",
64
+ "vitest": "^3.0.4"
65
+ },
66
+ "pnpm": {
67
+ "onlyBuiltDependencies": [
68
+ "esbuild"
69
+ ]
70
+ }
71
+ }