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:
Lucy
2023-08-08 11:52:00 -04:00
committed by GitHub
parent c3ae146580
commit 3b8fb70db1
5 changed files with 434 additions and 349 deletions

View File

@@ -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",

View File

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