@truedat/core 6.13.6 → 6.14.0

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.6",
3
+ "version": "6.14.0",
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": "3e5fdfd0487864d1ffe38f8ede69d3076ba1ed6f"
121
+ "gitHead": "c93d6ae539fb9ecb3d43b63db5199726246d2024"
122
122
  }
@@ -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="/resource_mappings"
360
+ href="/providers"
361
361
  >
362
- resource_mappings
362
+ providers
363
363
  </a>
364
364
  <a
365
365
  class="link item"
366
- href="/prompts"
366
+ href="/resource_mappings"
367
367
  >
368
- prompts
368
+ resource_mappings
369
369
  </a>
370
370
  <a
371
371
  class="link item"
372
- href="/providers"
372
+ href="/prompts"
373
373
  >
374
- providers
374
+ prompts
375
375
  </a>
376
376
  <a
377
377
  class="link item"