coakka-logger-node 1.2.3 → 1.2.4

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/README.md CHANGED
@@ -34,7 +34,7 @@ Try the npm package without cloning any CoAkka repo:
34
34
  mkdir coakka-logger-first-run
35
35
  cd coakka-logger-first-run
36
36
  npm init -y
37
- npm install coakka-logger-node@1.2.3
37
+ npm install coakka-logger-node@1.2.4
38
38
  ```
39
39
 
40
40
  ```js
@@ -1,4 +1,4 @@
1
- export declare const LOGGER_NODE_VERSION = "1.2.3";
1
+ export declare const LOGGER_NODE_VERSION = "1.2.4";
2
2
  export declare const LOGGER_NATIVE_CORE_VERSION = "1.2.1";
3
3
  export declare const LOGGER_NATIVE_GIT_COMMIT = "f50756ebff0d";
4
4
  export declare const LOGGER_NATIVE_PACKAGE_VERSION = "1.2.1+f50756ebff0d";
package/dist/packaging.js CHANGED
@@ -1,4 +1,4 @@
1
- export const LOGGER_NODE_VERSION = "1.2.3";
1
+ export const LOGGER_NODE_VERSION = "1.2.4";
2
2
  export const LOGGER_NATIVE_CORE_VERSION = "1.2.1";
3
3
  export const LOGGER_NATIVE_GIT_COMMIT = "f50756ebff0d";
4
4
  export const LOGGER_NATIVE_PACKAGE_VERSION = "1.2.1+f50756ebff0d";
package/package.json CHANGED
@@ -1,8 +1,25 @@
1
1
  {
2
2
  "name": "coakka-logger-node",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Node.js connector package for the CoAkka native logger core",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/phuong-tran/coakkaJVMConnector.git",
9
+ "directory": "logger/node"
10
+ },
11
+ "homepage": "https://github.com/phuong-tran/coakka-samples/blob/main/docs/first-npm-smoke.md",
12
+ "bugs": {
13
+ "url": "https://github.com/phuong-tran/coakkaJVMConnector/issues"
14
+ },
15
+ "keywords": [
16
+ "coakka",
17
+ "logger",
18
+ "native",
19
+ "node",
20
+ "structured-logging",
21
+ "bounded-queue"
22
+ ],
6
23
  "type": "module",
7
24
  "main": "./dist/index.js",
8
25
  "types": "./dist/index.d.ts",