@theokit/sdk 4.2.3 → 4.2.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/CHANGELOG.md +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.2.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: correct the GitHub repository URL in package metadata (`homepage` / `bugs` / `repository`) from the non-existent `usetheo/theokit-sdk` slug to the canonical `usetheodev/theokit-sdk`, so the npm "Repository" link resolves. No code or public API change.
|
|
8
|
+
|
|
9
|
+
## 4.2.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- docs: README marketing pass for the OSS launch. Punchier scannable hero with a real-numbers metric line (43 built-in LLM providers, 27 modular entry points, native Claude Code `.jsonl`, zero walk-away cost), a value-first "Why" bullet cluster above the fold, and a social-proof badge row (npm version, monthly downloads, GitHub stars, Discord). The narrative moved down to intro the concrete "What you'd ship" use cases. Cloud stays explicitly labeled pre-release. No code or public API change.
|
|
14
|
+
|
|
3
15
|
## 4.2.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theokit/sdk",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.5",
|
|
4
4
|
"description": "TypeScript SDK for the Theo agent harness — same surface, local or cloud.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
-
"homepage": "https://github.com/
|
|
7
|
-
"bugs": "https://github.com/
|
|
6
|
+
"homepage": "https://github.com/usetheodev/theokit-sdk#readme",
|
|
7
|
+
"bugs": "https://github.com/usetheodev/theokit-sdk/issues",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/usetheodev/theokit-sdk.git",
|
|
11
11
|
"directory": "packages/sdk"
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|