@truedat/core 6.13.6 → 6.13.7
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/core",
|
|
3
|
-
"version": "6.13.
|
|
3
|
+
"version": "6.13.7",
|
|
4
4
|
"description": "Truedat Web Core",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"react-dom": ">= 16.8.6 < 17",
|
|
119
119
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "9137d2a416d46886163ac2de4875761d52e6a2e8"
|
|
122
122
|
}
|
package/src/components/AiMenu.js
CHANGED
|
@@ -11,9 +11,9 @@ import Submenu from "./Submenu";
|
|
|
11
11
|
|
|
12
12
|
export const ITEMS = [
|
|
13
13
|
{ name: "actions", routes: [ACTIONS] },
|
|
14
|
+
{ name: "providers", routes: [PROVIDERS] },
|
|
14
15
|
{ name: "resource_mappings", routes: [RESOURCE_MAPPINGS] },
|
|
15
16
|
{ name: "prompts", routes: [PROMPTS] },
|
|
16
|
-
{ name: "providers", routes: [PROVIDERS] },
|
|
17
17
|
{ name: "ai_sandbox", routes: [AI_SANDBOX] },
|
|
18
18
|
];
|
|
19
19
|
|
|
@@ -357,21 +357,21 @@ exports[`<SideMenu /> matches the latest snapshot 1`] = `
|
|
|
357
357
|
</a>
|
|
358
358
|
<a
|
|
359
359
|
class="link item"
|
|
360
|
-
href="/
|
|
360
|
+
href="/providers"
|
|
361
361
|
>
|
|
362
|
-
|
|
362
|
+
providers
|
|
363
363
|
</a>
|
|
364
364
|
<a
|
|
365
365
|
class="link item"
|
|
366
|
-
href="/
|
|
366
|
+
href="/resource_mappings"
|
|
367
367
|
>
|
|
368
|
-
|
|
368
|
+
resource_mappings
|
|
369
369
|
</a>
|
|
370
370
|
<a
|
|
371
371
|
class="link item"
|
|
372
|
-
href="/
|
|
372
|
+
href="/prompts"
|
|
373
373
|
>
|
|
374
|
-
|
|
374
|
+
prompts
|
|
375
375
|
</a>
|
|
376
376
|
<a
|
|
377
377
|
class="link item"
|