@copart/ops-tool-kit 1.10.22-alpha.0 → 1.10.22
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/changelog.md +8 -36
- package/dist/ops-tool-kit.js +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,40 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## [1.10.22-alpha.0] - 2025-10-21
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### Changed
|
|
8
|
+
- Modified `getCoreAppPermissions` to fetch permissions for `cobalt_portal` when STACK is 'g', otherwise use `ops_portal`
|
|
9
|
+
- Refactored `AuthGuard` to always fetch core app permissions and app-specific permissions
|
|
8
10
|
|
|
9
|
-
###
|
|
10
|
-
|
|
11
|
-
- Fixed issues with "Home" breadcrumb rendering when logged out.
|
|
12
|
-
- Removed unused files and functions, cleaned storage utility.
|
|
13
|
-
|
|
14
|
-
### 0.5.1
|
|
15
|
-
|
|
16
|
-
- Changes to fetcher.extend to unblock ProQuote.
|
|
17
|
-
|
|
18
|
-
### 0.5.0
|
|
19
|
-
|
|
20
|
-
- Added feedback logic to fetcher.
|
|
21
|
-
|
|
22
|
-
### 0.4.0
|
|
23
|
-
|
|
24
|
-
- Added fetcher handling for `invalid
|
|
25
|
-
|
|
26
|
-
### 0.3.16
|
|
27
|
-
|
|
28
|
-
- Updated solr handling in fetcher.
|
|
29
|
-
|
|
30
|
-
### 0.3.15
|
|
31
|
-
|
|
32
|
-
- Fixed breadcrumb styling.
|
|
33
|
-
|
|
34
|
-
### 0.3.12
|
|
35
|
-
|
|
36
|
-
- Fixed Home breadcrumb.
|
|
37
|
-
|
|
38
|
-
### 0.0.53
|
|
39
|
-
|
|
40
|
-
- Added getters for convenience.
|
|
11
|
+
### Removed
|
|
12
|
+
- Removed conditional logic based on STACK in AuthGuard
|
package/dist/ops-tool-kit.js
CHANGED
|
@@ -48,7 +48,7 @@ var ReactDOM__namespace = /*#__PURE__*/_interopNamespace(ReactDOM);
|
|
|
48
48
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
49
49
|
|
|
50
50
|
const name$r = "@copart/ops-tool-kit";
|
|
51
|
-
const version$6 = "1.10.22
|
|
51
|
+
const version$6 = "1.10.22";
|
|
52
52
|
const main$1 = "dist/ops-tool-kit.js";
|
|
53
53
|
const style = "dist/ops-tool-kit.css";
|
|
54
54
|
const files = [
|