@sap-ux/project-access 1.19.4 → 1.19.6

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.
@@ -16,5 +16,25 @@ export declare const FileName: {
16
16
  };
17
17
  export declare const DirName: {
18
18
  readonly Changes: "changes";
19
+ readonly Schemas: ".schemas";
20
+ readonly Pages: "pages";
21
+ readonly Webapp: "webapp";
22
+ readonly Temp: ".tmp";
23
+ readonly LocalService: "localService";
24
+ readonly Controller: "controller";
25
+ readonly View: "view";
26
+ readonly Fragment: "fragment";
27
+ readonly Fragments: "fragments";
28
+ readonly Ext: "ext";
29
+ readonly VSCode: ".vscode";
30
+ readonly AppConfig: "appconfig";
31
+ readonly Db: "db";
32
+ readonly Csv: "csv";
33
+ readonly Data: "data";
34
+ readonly Mockdata: "mockdata";
35
+ readonly Dist: "dist";
36
+ readonly Coding: "coding";
37
+ readonly Manifest: "manifest";
38
+ readonly Annotations: "annotations";
19
39
  };
20
40
  //# sourceMappingURL=constants.d.ts.map
package/dist/constants.js CHANGED
@@ -18,6 +18,26 @@ exports.FileName = {
18
18
  UI5DeployYaml: 'ui5-deploy.yaml'
19
19
  };
20
20
  exports.DirName = {
21
- Changes: 'changes'
21
+ Changes: 'changes',
22
+ Schemas: '.schemas',
23
+ Pages: 'pages',
24
+ Webapp: 'webapp',
25
+ Temp: '.tmp',
26
+ LocalService: 'localService',
27
+ Controller: 'controller',
28
+ View: 'view',
29
+ Fragment: 'fragment',
30
+ Fragments: 'fragments',
31
+ Ext: 'ext',
32
+ VSCode: '.vscode',
33
+ AppConfig: 'appconfig',
34
+ Db: 'db',
35
+ Csv: 'csv',
36
+ Data: 'data',
37
+ Mockdata: 'mockdata',
38
+ Dist: 'dist',
39
+ Coding: 'coding',
40
+ Manifest: 'manifest',
41
+ Annotations: 'annotations'
22
42
  };
23
43
  //# sourceMappingURL=constants.js.map
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { FileName } from './constants';
1
+ export { FileName, DirName } from './constants';
2
2
  export { getFilePaths } from './file';
3
3
  export { createApplicationAccess, createProjectAccess, findAllApps, findCapProjects, findFioriArtifacts, findProjectRoot, getAppRootFromWebappPath, getAppProgrammingLanguage, getAppType, getCapCustomPaths, getCapEnvironment, getCapModelAndServices, getCapProjectType, getCdsFiles, getCdsRoots, getCdsServices, getCapI18nFolderNames, getI18nPropertiesPaths, getMtaPath, getNodeModulesPath, getProject, getProjectType, getWebappPath, isCapProject, isCapJavaProject, isCapNodeJsProject, loadModuleFromProject, readCapServiceMetadataEdmx, readUi5Yaml, toReferenceUri } from './project';
4
4
  export * from './types';
package/dist/index.js CHANGED
@@ -14,9 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.toReferenceUri = exports.readUi5Yaml = exports.readCapServiceMetadataEdmx = exports.loadModuleFromProject = exports.isCapNodeJsProject = exports.isCapJavaProject = exports.isCapProject = exports.getWebappPath = exports.getProjectType = exports.getProject = exports.getNodeModulesPath = exports.getMtaPath = exports.getI18nPropertiesPaths = exports.getCapI18nFolderNames = exports.getCdsServices = exports.getCdsRoots = exports.getCdsFiles = exports.getCapProjectType = exports.getCapModelAndServices = exports.getCapEnvironment = exports.getCapCustomPaths = exports.getAppType = exports.getAppProgrammingLanguage = exports.getAppRootFromWebappPath = exports.findProjectRoot = exports.findFioriArtifacts = exports.findCapProjects = exports.findAllApps = exports.createProjectAccess = exports.createApplicationAccess = exports.getFilePaths = exports.FileName = void 0;
17
+ exports.toReferenceUri = exports.readUi5Yaml = exports.readCapServiceMetadataEdmx = exports.loadModuleFromProject = exports.isCapNodeJsProject = exports.isCapJavaProject = exports.isCapProject = exports.getWebappPath = exports.getProjectType = exports.getProject = exports.getNodeModulesPath = exports.getMtaPath = exports.getI18nPropertiesPaths = exports.getCapI18nFolderNames = exports.getCdsServices = exports.getCdsRoots = exports.getCdsFiles = exports.getCapProjectType = exports.getCapModelAndServices = exports.getCapEnvironment = exports.getCapCustomPaths = exports.getAppType = exports.getAppProgrammingLanguage = exports.getAppRootFromWebappPath = exports.findProjectRoot = exports.findFioriArtifacts = exports.findCapProjects = exports.findAllApps = exports.createProjectAccess = exports.createApplicationAccess = exports.getFilePaths = exports.DirName = exports.FileName = void 0;
18
18
  var constants_1 = require("./constants");
19
19
  Object.defineProperty(exports, "FileName", { enumerable: true, get: function () { return constants_1.FileName; } });
20
+ Object.defineProperty(exports, "DirName", { enumerable: true, get: function () { return constants_1.DirName; } });
20
21
  var file_1 = require("./file");
21
22
  Object.defineProperty(exports, "getFilePaths", { enumerable: true, get: function () { return file_1.getFilePaths; } });
22
23
  var project_1 = require("./project");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-access",
3
- "version": "1.19.4",
3
+ "version": "1.19.6",
4
4
  "description": "Library to access SAP Fiori tools projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "mem-fs": "2.1.0",
28
28
  "mem-fs-editor": "9.4.0",
29
29
  "@sap-ux/i18n": "0.0.5",
30
- "@sap-ux/ui5-config": "0.22.0"
30
+ "@sap-ux/ui5-config": "0.22.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/mem-fs": "1.1.2",