@leverege/build-tools 2.93.0-beta.14 → 2.93.0-beta.15

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.93.0-beta.14",
3
+ "version": "2.93.0-beta.15",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -19,7 +19,7 @@ program
19
19
  const options = program.opts()
20
20
 
21
21
  async function main() {
22
- const artifactsYmlPath = options.artifactsFilePath
22
+ const artifactsYmlPath = options.filePath
23
23
  const artifactPackageName = options.packageName || null
24
24
  const artifactPackageVersion = options.packageVersion || null
25
25
 
@@ -19,7 +19,7 @@ program
19
19
  const options = program.opts()
20
20
 
21
21
  async function main() {
22
- const artifactsYmlPath = options.artifactsFilePath
22
+ const artifactsYmlPath = options.filePath
23
23
  const artifactPackageName = options.packageName || null
24
24
  const artifactPackageVersion = options.packageVersion || null
25
25