Skip to content

Commit e3683b3

Browse files
simonbalfeclaude
andcommitted
v0.1.1: update URLs after transfer to @creatorcrawl org
repo now at github.com/creatorcrawl/sdk-typescript (transferred from simonbalfe/creatorcrawl-sdk-typescript). updates package.json repository url + readme issues link so npm + socket.dev + snyk + libraries.io etc all link to the canonical org URL. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f02ac41 commit e3683b3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ await cc.tiktok.profile({ handle: 'khaby.lame' }, { signal: controller.signal })
134134
- API docs: [creatorcrawl.com/mcp-docs](https://creatorcrawl.com/mcp-docs)
135135
- Pricing: [creatorcrawl.com/#pricing](https://creatorcrawl.com/#pricing)
136136
- MCP server: native MCP at `app.creatorcrawl.com/api/mcp` for AI agents
137-
- Status / issues: [github.com/simonbalfe/creatorcrawl-sdk-typescript/issues](https://github.com/simonbalfe/creatorcrawl-sdk-typescript/issues)
137+
- Status / issues: [github.com/creatorcrawl/sdk-typescript/issues](https://github.com/creatorcrawl/sdk-typescript/issues)
138138

139139
## License
140140

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@creatorcrawl/sdk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Official TypeScript SDK for the CreatorCrawl social media data API. Scrape TikTok, Instagram, YouTube, LinkedIn, Twitter/X, and Reddit profiles, posts, comments, transcripts, and ads.",
55
"license": "MIT",
66
"author": "CreatorCrawl <support@creatorcrawl.com>",
77
"homepage": "https://creatorcrawl.com",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/simonbalfe/creatorcrawl-sdk-typescript.git"
10+
"url": "git+https://github.com/creatorcrawl/sdk-typescript.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/simonbalfe/creatorcrawl-sdk-typescript/issues"
13+
"url": "https://github.com/creatorcrawl/sdk-typescript/issues"
1414
},
1515
"keywords": [
1616
"creatorcrawl",

0 commit comments

Comments
 (0)