rudel 0.1.6 → 0.1.7
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/dist/cli.js +2 -2
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -1959,7 +1959,7 @@ async function run(app, inputs, context) {
|
|
|
1959
1959
|
// package.json
|
|
1960
1960
|
var package_default = {
|
|
1961
1961
|
name: "rudel",
|
|
1962
|
-
version: "0.1.
|
|
1962
|
+
version: "0.1.7",
|
|
1963
1963
|
type: "module",
|
|
1964
1964
|
description: "CLI for the Coding Agent Analytics Platform rudel.ai",
|
|
1965
1965
|
license: "MIT",
|
|
@@ -2000,11 +2000,11 @@ var package_default = {
|
|
|
2000
2000
|
"@logtape/logtape": "^2.0.4",
|
|
2001
2001
|
"@orpc/client": "^1.13.5",
|
|
2002
2002
|
"@orpc/contract": "^1.13.5",
|
|
2003
|
-
"@rudel/agent-adapters": "workspace:*",
|
|
2004
2003
|
"@stricli/core": "^1.2.5",
|
|
2005
2004
|
"p-map": "^7.0.4"
|
|
2006
2005
|
},
|
|
2007
2006
|
devDependencies: {
|
|
2007
|
+
"@rudel/agent-adapters": "workspace:*",
|
|
2008
2008
|
"@rudel/api-routes": "workspace:*",
|
|
2009
2009
|
"@rudel/typescript-config": "workspace:*",
|
|
2010
2010
|
"bun-types": "latest",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rudel",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for the Coding Agent Analytics Platform rudel.ai",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"@logtape/logtape": "^2.0.4",
|
|
42
42
|
"@orpc/client": "^1.13.5",
|
|
43
43
|
"@orpc/contract": "^1.13.5",
|
|
44
|
-
"@rudel/agent-adapters": "workspace:*",
|
|
45
44
|
"@stricli/core": "^1.2.5",
|
|
46
45
|
"p-map": "^7.0.4"
|
|
47
46
|
},
|
|
48
47
|
"devDependencies": {
|
|
49
|
-
"@rudel/
|
|
50
|
-
"@rudel/
|
|
48
|
+
"@rudel/agent-adapters": "0.0.0",
|
|
49
|
+
"@rudel/api-routes": "0.0.0",
|
|
50
|
+
"@rudel/typescript-config": "0.0.0",
|
|
51
51
|
"bun-types": "latest",
|
|
52
52
|
"typescript": "5.9.2"
|
|
53
53
|
}
|