@the-agenticflow/openflows 0.1.5 → 0.1.8
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/scripts/install.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@the-agenticflow/openflows",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Autonomous AI development team — turns GitHub issues into working PRs",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/The-AgenticFlow/
|
|
17
|
+
"url": "git+https://github.com/The-AgenticFlow/OpenFlows.git"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
20
|
"ai",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"author": "The AgenticFlow Team",
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"bugs": {
|
|
32
|
-
"url": "https://github.com/The-AgenticFlow/
|
|
32
|
+
"url": "https://github.com/The-AgenticFlow/OpenFlows/issues"
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://openflows.dev",
|
|
35
35
|
"files": [
|
package/scripts/install.js
CHANGED
|
@@ -259,8 +259,8 @@ async function main() {
|
|
|
259
259
|
});
|
|
260
260
|
} catch (apiErr) {
|
|
261
261
|
console.error(`[openflows] GitHub API error: ${apiErr.message}`);
|
|
262
|
-
console.error('[openflows] Falling back to latest known version: v0.1.
|
|
263
|
-
tag = 'v0.1.
|
|
262
|
+
console.error('[openflows] Falling back to latest known version: v0.1.6');
|
|
263
|
+
tag = 'v0.1.6';
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
const archiveName = `openflows-${tag}-${platform}.tar.gz`;
|