@blockrun/franklin 3.8.3 → 3.8.4
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/README.md +3 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -16,9 +16,8 @@
|
|
|
16
16
|
<p>
|
|
17
17
|
<a href="https://npmjs.com/package/@blockrun/franklin"><img src="https://img.shields.io/npm/v/@blockrun/franklin.svg?style=flat-square&color=FFD700&label=npm" alt="npm"></a>
|
|
18
18
|
<a href="https://npmjs.com/package/@blockrun/franklin"><img src="https://img.shields.io/npm/dm/@blockrun/franklin.svg?style=flat-square&color=10B981&label=downloads" alt="downloads"></a>
|
|
19
|
-
<a href="https://
|
|
19
|
+
<a href="https://github.com/RunFranklin/franklin/stargazers"><img src="https://img.shields.io/github/stars/RunFranklin/franklin?style=flat-square&color=FFD700&label=stars" alt="stars"></a>
|
|
20
20
|
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache_2.0-blue?style=flat-square" alt="license"></a>
|
|
21
|
-
<a href="https://gitlab.com/blockrunai/franklin/-/pipelines"><img src="https://img.shields.io/gitlab/pipeline-status/blockrunai%2Ffranklin?branch=main&style=flat-square&label=ci" alt="ci"></a>
|
|
22
21
|
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/TypeScript-strict-3178C6?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript"></a>
|
|
23
22
|
<a href="https://nodejs.org/"><img src="https://img.shields.io/badge/Node-%E2%89%A520-339933?style=flat-square&logo=node.js&logoColor=white" alt="Node"></a>
|
|
24
23
|
<a href="https://x402.org"><img src="https://img.shields.io/badge/x402-native-10B981?style=flat-square" alt="x402"></a>
|
|
@@ -464,14 +463,14 @@ The chat-based social tools (`SearchX`, `PostToX`) and the batch CLI (`franklin
|
|
|
464
463
|
|
|
465
464
|
- [Telegram](https://t.me/blockrunAI) — realtime help, bug reports, feature requests
|
|
466
465
|
- [@BlockRunAI](https://x.com/BlockRunAI) — release notes, demos
|
|
467
|
-
- [Issues](https://
|
|
466
|
+
- [Issues](https://github.com/RunFranklin/franklin/issues) — bugs and feature requests
|
|
468
467
|
|
|
469
468
|
---
|
|
470
469
|
|
|
471
470
|
## Development
|
|
472
471
|
|
|
473
472
|
```bash
|
|
474
|
-
git clone https://
|
|
473
|
+
git clone https://github.com/RunFranklin/franklin.git
|
|
475
474
|
cd franklin
|
|
476
475
|
npm install
|
|
477
476
|
npm run build
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockrun/franklin",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.4",
|
|
4
4
|
"description": "Franklin — The AI agent with a wallet. Spends USDC autonomously to get real work done. Pay per action, no subscriptions.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"license": "Apache-2.0",
|
|
53
53
|
"repository": {
|
|
54
54
|
"type": "git",
|
|
55
|
-
"url": "https://
|
|
55
|
+
"url": "https://github.com/RunFranklin/franklin"
|
|
56
56
|
},
|
|
57
57
|
"bugs": {
|
|
58
|
-
"url": "https://
|
|
58
|
+
"url": "https://github.com/RunFranklin/franklin/issues"
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://Franklin.run",
|
|
61
61
|
"engines": {
|