@sap-ux/project-access
Advanced tools
Comparing version 1.28.3 to 1.28.4
@@ -108,3 +108,6 @@ "use strict"; | ||
const manifestPaths = await (0, file_1.findFiles)('manifest.json', lib.projectRoot, excludeFolders); | ||
const libraryPaths = await (0, file_1.findFiles)('library.js', lib.projectRoot, excludeFolders); | ||
const libraryPaths = [ | ||
...(await (0, file_1.findFiles)('library.js', lib.projectRoot, excludeFolders)), | ||
...(await (0, file_1.findFiles)('library.ts', lib.projectRoot, excludeFolders)) | ||
]; | ||
for (const manifestPath of manifestPaths) { | ||
@@ -111,0 +114,0 @@ const manifestFilePath = (0, path_1.join)(manifestPath, constants_2.FileName.Manifest); |
{ | ||
"name": "@sap-ux/project-access", | ||
"version": "1.28.3", | ||
"version": "1.28.4", | ||
"description": "Library to access SAP Fiori tools projects", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
251913
5583