chore: dont import @xen-orchestra/log/dist

This commit is contained in:
Julien Fontanet 2021-03-01 17:00:42 +01:00
parent 015309c882
commit b63c5d2987
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -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'