whatap 0.4.66 → 0.4.67
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/lib/core/agent.js +1 -1
- package/package.json +4 -4
package/lib/core/agent.js
CHANGED
|
@@ -108,7 +108,7 @@ NodeAgent.prototype.init = function(cb) {
|
|
|
108
108
|
self.findRoot();
|
|
109
109
|
|
|
110
110
|
Logger.initializer.process();
|
|
111
|
-
Logger.print('WHATAP-001', 'Start initialize WhaTap Agent...', true);
|
|
111
|
+
Logger.print('WHATAP-001', 'Start initialize WhaTap Agent... Root[' + self._conf['app.root'] + ']', true);
|
|
112
112
|
|
|
113
113
|
if(self._conf['app.root'] == null || self._conf['app.root'].length == 0) {
|
|
114
114
|
return Logger.print("WHATAP-001", "Can not find application root directory", true);
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "whatap",
|
|
3
3
|
"homepage": "http://www.whatap.io",
|
|
4
|
-
"version": "0.4.
|
|
5
|
-
"releaseDate": "
|
|
4
|
+
"version": "0.4.67",
|
|
5
|
+
"releaseDate": "20230307",
|
|
6
6
|
"description": "Monitoring and Profiling Service",
|
|
7
7
|
"main": "index.js",
|
|
8
8
|
"scripts": {},
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"node": ">=v4.*"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"crypto": "
|
|
17
|
+
"crypto": "^1.0.1",
|
|
18
18
|
"df": "^1.1.1",
|
|
19
19
|
"long": "^3.2.0",
|
|
20
20
|
"pidusage": "^1.1.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"crypto": "
|
|
23
|
+
"crypto": "^1.0.1",
|
|
24
24
|
"df": "^1.1.1",
|
|
25
25
|
"long": "^3.2.0",
|
|
26
26
|
"pidusage": "^1.1.0"
|