@blitzreels/sdk 0.1.0 → 0.1.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 +2 -0
  2. package/package.json +11 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Typed TypeScript client for the BlitzReels public API.
4
4
 
5
+ Official website: https://blitzreels.com/
6
+
5
7
  The SDK is the shared API layer used by the BlitzReels CLI and external
6
8
  TypeScript integrations. It is intentionally free of Next.js/server-only imports.
7
9
 
package/package.json CHANGED
@@ -1,7 +1,16 @@
1
1
  {
2
2
  "name": "@blitzreels/sdk",
3
- "version": "0.1.0",
4
- "description": "TypeScript SDK for the BlitzReels public API.",
3
+ "version": "0.1.1",
4
+ "description": "TypeScript SDK for AI agents and developers to edit videos inside BlitzReels.",
5
+ "homepage": "https://blitzreels.com/",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/blitzreels/blitzreels.git",
9
+ "directory": "packages/sdk"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/blitzreels/blitzreels/issues"
13
+ },
5
14
  "type": "module",
6
15
  "main": "./dist/index.js",
7
16
  "types": "./dist/index.d.ts",