@memberjunction/ai-heygen 6.1.0-edge.7 → 6.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @memberjunction/ai-heygen@6.1.0-edge.7 build /home/runner/work/MJ/MJ/packages/AI/Providers/HeyGen
2
+ > @memberjunction/ai-heygen@6.1.1 build /home/runner/work/MJ/MJ/packages/AI/Providers/HeyGen
3
3
  > tsc && tsc-alias -f
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # @memberjunction/ai-heygen
2
2
 
3
+ ## 6.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @memberjunction/ai@6.1.1
8
+ - @memberjunction/global@6.1.1
9
+ - @memberjunction/network-utils@6.1.1
10
+
11
+ ## 6.1.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 7857d8e: Add `@memberjunction/network-utils` and remove `axios` from the repository.
16
+
17
+ The SSRF guard added for the web/HTTP actions was Actions-specific but the concern is not, so it
18
+ moves into a new dependency-free, Node-only package (`node:dns` + `node:net` only) that any
19
+ server-side package can depend on: `AssertPublicUrl`, `SafeFetch`, `IsBlockedIPAddress`, `SSRFError`.
20
+
21
+ The same package ships `HttpClient` / `HttpRequest` — a native-`fetch` HTTP client that replaces
22
+ `axios` across all 11 packages that used it. Consolidating on one client removes the third-party
23
+ dependency and puts the SSRF guard one option flag (`ValidateUrl`) away from every outbound call
24
+ site, which was impossible when each package reached for `axios` directly.
25
+
26
+ Also fixes an SSRF sink the original pass missed: the `API Rate Limiter` action takes a
27
+ caller-controlled URL and returns the response body, and is now guarded.
28
+
29
+ Public exports use `PascalCase`, per repo convention.
30
+
31
+ - Updated dependencies [834f8d7]
32
+ - Updated dependencies [e533ce5]
33
+ - Updated dependencies [b1b24d7]
34
+ - Updated dependencies [2c826f7]
35
+ - Updated dependencies [61b5612]
36
+ - Updated dependencies [4586215]
37
+ - Updated dependencies [197fdf8]
38
+ - Updated dependencies [f5ec13b]
39
+ - Updated dependencies [1a2ce13]
40
+ - Updated dependencies [1940a4d]
41
+ - Updated dependencies [5ecfdb4]
42
+ - Updated dependencies [a5f92d2]
43
+ - Updated dependencies [ada8784]
44
+ - Updated dependencies [11de1a3]
45
+ - Updated dependencies [cefc302]
46
+ - Updated dependencies [080f4cd]
47
+ - Updated dependencies [be0bdb2]
48
+ - Updated dependencies [48ff99f]
49
+ - Updated dependencies [076fa5d]
50
+ - Updated dependencies [7857d8e]
51
+ - Updated dependencies [23c2521]
52
+ - Updated dependencies [9cbe17f]
53
+ - Updated dependencies [97cbf5f]
54
+ - Updated dependencies [f5ec13b]
55
+ - Updated dependencies [de343b5]
56
+ - Updated dependencies [1bd9674]
57
+ - Updated dependencies [7fcdc2d]
58
+ - @memberjunction/global@6.1.0
59
+ - @memberjunction/ai@6.1.0
60
+ - @memberjunction/network-utils@6.1.0
61
+
3
62
  ## 6.1.0-edge.7
4
63
 
5
64
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@memberjunction/ai-heygen",
3
3
  "type": "module",
4
- "version": "6.1.0-edge.7",
4
+ "version": "6.1.1",
5
5
  "description": "MemberJunction Wrapper for HeyGen Video Generation",
6
6
  "main": "dist/index.js",
7
7
  "author": "MemberJunction.com",
@@ -12,9 +12,9 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@elevenlabs/elevenlabs-js": "^2.34.0",
15
- "@memberjunction/ai": "6.1.0-edge.7",
16
- "@memberjunction/global": "6.1.0-edge.7",
17
- "@memberjunction/network-utils": "6.1.0-edge.7"
15
+ "@memberjunction/ai": "6.1.1",
16
+ "@memberjunction/global": "6.1.1",
17
+ "@memberjunction/network-utils": "6.1.1"
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",