@puppetry.com/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.
- package/package.json +3 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@puppetry.com/sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Official TypeScript SDK for the Puppetry API
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Official TypeScript SDK for the Puppetry API \u2014 create talking head videos from photos using AI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -42,11 +42,7 @@
|
|
|
42
42
|
],
|
|
43
43
|
"author": "Puppetry <support@puppetry.com>",
|
|
44
44
|
"license": "MIT",
|
|
45
|
-
"
|
|
46
|
-
"type": "git",
|
|
47
|
-
"url": "https://github.com/puppetry-ai/puppetry-sdk"
|
|
48
|
-
},
|
|
49
|
-
"homepage": "https://www.puppetry.com/docs/sdk",
|
|
45
|
+
"homepage": "https://www.puppetry.com/developer",
|
|
50
46
|
"engines": {
|
|
51
47
|
"node": ">=18"
|
|
52
48
|
},
|