chat-pane 2.4.24 → 2.4.25-2d4cfceb

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.
@@ -3483,7 +3483,6 @@ function _get(xhr, url, headers) {
3483
3483
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3484
3484
 
3485
3485
  "use strict";
3486
- /* provided dependency */ var console = __webpack_require__(/*! ./node_modules/console-browserify/index.js */ "./node_modules/console-browserify/index.js");
3487
3486
  /*
3488
3487
  * Copyright (c) 2020 Digital Bazaar, Inc. All rights reserved.
3489
3488
  */
@@ -4533,7 +4532,7 @@ async function _expandObject({
4533
4532
  });
4534
4533
  }
4535
4534
 
4536
- const container = _getContextValue(termCtx, key, '@container') || [];
4535
+ const container = _getContextValue(activeCtx, key, '@container') || [];
4537
4536
 
4538
4537
  if(container.includes('@language') && _isObject(value)) {
4539
4538
  const direction = _getContextValue(termCtx, key, '@direction');
@@ -12052,7 +12051,6 @@ exports._canonizeSync = function(input, options) {
12052
12051
  \***************************************************/
12053
12052
  /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
12054
12053
 
12055
- /* provided dependency */ var process = __webpack_require__(/*! ./node_modules/process/browser.js */ "./node_modules/process/browser.js");
12056
12054
  (function (global, undefined) {
12057
12055
  "use strict";
12058
12056