@xh/hoist 76.0.0-SNAPSHOT.1758215282397 → 76.0.0-SNAPSHOT.1758217044052

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/core/HoistBase.ts CHANGED
@@ -14,14 +14,7 @@ import {
14
14
  when as mobxWhen
15
15
  } from '@xh/hoist/mobx';
16
16
  import {getOrCreate, throwIf} from '@xh/hoist/utils/js';
17
- import {
18
- logDebug,
19
- logError,
20
- logInfo,
21
- logWarn,
22
- withDebug,
23
- withInfo
24
- } from '@xh/hoist/utils/log/LogUtils';
17
+ import {logDebug, logError, logInfo, logWarn, withDebug, withInfo} from '@xh/hoist/utils/log';
25
18
  import {
26
19
  debounce as lodashDebounce,
27
20
  isFunction,
package/mobx/overrides.ts CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  observable,
14
14
  runInAction
15
15
  } from 'mobx';
16
- import {logError} from '@xh/hoist/utils/log/LogUtils';
16
+ import {logError} from '@xh/hoist/utils/log';
17
17
 
18
18
  /**
19
19
  * An enhanced version of the native mobx makeObservable.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "76.0.0-SNAPSHOT.1758215282397",
3
+ "version": "76.0.0-SNAPSHOT.1758217044052",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",