@epam/ai-dial-conversation-input 1.1.0-dev.113 → 1.1.0-dev.116

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-conversation-input",
3
3
  "description": "Conversation message input with model selection, attachments, voice input, and edit mode",
4
- "version": "1.1.0-dev.113",
4
+ "version": "1.1.0-dev.116",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -17,12 +17,11 @@
17
17
  }
18
18
  },
19
19
  "peerDependencies": {
20
- "@epam/ai-dial-attachment-input": "1.1.0-dev.113",
21
- "@epam/ai-dial-chat-shared": "1.1.0-dev.113",
20
+ "@epam/ai-dial-attachment-input": "1.1.0-dev.116",
21
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.116",
22
22
  "@tabler/icons-react": "^3.44.0",
23
23
  "react": "^19.0.0",
24
24
  "react-dom": "^19.2.6",
25
- "@epam/ai-dial-kit": "1.1.0-dev.113",
26
25
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.26"
27
26
  },
28
27
  "dependencies": {
@@ -1,5 +1,3 @@
1
- /** Runs `fn` over every item in `items` with at most `concurrency` calls in flight at a time. */
2
- export declare const runConcurrent: <T>(items: T[], concurrency: number, fn: (item: T) => Promise<void>) => Promise<void>;
3
1
  /**
4
2
  * Runs `fn` over every item in `items` at a steady rate of `maxPerMinute` calls per minute.
5
3
  * All calls run concurrently — the rate limit controls when each call starts, not how many are in flight.
@@ -1 +1 @@
1
- {"version":3,"file":"concurrency.d.ts","sourceRoot":"","sources":["../../src/utils/concurrency.ts"],"names":[],"mappings":"AAAA,iGAAiG;AACjG,eAAO,MAAM,aAAa,GAAU,CAAC,EACnC,OAAO,CAAC,EAAE,EACV,aAAa,MAAM,EACnB,IAAI,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC,IAAI,CAAC,KAC7B,OAAO,CAAC,IAAI,CAYd,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,SAAS,GAAU,CAAC,EAC/B,OAAO,CAAC,EAAE,EACV,cAAc,MAAM,EACpB,IAAI,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC,IAAI,CAAC,KAC7B,OAAO,CAAC,IAAI,CAYd,CAAC"}
1
+ {"version":3,"file":"concurrency.d.ts","sourceRoot":"","sources":["../../src/utils/concurrency.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,SAAS,GAAU,CAAC,EAC/B,OAAO,CAAC,EAAE,EACV,cAAc,MAAM,EACpB,IAAI,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC,IAAI,CAAC,KAC7B,OAAO,CAAC,IAAI,CAYd,CAAC"}