@theokit/sdk 4.2.4 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ## 4.2.4
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@theokit/sdk",
3
- "version": "4.2.4",
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/usetheo/theokit-sdk#readme",
7
- "bugs": "https://github.com/usetheo/theokit-sdk/issues",
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/usetheo/theokit-sdk.git",
10
+ "url": "git+https://github.com/usetheodev/theokit-sdk.git",
11
11
  "directory": "packages/sdk"
12
12
  },
13
13
  "type": "module",