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

File diff suppressed because it is too large Load Diff

View File

@@ -44,11 +44,11 @@
"@materia-ui/ngx-monaco-editor": "^6.0.0",
"@start9labs/argon2": "^0.1.0",
"@start9labs/emver": "^0.1.5",
"@taiga-ui/addon-charts": "3.38.0",
"@taiga-ui/cdk": "3.38.0",
"@taiga-ui/core": "3.38.0",
"@taiga-ui/icons": "3.38.0",
"@taiga-ui/kit": "3.38.0",
"@taiga-ui/addon-charts": "3.39.1",
"@taiga-ui/cdk": "3.39.1",
"@taiga-ui/core": "3.39.1",
"@taiga-ui/icons": "3.39.1",
"@taiga-ui/kit": "3.39.1",
"@tinkoff/ng-dompurify": "4.0.0",
"ansi-to-html": "^0.7.2",
"base64-js": "^1.5.1",

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

View File

@@ -19,6 +19,7 @@
"target": "es2020",
"module": "es2020",
"lib": ["es2020", "dom"],
"allowSyntheticDefaultImports": true,
"paths": {
/* These paths are relative to each app base folder */
"@start9labs/marketplace": ["../marketplace/src/public-api"],