hyperclip 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 +4 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # hyperclip
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/hyperclip.svg)](https://www.npmjs.com/package/hyperclip)
4
+ [![npm downloads](https://img.shields.io/npm/dm/hyperclip.svg)](https://www.npmjs.com/package/hyperclip)
5
+ [![license](https://img.shields.io/npm/l/hyperclip.svg)](https://github.com/hyperclip/hyperclip-sdks/blob/main/LICENSE)
6
+
3
7
  Official Node SDK for the [Hyperclip](https://hyperclip.co) API. Trigger flow runs, poll for completion, and pull the final video URL — without writing fetch boilerplate.
4
8
 
5
9
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperclip",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Official Node SDK for the Hyperclip API — create, poll, and manage flow runs.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://hyperclip.co",
@@ -41,6 +41,7 @@
41
41
  "prepublishOnly": "npm run build"
42
42
  },
43
43
  "devDependencies": {
44
+ "@types/node": "^20.0.0",
44
45
  "tsup": "^8.0.0",
45
46
  "typescript": "^5.4.0"
46
47
  },