@niceties/draftlog-appender
Advanced tools
Comparing version 1.3.0 to 1.3.1
import { Formatter, LogMessage } from '@niceties/logger/types'; | ||
import { Spinner } from './spinners'; | ||
export declare function createDraftlogAppender(spinner: Spinner, formatter: Formatter, logAboveSpinners: boolean, ident: number): (message: LogMessage) => void; |
@@ -0,0 +0,0 @@ import { Formatter } from '@niceties/logger/types'; |
@@ -19,3 +19,3 @@ import { LogLevel, LogMessage } from '@niceties/logger/types'; | ||
} | ||
export declare type Model = List<ModelItem> & { | ||
export type Model = List<ModelItem> & { | ||
skipLines: number; | ||
@@ -22,0 +22,0 @@ tick: number; |
export default function splitByLines(message: string): string[]; |
export declare function subscribeToTerminalResize(listener: () => void): void; |
export {}; |
@@ -0,0 +0,0 @@ export interface Spinner { |
{ | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "MIT", | ||
@@ -51,29 +51,8 @@ "name": "@niceties/draftlog-appender", | ||
], | ||
"scripts": { | ||
"build": "pkgbld-internal", | ||
"test": "node --expose-gc ../node_modules/jest-cli/bin/jest.js --collectCoverage", | ||
"lint": "eslint ./src", | ||
"semantic-release": "npx semantic-release" | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/commit-analyzer": "9.0.1", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/npm": "8.0.2", | ||
"@semantic-release/release-notes-generator": "10.0.2", | ||
"@types/jest": "27.4.0", | ||
"@typescript-eslint/eslint-plugin": "5.11.0", | ||
"@typescript-eslint/parser": "5.11.0", | ||
"conventional-changelog-angular": "5.0.13", | ||
"eslint": "8.8.0", | ||
"jest": "27.5.1", | ||
"semantic-release": "18.0.0", | ||
"semantic-release-monorepo": "7.0.5", | ||
"ts-jest": "27.1.3", | ||
"typescript": "4.6.x", | ||
"update-monorepo-package-json": "0.2.0", | ||
"pkgbld-internal": "1.0.4" | ||
"tslib": "2.5.0", | ||
"@niceties/logger": "1.1.11" | ||
}, | ||
"peerDependencies": { | ||
"@niceties/logger": "^1.1.10" | ||
"@niceties/logger": "^1.1.11" | ||
}, | ||
@@ -83,3 +62,8 @@ "dependencies": { | ||
"@slimlib/list": "^1.0.3" | ||
}, | ||
"scripts": { | ||
"build": "pkgbld-internal", | ||
"test": "node --expose-gc ../node_modules/jest/bin/jest.js --collectCoverage", | ||
"lint": "eslint ./src" | ||
} | ||
} | ||
} |
@@ -18,3 +18,3 @@ # Draftlog Appender | ||
### [Changlelog](./CHANGELOG.md) | ||
### [Changelog](./CHANGELOG.md) | ||
@@ -43,3 +43,3 @@ # Installation | ||
It is better to do it before other imports so default appender in `'@niceites/logger'` not installed. | ||
It is better to do it before other imports so the default appender in `'@niceites/logger'` is not installed. | ||
@@ -63,2 +63,2 @@ ## Subpackages | ||
[MIT](./LICENSE) | ||
[MIT](https://github.com/kshutkin/niceties/blob/main/LICENSE) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
19
25454
570
3