@copart/ops-tool-kit 1.7.6-alpha.4 → 1.7.6-alpha.5
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/dist/ops-tool-kit.js +2 -2
- package/dist/ops-tool-kit.js.map +1 -1
- package/package.json +1 -1
package/dist/ops-tool-kit.js
CHANGED
|
@@ -33,7 +33,7 @@ var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
|
33
33
|
var ReactDOM__namespace = /*#__PURE__*/_interopNamespace(ReactDOM);
|
|
34
34
|
|
|
35
35
|
const name$e = "@copart/ops-tool-kit";
|
|
36
|
-
const version$3 = "1.7.6-alpha.
|
|
36
|
+
const version$3 = "1.7.6-alpha.5";
|
|
37
37
|
const main = "dist/ops-tool-kit.js";
|
|
38
38
|
const style = "dist/ops-tool-kit.css";
|
|
39
39
|
const files = [
|
|
@@ -30706,7 +30706,7 @@ var appFunctionIdAllowed = function appFunctionIdAllowed() {
|
|
|
30706
30706
|
|
|
30707
30707
|
if (!id) {
|
|
30708
30708
|
return true; // not defined in config so just allow the tile to be viewed for now
|
|
30709
|
-
} else if (
|
|
30709
|
+
} else if (process.env.STACK === 'g') {
|
|
30710
30710
|
return includes$1(id, permissionIds);
|
|
30711
30711
|
} // Check appfunction in opsportal-core permissions
|
|
30712
30712
|
else {
|