whatap 0.4.64 → 0.4.65

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.
@@ -135,7 +135,7 @@ var SecurityMaster = {
135
135
  var onodeStr= process.env.WHATAP_ONODE || Configuration.getProperty('whatap.onode');
136
136
  if(onodeStr && onodeStr.length>0){
137
137
  this.ONODE = HashUtil.hashFromString(onodeStr);
138
- this.ONODE_NAME=okindStr;
138
+ this.ONODE_NAME=onodeStr;
139
139
  }else{
140
140
  this.ONODE = 0;
141
141
  this.ONODE_NAME=null;
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.64",
5
- "releaseDate": "20222329",
4
+ "version": "0.4.65",
5
+ "releaseDate": "20221229",
6
6
  "description": "Monitoring and Profiling Service",
7
7
  "main": "index.js",
8
8
  "scripts": {},