mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 20:43:41 +00:00
Fix/shared module build (#2385)
* update shared version so latest can be pulled into brochure marketplace project * updated shared to work with new brochure marketplace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@start9labs/shared",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.4",
|
||||
"peerDependencies": {
|
||||
"@angular/common": ">=13.2.0",
|
||||
"@angular/core": ">=13.2.0",
|
||||
|
||||
@@ -5,8 +5,7 @@ import { TuiDestroyService } from '@taiga-ui/cdk'
|
||||
import { SetupLogsService } from '../../../services/setup-logs.service'
|
||||
import { Log } from '../../../types/api'
|
||||
import { toLocalIsoString } from '../../../util/to-local-iso-string'
|
||||
|
||||
const Convert = require('ansi-to-html')
|
||||
import Convert from 'ansi-to-html'
|
||||
const convert = new Convert({
|
||||
bg: 'transparent',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user