@epam/ai-dial-catalog 1.1.0-dev.220 → 1.1.0-dev.221

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/index.js +2 -2
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -50118,8 +50118,8 @@ var UM = [_g], WM = ({ content: e, headingClassName: t }) => /* @__PURE__ */ N(V
50118
50118
  Wn.Model,
50119
50119
  Wn.Agent,
50120
50120
  Wn.Toolset,
50121
- Wn.Prompt,
50122
- Wn.Skill
50121
+ Wn.Skill,
50122
+ Wn.Prompt
50123
50123
  ], qM = (e, t) => {
50124
50124
  let n = {
50125
50125
  ...GM,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-catalog",
3
3
  "description": "Marketplace catalog component for browsing models, tools, and assistants with search, filter, and sort",
4
- "version": "1.1.0-dev.220",
4
+ "version": "1.1.0-dev.221",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -19,8 +19,8 @@
19
19
  "peerDependencies": {
20
20
  "react": "^19.0.0",
21
21
  "@tabler/icons-react": "^3.0.0",
22
- "@epam/ai-dial-chat-shared": "1.1.0-dev.220",
23
- "@epam/ai-dial-publish-panel": "1.1.0-dev.220",
22
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.221",
23
+ "@epam/ai-dial-publish-panel": "1.1.0-dev.221",
24
24
  "ag-grid-community": "35.3.0",
25
25
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.26"
26
26
  },