namirasoft-core
Advanced tools
Comparing version 1.3.11 to 1.3.12
@@ -14,3 +14,3 @@ "use strict"; | ||
if (this.object.length > 0) | ||
ans = this.object[0]; | ||
ans = this.object.join(","); | ||
} | ||
@@ -17,0 +17,0 @@ else if (this.object != null && this.object != undefined) |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"main": "./dist/index.js", | ||
@@ -17,5 +17,7 @@ "types": "./dist/index.d.ts", | ||
"license": "MIT", | ||
"scripts": {}, | ||
"scripts": { | ||
"build": "" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^20.11.28", | ||
"@types/node": "^20.11.30", | ||
"axios": "^1.6.8", | ||
@@ -22,0 +24,0 @@ "moment": "^2.30.1", |
@@ -18,3 +18,3 @@ import { ConvertService } from "./ConvertService"; | ||
if (this.object.length > 0) | ||
ans = this.object[0]; | ||
ans = this.object.join(","); | ||
} | ||
@@ -21,0 +21,0 @@ else if (this.object != null && this.object != undefined) |
@@ -29,3 +29,3 @@ { | ||
"isolatedModules": false, | ||
"removeComments": true, | ||
"removeComments": true | ||
}, | ||
@@ -32,0 +32,0 @@ "include": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
300507
Updated@types/node@^20.11.30