@rudderhq/server 0.2.1-canary.4 → 0.2.1-canary.5
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudderhq/server",
|
|
3
|
-
"version": "0.2.1-canary.
|
|
3
|
+
"version": "0.2.1-canary.5",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"homepage": "https://github.com/Undertone0809/rudder",
|
|
6
6
|
"bugs": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"scripts": {
|
|
36
36
|
"dev": "tsx src/index.ts",
|
|
37
37
|
"dev:watch": "cross-env RUDDER_MIGRATION_PROMPT=never RUDDER_MIGRATION_AUTO_APPLY=true tsx watch --ignore ../ui/node_modules --ignore ../ui/.vite --ignore ../ui/dist src/index.ts",
|
|
38
|
-
"prepare:ui-dist": "
|
|
38
|
+
"prepare:ui-dist": "node ../scripts/prepare-server-ui-dist.mjs",
|
|
39
39
|
"build": "pnpm --filter @rudderhq/plugin-sdk build && pnpm --filter @rudderhq/plugin-linear build && node ../scripts/build-tsc-copy-assets.mjs --copy src/onboarding-assets dist/onboarding-assets && node ../scripts/stage-bundled-plugins.mjs",
|
|
40
40
|
"prepack": "pnpm run prepare:ui-dist",
|
|
41
41
|
"postpack": "rm -rf ui-dist",
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"@langfuse/otel": "^5.1.0",
|
|
50
50
|
"@langfuse/tracing": "^5.1.0",
|
|
51
51
|
"@opentelemetry/sdk-trace-node": "^2.1.0",
|
|
52
|
-
"@rudderhq/agent-runtime-claude-local": "0.2.1-canary.
|
|
53
|
-
"@rudderhq/agent-runtime-codex-local": "0.2.1-canary.
|
|
54
|
-
"@rudderhq/agent-runtime-cursor-local": "0.2.1-canary.
|
|
55
|
-
"@rudderhq/agent-runtime-gemini-local": "0.2.1-canary.
|
|
56
|
-
"@rudderhq/agent-runtime-openclaw-gateway": "0.2.1-canary.
|
|
57
|
-
"@rudderhq/agent-runtime-opencode-local": "0.2.1-canary.
|
|
58
|
-
"@rudderhq/agent-runtime-pi-local": "0.2.1-canary.
|
|
59
|
-
"@rudderhq/agent-runtime-utils": "0.2.1-canary.
|
|
60
|
-
"@rudderhq/db": "0.2.1-canary.
|
|
61
|
-
"@rudderhq/plugin-sdk": "0.2.1-canary.
|
|
62
|
-
"@rudderhq/run-intelligence-core": "0.2.1-canary.
|
|
63
|
-
"@rudderhq/shared": "0.2.1-canary.
|
|
52
|
+
"@rudderhq/agent-runtime-claude-local": "0.2.1-canary.5",
|
|
53
|
+
"@rudderhq/agent-runtime-codex-local": "0.2.1-canary.5",
|
|
54
|
+
"@rudderhq/agent-runtime-cursor-local": "0.2.1-canary.5",
|
|
55
|
+
"@rudderhq/agent-runtime-gemini-local": "0.2.1-canary.5",
|
|
56
|
+
"@rudderhq/agent-runtime-openclaw-gateway": "0.2.1-canary.5",
|
|
57
|
+
"@rudderhq/agent-runtime-opencode-local": "0.2.1-canary.5",
|
|
58
|
+
"@rudderhq/agent-runtime-pi-local": "0.2.1-canary.5",
|
|
59
|
+
"@rudderhq/agent-runtime-utils": "0.2.1-canary.5",
|
|
60
|
+
"@rudderhq/db": "0.2.1-canary.5",
|
|
61
|
+
"@rudderhq/plugin-sdk": "0.2.1-canary.5",
|
|
62
|
+
"@rudderhq/run-intelligence-core": "0.2.1-canary.5",
|
|
63
|
+
"@rudderhq/shared": "0.2.1-canary.5",
|
|
64
64
|
"ajv": "^8.18.0",
|
|
65
65
|
"ajv-formats": "^3.0.1",
|
|
66
66
|
"better-auth": "1.4.18",
|