chore: dont import @xen-orchestra/log/dist
This commit is contained in:
parent
015309c882
commit
b63c5d2987
@ -1,5 +1,5 @@
|
||||
const { asyncMap } = require('@xen-orchestra/async-map')
|
||||
const { createLogger } = require('@xen-orchestra/log/dist')
|
||||
const { createLogger } = require('@xen-orchestra/log')
|
||||
|
||||
const { warn } = createLogger('vates:disposable:debounceResource')
|
||||
|
||||
|
@ -5,7 +5,7 @@ import using from 'promise-toolbox/using'
|
||||
import { asyncMap } from '@xen-orchestra/async-map'
|
||||
import { Backup } from '@xen-orchestra/backups/Backup'
|
||||
import { compose } from '@vates/compose'
|
||||
import { createLogger } from '@xen-orchestra/log/dist'
|
||||
import { createLogger } from '@xen-orchestra/log'
|
||||
import { decorateWith } from '@vates/decorate-with'
|
||||
import { deduped } from '@vates/disposable/deduped'
|
||||
import { DurablePartition } from '@xen-orchestra/backups/DurablePartition'
|
||||
|
Loading…
Reference in New Issue
Block a user