@hasna/connectors 1.3.19 → 1.3.21

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/dist/index.js CHANGED
@@ -4969,7 +4969,7 @@ var githubConnector = defineConnector({
4969
4969
  // package.json
4970
4970
  var package_default = {
4971
4971
  name: "@hasna/connectors",
4972
- version: "1.3.19",
4972
+ version: "1.3.20",
4973
4973
  description: "Open source connector library - Install API connectors with a single command",
4974
4974
  type: "module",
4975
4975
  bin: {
@@ -16684,6 +16684,13 @@ var connectors = [
16684
16684
  category: "AI & ML",
16685
16685
  tags: ["ai", "llm", "grok"]
16686
16686
  },
16687
+ {
16688
+ name: "minimax",
16689
+ displayName: "Minimax",
16690
+ description: "Video, music, image, TTS, and sound effects generation",
16691
+ category: "AI & ML",
16692
+ tags: ["ai", "video", "music", "tts", "image", "sound-effects"]
16693
+ },
16687
16694
  {
16688
16695
  name: "mistral",
16689
16696
  displayName: "Mistral",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/connectors",
3
- "version": "1.3.19",
3
+ "version": "1.3.21",
4
4
  "description": "Open source connector library - Install API connectors with a single command",
5
5
  "type": "module",
6
6
  "bin": {