@fastpix/fastpix-node 1.0.1 → 1.0.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 (1) hide show
  1. package/package.json +25 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastpix/fastpix-node",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "FastPix API SDK for Node.js, written in TypeScript",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.mjs",
@@ -25,11 +25,34 @@
25
25
  "build:types": "tsc",
26
26
  "build": "npm run format && npm run build:esm && npm run build:cjs && npm run build:types"
27
27
  },
28
+ "keywords": [
29
+ "FastPix API SDK",
30
+ "FastPix Node.js SDK",
31
+ "on-demand media API",
32
+ "signing keys API",
33
+ "Video Data API",
34
+ "Live Video data API",
35
+ "CloudPlayout API",
36
+ "Simulcasting",
37
+ "media playback",
38
+ "live streaming",
39
+ "video analytics SDK",
40
+ "real-time video data",
41
+ "video streaming API",
42
+ "Node.js video API client",
43
+ "cloud video playout",
44
+ "media key generation",
45
+ "video data integration",
46
+ "FastPix on-demand video streaming",
47
+ "FastPix live streaming",
48
+ "video metadata API",
49
+ "FastPix live streaming SDK"
50
+ ],
28
51
  "author": "FastPix, Inc",
29
52
  "license": "Apache-2.0",
30
53
  "devDependencies": {
31
54
  "@types/node": "^22.10.1",
32
- "esbuild": "^0.24.0",
55
+ "esbuild": "^0.25.4",
33
56
  "prettier": "^3.4.2",
34
57
  "ts-node": "^10.9.2",
35
58
  "typescript": "^5.6.3"