whatap 1.0.5-canary.0 → 1.0.5

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.
@@ -90,8 +90,7 @@ var NodeUtil = {
90
90
  const major = this.getNodeMajorVersion();
91
91
  const minor = this.getNodeMinorVersion();
92
92
 
93
- // Node.js 18+ 또는 16.7+에서 안정적
94
- return major >= 18 || (major === 16 && minor >= 7);
93
+ return major >= 17 || (major >= 16 && minor >= 7);
95
94
  },
96
95
 
97
96
  // 버전 비교 함수
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "whatap",
3
3
  "homepage": "http://www.whatap.io",
4
- "version": "1.0.5-canary.0",
5
- "releaseDate": "20251029",
4
+ "version": "1.0.5",
5
+ "releaseDate": "20251030",
6
6
  "description": "Monitoring and Profiling Service",
7
7
  "main": "index.js",
8
8
  "scripts": {},