@getpaseo/server 0.1.20 → 0.1.22
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpaseo/server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"description": "Paseo backend server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"dev:tsx": "NODE_ENV=development tsx watch --ignore '**/*.timestamp-*' src/server/index.ts",
|
|
37
37
|
"build": "node -e \"require('node:fs').rmSync('dist',{ recursive: true, force: true })\" && npm run build:lib && npm run build:scripts",
|
|
38
38
|
"build:lib": "tsc -p tsconfig.server.json --incremental false",
|
|
39
|
-
"build:scripts": "tsc -p tsconfig.scripts.json --incremental false &&
|
|
39
|
+
"build:scripts": "tsc -p tsconfig.scripts.json --incremental false && node -e \"const fs=require('node:fs'); fs.mkdirSync('dist/scripts',{recursive:true}); fs.copyFileSync('scripts/mcp-stdio-socket-bridge-cli.mjs','dist/scripts/mcp-stdio-socket-bridge-cli.mjs');\"",
|
|
40
40
|
"prepack": "npm run build",
|
|
41
41
|
"start": "NODE_ENV=production node dist/server/server/index.js",
|
|
42
42
|
"typecheck": "tsc -p tsconfig.server.typecheck.json --noEmit",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@ai-sdk/openai": "2.0.52",
|
|
64
64
|
"@anthropic-ai/claude-agent-sdk": "^0.2.11",
|
|
65
65
|
"@deepgram/sdk": "^3.4.0",
|
|
66
|
-
"@getpaseo/relay": "0.1.
|
|
66
|
+
"@getpaseo/relay": "0.1.22",
|
|
67
67
|
"@lezer/common": "^1.5.0",
|
|
68
68
|
"@lezer/css": "^1.3.0",
|
|
69
69
|
"@lezer/highlight": "^1.2.3",
|