@truedat/ai 6.13.1 → 6.13.2

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/ai",
3
- "version": "6.13.1",
3
+ "version": "6.13.2",
4
4
  "description": "Truedat Web Artificial Intelligence package",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -84,7 +84,7 @@
84
84
  ]
85
85
  },
86
86
  "dependencies": {
87
- "@truedat/core": "6.13.1",
87
+ "@truedat/core": "6.13.2",
88
88
  "prop-types": "^15.8.1",
89
89
  "react-hook-form": "^7.45.4",
90
90
  "react-intl": "^5.20.10",
@@ -97,5 +97,5 @@
97
97
  "react-dom": ">= 16.8.6 < 17",
98
98
  "semantic-ui-react": ">= 2.0.3 < 2.2"
99
99
  },
100
- "gitHead": "3803d8c4a416f1e1f56d88989c6c7503a08467d8"
100
+ "gitHead": "679f512be94669465bd6cb445fc61aa39e903508"
101
101
  }
@@ -8,7 +8,7 @@ exports[`<Action /> matches the latest snapshot 1`] = `
8
8
  >
9
9
  <a
10
10
  class="section"
11
- href="/actions"
11
+ href="/tasks"
12
12
  >
13
13
  Actions
14
14
  </a>
@@ -78,7 +78,7 @@ exports[`<Action /> matches the latest snapshot 1`] = `
78
78
  aria-checked="false"
79
79
  aria-selected="true"
80
80
  class="selected item"
81
- href="/actions/3/edit"
81
+ href="/tasks/3/edit"
82
82
  role="option"
83
83
  style="pointer-events: all;"
84
84
  >
@@ -19,7 +19,7 @@ exports[`<ActionActions /> matches the latest snapshot 1`] = `
19
19
  aria-checked="false"
20
20
  aria-selected="true"
21
21
  class="selected item"
22
- href="/actions/3/edit"
22
+ href="/tasks/3/edit"
23
23
  role="option"
24
24
  style="pointer-events: all;"
25
25
  >
@@ -7,7 +7,7 @@ exports[`<ActionBreadcrumbs /> matches the latest snapshot 1`] = `
7
7
  >
8
8
  <a
9
9
  class="section"
10
- href="/actions"
10
+ href="/tasks"
11
11
  >
12
12
  Actions
13
13
  </a>
@@ -8,7 +8,7 @@ exports[`<ActionEdit /> matches the latest snapshot 1`] = `
8
8
  >
9
9
  <a
10
10
  class="section"
11
- href="/actions"
11
+ href="/tasks"
12
12
  >
13
13
  Actions
14
14
  </a>
@@ -8,7 +8,7 @@ exports[`<ActionNew /> matches the latest snapshot 1`] = `
8
8
  >
9
9
  <a
10
10
  class="section"
11
- href="/actions"
11
+ href="/tasks"
12
12
  >
13
13
  Actions
14
14
  </a>
@@ -244,7 +244,7 @@ exports[`<ActionNew /> matches the latest snapshot 2`] = `
244
244
  >
245
245
  <a
246
246
  class="section"
247
- href="/actions"
247
+ href="/tasks"
248
248
  >
249
249
  Actions
250
250
  </a>
@@ -37,7 +37,7 @@ exports[`<Actions /> matches the latest snapshot 1`] = `
37
37
  >
38
38
  <a
39
39
  class="ui primary button"
40
- href="/actions/new"
40
+ href="/tasks/new"
41
41
  role="button"
42
42
  >
43
43
  Create
@@ -48,7 +48,7 @@ exports[`<ActionsTable /> matches the latest snapshot 1`] = `
48
48
  class=""
49
49
  >
50
50
  <a
51
- href="/actions/1"
51
+ href="/tasks/1"
52
52
  >
53
53
  action_1
54
54
  </a>
@@ -85,7 +85,7 @@ exports[`<ActionsTable /> matches the latest snapshot 1`] = `
85
85
  class="warning"
86
86
  >
87
87
  <a
88
- href="/actions/2"
88
+ href="/tasks/2"
89
89
  >
90
90
  action_2
91
91
  </a>