@copart/ops-tool-kit 1.12.3-alpha.0 → 1.12.3-alpha.1
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
|
@@ -47,7 +47,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
47
47
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
48
48
|
|
|
49
49
|
const name$r = "@copart/ops-tool-kit";
|
|
50
|
-
const version$8 = "1.12.3-alpha.
|
|
50
|
+
const version$8 = "1.12.3-alpha.1";
|
|
51
51
|
const main$1 = "dist/ops-tool-kit.js";
|
|
52
52
|
const style = "dist/ops-tool-kit.css";
|
|
53
53
|
const files = [
|
|
@@ -5297,7 +5297,7 @@ var handleHeaders = function handleHeaders(config) {
|
|
|
5297
5297
|
headers.language || (headers.language = storage$1.activeLanguage);
|
|
5298
5298
|
} else {
|
|
5299
5299
|
headers.languageCode || (headers.languageCode = storage$1.activeLanguage);
|
|
5300
|
-
headers.correlationID = "cas-uuid-".concat(nonSecure());
|
|
5300
|
+
headers.correlationID || (headers.correlationID = "cas-uuid-".concat(nonSecure()));
|
|
5301
5301
|
}
|
|
5302
5302
|
if (accessToken && headers) {
|
|
5303
5303
|
headers.Authorization = "bearer ".concat(accessToken);
|