Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit b4d892e

Browse files
committed
update log symbols ts declare file, upgrade to v0.1.22
1 parent 312fa2c commit b4d892e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

example.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@secman/spinner",
3-
"version": "0.1.21",
3+
"version": "0.1.22",
44
"description": "simple spinner for secman cli",
55
"main": "main.js",
66
"scripts": {

tools/log.d.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
export const info: string;
2-
export const success: string;
3-
export const warning: string;
4-
export const error: string;
1+
export namespace logSymbols {
2+
const info: string;
3+
const success: string;
4+
const warning: string;
5+
const error: string;
6+
}

0 commit comments

Comments
 (0)