@tellet/create 0.8.0 → 0.8.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -191,5 +191,5 @@ MIT
191
191
  ## Links
192
192
 
193
193
  - [tellet.com](https://tellet.com) — Website
194
- - [GitHub](https://github.com/agentic-company/create-tellet) — Source code
194
+ - [GitHub](https://github.com/agentic-company/tellet) — Source code
195
195
  - [npm](https://www.npmjs.com/package/@tellet/create) — Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tellet/create",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "The open-source platform for running an Agentic Company",
5
5
  "type": "module",
6
6
  "bin": {
@@ -30,7 +30,7 @@
30
30
  "license": "MIT",
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "https://github.com/agentic-company/create-tellet"
33
+ "url": "https://github.com/agentic-company/tellet"
34
34
  },
35
35
  "dependencies": {
36
36
  "@anthropic-ai/sdk": "^0.80.0",