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 +1 -1
- package/dist/packaging.d.ts +1 -1
- package/dist/packaging.js +1 -1
- package/package.json +18 -1
package/README.md
CHANGED
package/dist/packaging.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LOGGER_NODE_VERSION = "1.2.
|
|
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
package/package.json
CHANGED
|
@@ -1,8 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coakka-logger-node",
|
|
3
|
-
"version": "1.2.
|
|
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",
|