Comparing version 0.3.0 to 0.3.1
@@ -384,9 +384,10 @@ #!/bin/env node | ||
targetOutput = imgFileNameOnly | ||
targetOutput = (imgFileNameOnly | ||
+ "__" | ||
+ modelid | ||
+ "_" | ||
+ mtag | ||
+ xtraModelID | ||
+ ext; | ||
+ mtag | ||
+ xtraModelID | ||
+ ext).replace("_-","_") | ||
; | ||
// targetOutput = imgFileNameOnly + "__" + mtag + autosuffixSuffix + modelid + ext; | ||
@@ -393,0 +394,0 @@ //process.exit(1); |
{ | ||
"name": "gia-ast", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A CLI Wrapping AST Web API calls to servers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
909876
3321