kohi-node 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  import { IncomingMessage, ServerResponse } from 'http';
4
4
  import { gzip } from 'zlib';
5
5
 
6
- export declare const VERSION = "node:0.1.2";
6
+ export declare const VERSION = "node:0.1.3";
7
7
  export declare const DEFAULT_INGEST_ENDPOINT = "https://kohicorp.com/api/ingest";
8
8
  export declare const DEFAULT_MAX_CONCURRENT_SENDS = 5;
9
9
  export declare const DEFAULT_QUEUE_SIZE = 5000;
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ module.exports = __toCommonJS(index_exports);
67
67
  var import_crypto = require("crypto");
68
68
  var import_zlib = require("zlib");
69
69
  var import_util = require("util");
70
- var VERSION = "node:0.1.2";
70
+ var VERSION = "node:0.1.3";
71
71
  var DEFAULT_INGEST_ENDPOINT = "https://kohicorp.com/api/ingest";
72
72
  var MAX_RESPONSE_BODY = 64 * 1024;
73
73
  var DEFAULT_MAX_CONCURRENT_SENDS = 5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kohi-node",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Kohi API monitoring SDK for Node.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,15 +27,7 @@
27
27
  "kohi"
28
28
  ],
29
29
  "license": "MIT",
30
- "repository": {
31
- "type": "git",
32
- "url": "https://github.com/kohicorp/kohi",
33
- "directory": "sdk/node"
34
- },
35
30
  "homepage": "https://kohicorp.com",
36
- "bugs": {
37
- "url": "https://github.com/kohicorp/kohi/issues"
38
- },
39
31
  "devDependencies": {
40
32
  "@types/node": "^20.19.30",
41
33
  "dts-bundle-generator": "^9.5.1",