swarmlord 0.1.0 → 0.1.2

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 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # swarmlord
2
2
 
3
- TypeScript SDK for [Swarmlord](https://swarmlord.ai) — spawn AI coding agents natively on Cloudflare.
3
+ TypeScript SDK for [Swarmlord](https://swarmlord.ai) — spawn cloud agents.
4
4
 
5
5
  ## Install
6
6
 
@@ -15,7 +15,6 @@ import { createClient } from "swarmlord";
15
15
 
16
16
  const client = createClient({
17
17
  apiKey: "your-api-key",
18
- baseUrl: "https://your-worker.your-account.workers.dev",
19
18
  });
20
19
  ```
21
20
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "swarmlord",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
- "description": "TypeScript SDK for Swarmlord — spawn AI coding agents on Cloudflare",
5
+ "description": "TypeScript SDK for Swarmlord — spawn cloud agents",
6
6
  "author": "Zach Grimaldi",
7
7
  "license": "MIT",
8
8
  "keywords": [
9
- "cloudflare",
9
+ "cloud",
10
10
  "agents",
11
11
  "ai",
12
12
  "sdk",