@talend/i18n-scripts
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@talend/i18n-scripts", | ||
"description": "Set of scripts to ease i18n workflow", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
const path = require('path'); | ||
const { createProject, getProject, uploadFile } = require('../common/xtm'); | ||
const error = require('../common/error'); | ||
const { getPossibleVersion } = require('../common/version'); | ||
const { getVersion } = require('../common/version'); | ||
@@ -10,3 +10,3 @@ function upload({ extract, load }) { | ||
projectName: load.project, | ||
version: getPossibleVersion(), | ||
version: getVersion(), | ||
}; | ||
@@ -13,0 +13,0 @@ return getProject(data) |
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
143493