Updated version 0.0.1
This commit is contained in:
parent
6ff40cbe60
commit
81726a9eb6
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cubetiq/vlogs",
|
"name": "@cubetiq/vlogs",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"description": "A simple way to collect logs and send to the server via simple SDK.",
|
"description": "A simple way to collect logs and send to the server via simple SDK.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"private": false,
|
"private": false,
|
||||||
|
@ -5,7 +5,7 @@ import { getSystemHostname, getSystemUsername } from "./util";
|
|||||||
export class VLogs {
|
export class VLogs {
|
||||||
private static readonly _logger = console;
|
private static readonly _logger = console;
|
||||||
private static readonly NAME = 'vlogs';
|
private static readonly NAME = 'vlogs';
|
||||||
private static readonly VERSION = '1.0.0';
|
private static readonly VERSION = '0.0.1';
|
||||||
private static readonly VERSION_CODE = '1';
|
private static readonly VERSION_CODE = '1';
|
||||||
private static readonly DEFAULT_VLOGS_URL = 'https://vlogs-sg1.onrender.com';
|
private static readonly DEFAULT_VLOGS_URL = 'https://vlogs-sg1.onrender.com';
|
||||||
private static readonly APP_ID_HEADER_PREFIX = 'x-app-id';
|
private static readonly APP_ID_HEADER_PREFIX = 'x-app-id';
|
||||||
|
Loading…
Reference in New Issue
Block a user